Update documentation.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4930 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2010-05-16 18:25:38 +00:00
parent 8db192a3fa
commit c1a17653ec
3 changed files with 915 additions and 899 deletions

View File

@ -31,6 +31,8 @@
src/keyfile.c, src/prefs.c, src/ui_utils.h:
Add a preference for choosing between GTK and native
File Open/Save dialogs (only available on Windows).
* doc/geany.html, doc/geany.txt:
Update documentation.
2010-05-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>

File diff suppressed because it is too large Load Diff

View File

@ -1671,6 +1671,10 @@ Suppress status messages in the status bar
reshows the document statistics on the status bar. See `Focus
keybindings`_.
Use Windows File Open/Save dialogs
Defines whether to use the native Windows File Open/Save dialogs or
whether to use the GTK default dialogs
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
@ -1760,6 +1764,10 @@ Placement of new file tabs
Whether to create a document with its notebook tab to the left or
right of all existing tabs.
Next to current
Whether to place file tabs next to the current tab
rather than at the edges of the notebook
Double-clicking hides all additional widgets
Whether to call the View->Toggle All Additional Widgets command
when double-clicking on a notebook tab.