Kaydet (Commit) 4edd25c8 authored tarafından Nick Treleaven's avatar Nick Treleaven

Use hyphen for auto-feature terms.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3963 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst a3da300b
......@@ -8,6 +8,8 @@
Don't autocomplete in Perl q() strings.
* data/filetypes.common:
Make Mark highlighting brighter.
* src/interface.c, doc/geany.txt, doc/geany.html, geany.glade:
Use hyphen for auto-feature terms.
2009-07-13 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
......
......@@ -726,7 +726,7 @@ available if Geany was compiled with support for VTE.</td>
<td>Specify explicitly the path including filename or only
the filename to the VTE library, e.g.
<tt class="docutils literal"><span class="pre">/usr/lib/libvte.so</span></tt> or <tt class="docutils literal"><span class="pre">libvte.so</span></tt>. This option is
only needed when the auto detection does not work. Only
only needed when the auto-detection does not work. Only
available if Geany was compiled with support for VTE.</td>
</tr>
<tr><td>-v</td>
......@@ -915,7 +915,7 @@ it correctly. You can this in the file open dialog by selecting
an encoding in the drop down box or by reloading the file with the
file menu item &quot;Reload as&quot;. The auto-detection works well for most
encodings but there are also some encodings known where auto-detection
has its problems. Auto detecting the encoding of a file is not easy
has its problems. Auto-detecting the encoding of a file is not easy
and sometimes an encoding might be detected not correctly.</p>
<p>There are different ways to use different encodings in Geany:</p>
<ul>
......@@ -1790,7 +1790,7 @@ once a new status message arrives.</dd>
<dt>Suppress status messages in the status bar</dt>
<dd>Remove all messages from the status bar. The messages are still displayed
in the status messages window.</dd>
<dt>Auto focus widgets (focus follows mouse)</dt>
<dt>Auto-focus widgets (focus follows mouse)</dt>
<dd>Give the focus automatically to widgets below the mouse cursor.
This works for the main editor widget, the scribble, the toolbar search field
goto line fields and the VTE.</dd>
......@@ -4983,7 +4983,7 @@ USE OR PERFORMANCE OF THIS SOFTWARE.</p>
<div class="footer">
<hr class="footer" />
<a class="reference" href="geany.txt">View document source</a>.
Generated on: 2009-07-09 11:51 UTC.
Generated on: 2009-07-14 11:22 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
......
......@@ -323,7 +323,7 @@ Short option Long option Function
*none* --vte-lib Specify explicitly the path including filename or only
the filename to the VTE library, e.g.
``/usr/lib/libvte.so`` or ``libvte.so``. This option is
only needed when the auto detection does not work. Only
only needed when the auto-detection does not work. Only
available if Geany was compiled with support for VTE.
-v --verbose Be verbose (print useful status messages).
......@@ -529,7 +529,7 @@ it correctly. You can this in the file open dialog by selecting
an encoding in the drop down box or by reloading the file with the
file menu item "Reload as". The auto-detection works well for most
encodings but there are also some encodings known where auto-detection
has its problems. Auto detecting the encoding of a file is not easy
has its problems. Auto-detecting the encoding of a file is not easy
and sometimes an encoding might be detected not correctly.
There are different ways to use different encodings in Geany:
......@@ -1500,7 +1500,7 @@ Suppress status messages in the status bar
Remove all messages from the status bar. The messages are still displayed
in the status messages window.
Auto focus widgets (focus follows mouse)
Auto-focus widgets (focus follows mouse)
Give the focus automatically to widgets below the mouse cursor.
This works for the main editor widget, the scribble, the toolbar search field
goto line fields and the VTE.
......
......@@ -3451,7 +3451,7 @@
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Gives the focus automatically to widgets below the mouse cursor. Works for the main editor widget, the scribble, the toolbar search and goto line fields and the VTE.</property>
<property name="can_focus">True</property>
<property name="label" translatable="yes">Auto focus widgets (focus follows mouse)</property>
<property name="label" translatable="yes">Auto-focus widgets (focus follows mouse)</property>
<property name="use_underline">True</property>
<property name="relief">GTK_RELIEF_NORMAL</property>
<property name="focus_on_click">True</property>
......
......@@ -2880,7 +2880,7 @@ create_prefs_dialog (void)
gtk_box_pack_start (GTK_BOX (vbox21), check_suppress_status_msgs, FALSE, FALSE, 0);
gtk_tooltips_set_tip (tooltips, check_suppress_status_msgs, _("Removes all messages from the status bar. The messages are still displayed in the status messages window."), NULL);
check_auto_focus = gtk_check_button_new_with_mnemonic (_("Auto focus widgets (focus follows mouse)"));
check_auto_focus = gtk_check_button_new_with_mnemonic (_("Auto-focus widgets (focus follows mouse)"));
gtk_widget_show (check_auto_focus);
gtk_box_pack_start (GTK_BOX (vbox21), check_auto_focus, FALSE, FALSE, 0);
gtk_tooltips_set_tip (tooltips, check_auto_focus, _("Gives the focus automatically to widgets below the mouse cursor. Works for the main editor widget, the scribble, the toolbar search and goto line fields and the VTE."), NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment