[regexxer] Fix the lost of tooltips due to the moving to gtkbuilder.
- From: Fabien Parent <fparent src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [regexxer] Fix the lost of tooltips due to the moving to gtkbuilder.
- Date: Tue, 22 Sep 2009 14:43:09 +0000 (UTC)
commit cfb3728c1acc99ffa6567113957f83ed67d30498
Author: Fabien Parent <parent f gmail com>
Date: Tue Sep 22 16:41:30 2009 +0200
Fix the lost of tooltips due to the moving to gtkbuilder.
ui/mainwindow.ui | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui
index 5c4a855..b8470db 100644
--- a/ui/mainwindow.ui
+++ b/ui/mainwindow.ui
@@ -370,6 +370,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Recurse into subdirectories</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
@@ -386,6 +387,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Also find hidden files</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
</object>
@@ -414,6 +416,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Find all files that match the filename pattern</property>
<child>
<object class="GtkAlignment" id="alignment_button_find_files">
<property name="visible">True</property>
@@ -573,6 +576,7 @@
<object class="GtkEntry" id="entry_regex">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">A regular expression in Perl syntax</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -584,6 +588,7 @@
<object class="GtkEntry" id="entry_substitution">
<property name="visible">True</property>
<property name="can_focus">True</property>
+ <property name="tooltip_text" translatable="yes">The new string to substitute. As in Perl, you can refer to parts of the match using $1, $2, etc. or even $+, $&, $` and $'. The operators \l, \u, \L, \U and \E are supported as well.</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -603,6 +608,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Find all possible matches in a line</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
</object>
@@ -618,6 +624,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Do case insensitive matching</property>
<property name="draw_indicator">True</property>
</object>
<packing>
@@ -640,6 +647,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Find all matches of the regular expression</property>
<property name="use_stock">True</property>
</object>
<packing>
@@ -684,6 +692,7 @@
<child>
<object class="GtkEntry" id="entry_preview">
<property name="visible">True</property>
+ <property name="tooltip_text" translatable="yes">Preview of the substitution</property>
<property name="editable">False</property>
<property name="has_frame">False</property>
<child internal-child="accessible">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]