anjuta r3846 - in trunk: . plugins/search
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r3846 - in trunk: . plugins/search
- Date: Fri, 11 Apr 2008 00:28:57 +0100 (BST)
Author: jhs
Date: Fri Apr 11 00:28:57 2008
New Revision: 3846
URL: http://svn.gnome.org/viewvc/anjuta?rev=3846&view=rev
Log:
2008-04-11 Johannes Schmid <jhs gnome org>
* plugins/search/anjuta-search.glade:
Various small improvements to the dialog
Modified:
trunk/ChangeLog
trunk/plugins/search/anjuta-search.glade
Modified: trunk/plugins/search/anjuta-search.glade
==============================================================================
--- trunk/plugins/search/anjuta-search.glade (original)
+++ trunk/plugins/search/anjuta-search.glade Fri Apr 11 00:28:57 2008
@@ -33,6 +33,7 @@
<signal name="changed" handler="on_search_action_changed"/>
</widget>
<packing>
+ <property name="expand">False</property>
<property name="padding">5</property>
</packing>
</child>
@@ -50,6 +51,8 @@
</child>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="padding">5</property>
</packing>
</child>
@@ -75,18 +78,27 @@
<placeholder/>
</child>
<child>
- <widget class="GtkLabel" id="label.search">
+ <widget class="GtkCheckButton" id="search.regex">
<property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Search for:</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">_Regular expression</property>
+ <property name="use_underline">True</property>
+ <property name="response_id">0</property>
+ <property name="draw_indicator">True</property>
+ <signal name="toggled" handler="on_search_regex_toggled"/>
</widget>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
+ </packing>
</child>
<child>
- <widget class="GtkComboBoxEntry" id="search.string.combo">
+ <widget class="GtkComboBoxEntry" id="replace.string.combo">
<property name="visible">True</property>
- <signal name="changed" handler="on_search_expression_changed"/>
<child internal-child="entry">
- <widget class="GtkEntry" id="comboboxentry-entry8">
+ <widget class="GtkEntry" id="comboboxentry-entry9">
<signal name="activate" handler="on_search_expression_activate"/>
</widget>
</child>
@@ -94,6 +106,9 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">3</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ <property name="y_options"></property>
</packing>
</child>
<child>
@@ -108,10 +123,11 @@
</packing>
</child>
<child>
- <widget class="GtkComboBoxEntry" id="replace.string.combo">
+ <widget class="GtkComboBoxEntry" id="search.string.combo">
<property name="visible">True</property>
+ <signal name="changed" handler="on_search_expression_changed"/>
<child internal-child="entry">
- <widget class="GtkEntry" id="comboboxentry-entry9">
+ <widget class="GtkEntry" id="comboboxentry-entry8">
<signal name="activate" handler="on_search_expression_activate"/>
</widget>
</child>
@@ -119,26 +135,15 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">3</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
+ <property name="y_options"></property>
</packing>
</child>
<child>
- <widget class="GtkCheckButton" id="search.regex">
+ <widget class="GtkLabel" id="label.search">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="label" translatable="yes">_Regular expression</property>
- <property name="use_underline">True</property>
- <property name="response_id">0</property>
- <property name="draw_indicator">True</property>
- <signal name="toggled" handler="on_search_regex_toggled"/>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Search for:</property>
</widget>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">3</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- </packing>
</child>
</widget>
<packing>
@@ -159,6 +164,8 @@
</child>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="padding">5</property>
<property name="position">1</property>
</packing>
@@ -177,94 +184,94 @@
<property name="column_spacing">5</property>
<property name="row_spacing">2</property>
<child>
- <widget class="GtkCheckButton" id="search.ignore.case">
+ <widget class="GtkCheckButton" id="replace.regex">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Case _insensitive</property>
+ <property name="label" translatable="yes">E_xpand back refs</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
<property name="x_padding">3</property>
</packing>
</child>
<child>
- <widget class="GtkCheckButton" id="search.match.word.start">
+ <widget class="GtkCheckButton" id="search.greedy">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Match w_ord start</property>
+ <property name="label" translatable="yes">_Greedy matching</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
<property name="x_padding">3</property>
</packing>
</child>
<child>
- <widget class="GtkCheckButton" id="search.match.whole.word">
+ <widget class="GtkCheckButton" id="search.match.whole.line">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Match whole _words</property>
+ <property name="label" translatable="yes">Match whole _lines</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_padding">3</property>
</packing>
</child>
<child>
- <widget class="GtkCheckButton" id="search.match.whole.line">
+ <widget class="GtkCheckButton" id="search.match.whole.word">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Match whole _lines</property>
+ <property name="label" translatable="yes">Match whole _words</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_padding">3</property>
</packing>
</child>
<child>
- <widget class="GtkCheckButton" id="search.greedy">
+ <widget class="GtkCheckButton" id="search.match.word.start">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">_Greedy matching</property>
+ <property name="label" translatable="yes">Match w_ord start</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
<property name="x_padding">3</property>
</packing>
</child>
<child>
- <widget class="GtkCheckButton" id="replace.regex">
+ <widget class="GtkCheckButton" id="search.ignore.case">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">E_xpand back refs</property>
+ <property name="label" translatable="yes">Case _insensitive</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
<property name="x_padding">3</property>
</packing>
</child>
@@ -282,6 +289,8 @@
</child>
</widget>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="padding">5</property>
<property name="position">2</property>
</packing>
@@ -368,50 +377,86 @@
<placeholder/>
</child>
<child>
- <widget class="GtkCheckButton" id="search.dir.recursive">
+ <widget class="GtkLabel" id="label32">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">Files named like:</property>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkLabel" id="label33">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">and/or not named like:</property>
+ </widget>
+ <packing>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkCheckButton" id="ignore.hidden.files">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Search recursively</property>
+ <property name="label" translatable="yes">Ignore _hidden files</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">5</property>
- <property name="bottom_attach">6</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
</packing>
</child>
<child>
- <widget class="GtkComboBoxEntry" id="dir.filter.unmatch.combo">
+ <widget class="GtkLabel" id="label34">
<property name="visible">True</property>
- <property name="items" translatable="yes">CVS intl po</property>
- <child internal-child="entry">
- <widget class="GtkEntry" id="comboboxentry-entry12">
- </widget>
- </child>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">In project directories like:</property>
+ </widget>
+ <packing>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkLabel" id="label35">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes">and/or not named like:</property>
</widget>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
</packing>
</child>
<child>
- <widget class="GtkComboBoxEntry" id="dir.filter.match.combo">
+ <widget class="GtkCheckButton" id="ignore.hidden.dirs">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">Ignore hidden directories</property>
+ <property name="use_underline">True</property>
+ <property name="response_id">0</property>
+ <property name="draw_indicator">True</property>
+ </widget>
+ <packing>
+ <property name="top_attach">5</property>
+ <property name="bottom_attach">6</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkComboBoxEntry" id="file.filter.match.combo">
<property name="visible">True</property>
+ <property name="items" translatable="yes">*\.* *.c *.cpp *.cxx *.cc *.C *.h *.H *.hh *.hxx *.hpp
+*.cpp *.cxx *.cc *.C *.h *.H *.hh *.hxx *.hpp Makefile.am configure.* README AUTHORS ChangeLog *.m4</property>
<child internal-child="entry">
- <widget class="GtkEntry" id="comboboxentry-entry11">
+ <widget class="GtkEntry" id="comboboxentry-entry7">
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
</packing>
</child>
<child>
@@ -431,88 +476,52 @@
</packing>
</child>
<child>
- <widget class="GtkComboBoxEntry" id="file.filter.match.combo">
+ <widget class="GtkComboBoxEntry" id="dir.filter.match.combo">
<property name="visible">True</property>
- <property name="items" translatable="yes">*\.* *.c *.cpp *.cxx *.cc *.C *.h *.H *.hh *.hxx *.hpp
-*.cpp *.cxx *.cc *.C *.h *.H *.hh *.hxx *.hpp Makefile.am configure.* README AUTHORS ChangeLog *.m4</property>
<child internal-child="entry">
- <widget class="GtkEntry" id="comboboxentry-entry7">
+ <widget class="GtkEntry" id="comboboxentry-entry11">
</widget>
</child>
</widget>
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
</packing>
</child>
<child>
- <widget class="GtkCheckButton" id="ignore.hidden.dirs">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="label" translatable="yes">Ignore hidden directories</property>
- <property name="use_underline">True</property>
- <property name="response_id">0</property>
- <property name="draw_indicator">True</property>
- </widget>
- <packing>
- <property name="top_attach">5</property>
- <property name="bottom_attach">6</property>
- </packing>
- </child>
- <child>
- <widget class="GtkLabel" id="label35">
+ <widget class="GtkComboBoxEntry" id="dir.filter.unmatch.combo">
<property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">and/or not named like:</property>
+ <property name="items" translatable="yes">CVS intl po</property>
+ <child internal-child="entry">
+ <widget class="GtkEntry" id="comboboxentry-entry12">
+ </widget>
+ </child>
</widget>
<packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
</packing>
</child>
<child>
- <widget class="GtkLabel" id="label34">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">In project directories like:</property>
- </widget>
- <packing>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
- </packing>
- </child>
- <child>
- <widget class="GtkCheckButton" id="ignore.hidden.files">
+ <widget class="GtkCheckButton" id="search.dir.recursive">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Ignore _hidden files</property>
+ <property name="label" translatable="yes">Search recursively</property>
<property name="use_underline">True</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
<packing>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
- </packing>
- </child>
- <child>
- <widget class="GtkLabel" id="label33">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">and/or not named like:</property>
- </widget>
- <packing>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">5</property>
+ <property name="bottom_attach">6</property>
</packing>
</child>
- <child>
- <widget class="GtkLabel" id="label32">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes">Files named like:</property>
- </widget>
- </child>
</widget>
</child>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]