Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 20 Apr 2013 08:27:51 UTC
Commit: 971f147c087e7b6c2c15e95c4247dd73b7063d20
https://github.com/geany/geany/commit/971f147c087e7b6c2c15e95c4247dd73b7063…
Log Message:
-----------
Documentation: Replace some \t with space
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
6 files changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -178,12 +178,12 @@ using the environment variable ``WAFCACHE``.
A possible location of the cache directory could be ``~/.cache/waf``. In order to make use of
this, you first need to create this directory::
- $ mkdir -p ~/.cache/waf
+ $ mkdir -p ~/.cache/waf
then add the environment variable to your shell configuration (the following example is for
Bash and should be adjusted to your used shell)::
- export WAFCACHE=/home/username/.cache/waf
+ export WAFCACHE=/home/username/.cache/waf
Remember to replace ``username`` with your actual username.
@@ -214,7 +214,7 @@ list, type::
$ ./configure --help
or::
- $ ./waf --help
+ $ ./waf --help
(depending on which build system you use).
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Sat, 20 Apr 2013 08:27:51 UTC
Commit: 57dca0230347c1b2df72168f2cc50a314cc5f498
https://github.com/geany/geany/commit/57dca0230347c1b2df72168f2cc50a314cc5f…
Log Message:
-----------
Documentation: Adding a short note about finding Geany at Windows inside application menu
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
3 files changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -269,6 +269,9 @@ You can start Geany in the following ways:
Choose in your application menu of your used Desktop Environment:
Development --> Geany.
+ At Windows-systems you will find Geany after installation inside
+ the application menu within its special folder.
+
* From the command line:
To start Geany from a command line, type the following and press
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Matthew Brush <matt(a)geany.org>
Committer: Matthew Brush <matt(a)geany.org>
Date: Mon, 15 Apr 2013 02:03:58 UTC
Commit: 4e03e466e738fac4fc3930e78d650263a905fece
https://github.com/geany/geany/commit/4e03e466e738fac4fc3930e78d650263a905f…
Log Message:
-----------
Improve Statusbar Template documentation
Mainly listing the available placeholders instead of pointing the
poor user deep into Geany's code.
Modified Paths:
--------------
doc/geany.html
doc/geany.txt
Modified: doc/geany.html
807 files changed, 442 insertions(+), 365 deletions(-)
===================================================================
No diff available, check online
Modified: doc/geany.txt
89 files changed, 57 insertions(+), 32 deletions(-)
===================================================================
@@ -2489,65 +2489,53 @@ Rarely used preferences, explained in the table below. A few of them require
restart to take effect, and a few other will only affect newly opened or created
documents before restart.
-================================ ========================================= ========== ===========
-Key Description Default Applies
-================================ ========================================= ========== ===========
+================================ =========================================== ========== ===========
+Key Description Default Applies
+================================ =========================================== ========== ===========
**Editor related**
-use_gtk_word_boundaries Whether to look for the end of a word true to new
- when using word-boundary related documents
+use_gtk_word_boundaries Whether to look for the end of a word true to new
+ when using word-boundary related documents
Scintilla commands (see `Scintilla
keyboard commands`_).
-brace_match_ltgt Whether to highlight <, > angle brackets. false immediately
-complete_snippets_whilst_editing Whether to allow completion of snippets false immediately
+brace_match_ltgt Whether to highlight <, > angle brackets. false immediately
+complete_snippets_whilst_editing Whether to allow completion of snippets false immediately
when editing an existing line (i.e. there
is some text after the current cursor
position on the line). Only used when the
keybinding `Complete snippet` is set to
``Space``.
-show_editor_scrollbars Whether to display scrollbars. If set to true immediately
+show_editor_scrollbars Whether to display scrollbars. If set to true immediately
false, the horizontal and vertical
scrollbars are hidden completely.
-indent_hard_tab_width The size of a tab character. Don't change 8 immediately
+indent_hard_tab_width The size of a tab character. Don't change 8 immediately
it unless you really need to; use the
indentation settings instead.
**Interface related**
-show_symbol_list_expanders Whether to show or hide the small true to new
- expander icons on the symbol list documents
+show_symbol_list_expanders Whether to show or hide the small true to new
+ expander icons on the symbol list documents
treeview.
-allow_always_save Whether files can be saved always, even false immediately
+allow_always_save Whether files can be saved always, even false immediately
if they don't have any changes.
By default, the Save button and menu
item are disabled when a file is
unchanged. When setting this option to
true, the Save button and menu item are
always active and files can be saved.
-compiler_tab_autoscroll Whether to automatically scroll to the true immediately
+compiler_tab_autoscroll Whether to automatically scroll to the true immediately
last line of the output in the Compiler
tab.
-statusbar_template The status bar statistics line format. See below. immediately
- (Search in src/ui_utils.c for details).
-new_document_after_close Whether to open a new document after all false immediately
+statusbar_template The status bar statistics line format. See below. immediately
+ (See `Statusbar Templates`_ for details).
+new_document_after_close Whether to open a new document after all false immediately
documents have been closed.
-msgwin_status_visible Whether to show the Status tab in the true immediately
+msgwin_status_visible Whether to show the Status tab in the true immediately
Messages Window
-msgwin_compiler_visible Whether to show the Compiler tab in the true immediately
+msgwin_compiler_visible Whether to show the Compiler tab in the true immediately
Messages Window
-msgwin_messages_visible Whether to show the Messages tab in the true immediately
+msgwin_messages_visible Whether to show the Messages tab in the true immediately
Messages Window
-msgwin_scribble_visible Whether to show the Scribble tab in the true immediately
+msgwin_scribble_visible Whether to show the Scribble tab in the true immediately
Messages Window
-================================ ========================================= ========== ===========
-
-By default, statusbar_template is empty. This tells Geany to use its
-internal default, which is currently:
-
-``line: %l / %L\t col: %c\t sel: %s\t %w %t %mmode: %M encoding: %e filetype: %f scope: %S``
-
-Note that ``\t`` = tab.
-
-================================ =========================================== ========== ===========
-Key Description Default Applies
-================================ =========================================== ========== ===========
**VTE related**
emulation Terminal emulation mode. Only change this xterm immediately
if you have VTE termcap files other than
@@ -2609,6 +2597,43 @@ number_exec_menu_items The maximum number of menu items in the 2
The extract_filetype_regex has the default value GEANY_DEFAULT_FILETYPE_REGEX.
+Statusbar Templates
+```````````````````
+
+The default statusbar template is (note ``\t`` = tab):
+
+``line: %l / %L\t col: %c\t sel: %s\t %w %t %mmode: %M encoding: %e filetype: %f scope: %S``
+
+Settings the preference to an empty string will also cause Geany to use this
+internal default.
+
+The following format characters are available for the statusbar template:
+
+============ ===========================================================
+Placeholder Description
+============ ===========================================================
+ ``%l`` The current line number starting at 1
+ ``%L`` The total number of lines
+ ``%c`` The current column number starting at 0
+ ``%C`` The current column number starting at 1
+ ``%s`` The number of selected characters or if only whole lines
+ selected, the number of selected lines.
+ ``%w`` Shows ``RO`` when the document is in read-only mode,
+ otherwise shows whether the editor is in overtype (OVR)
+ or insert (INS) mode.
+ ``%t`` Shows the indentation mode, either tabs (TAB),
+ spaces (SP) or both (T/S).
+ ``%m`` Shows whether the document is modified (MOD) or nothing.
+ ``%M`` The name of the document's line-endings (ex. ``Unix (LF)``)
+ ``%e`` The name of the document's encoding (ex. UTF-8).
+ ``%f`` The filetype of the document (ex. None, Python, C, etc).
+ ``%S`` The name of the scope where the caret is located.
+ ``%p`` The caret position in the entire document starting at 0.
+ ``%r`` Shows whether the document is read-only (RO) or nothing.
+ ``%Y`` The Scintilla style number at the caret position. This is
+ useful if you're debugging color schemes or related code.
+============ ===========================================================
+
Terminal (VTE) preferences
^^^^^^^^^^^^^^^^^^^^^^^^^^
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).