Add short 'View menu' section and 'Color schemes menu' section.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5496 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
467450fdce
commit
4c6bca4373
@ -6,6 +6,8 @@
|
|||||||
* src/editor.c:
|
* src/editor.c:
|
||||||
Scroll to the current line when moving the cursor to the next
|
Scroll to the current line when moving the cursor to the next
|
||||||
cursor position in a snippet (#3139490).
|
cursor position in a snippet (#3139490).
|
||||||
|
* doc/geany.txt, doc/geany.html:
|
||||||
|
Add short 'View menu' section and 'Color schemes menu' section.
|
||||||
|
|
||||||
|
|
||||||
2010-12-09 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
2010-12-09 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
|
||||||
|
659
doc/geany.html
659
doc/geany.html
File diff suppressed because it is too large
Load Diff
@ -297,6 +297,9 @@ The workspace has the following parts:
|
|||||||
|
|
||||||
* A status bar
|
* A status bar
|
||||||
|
|
||||||
|
Most of these can be configured in the `Interface preferences`_, the
|
||||||
|
`View menu`_, or the popup menu for the relevant area.
|
||||||
|
|
||||||
Additional tabs may be added to the sidebar and message window by plugins.
|
Additional tabs may be added to the sidebar and message window by plugins.
|
||||||
|
|
||||||
The position of the tabs can be selected in the interface preferences.
|
The position of the tabs can be selected in the interface preferences.
|
||||||
@ -1462,6 +1465,27 @@ $ This matches the end of a line.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
View menu
|
||||||
|
---------
|
||||||
|
The View menu allows various elements of the main window to be shown
|
||||||
|
or hidden, and also provides various display-related editor options.
|
||||||
|
|
||||||
|
Color schemes menu
|
||||||
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
The Color schemes menu is available under the *View->Editor* submenu.
|
||||||
|
It lists various color schemes for editor highlighting styles,
|
||||||
|
including the default scheme first. Other items are available based
|
||||||
|
on what color scheme files Geany found at startup.
|
||||||
|
|
||||||
|
Color scheme files are read from the `Configuration file paths`_ under
|
||||||
|
the ``colorschemes`` subdirectory. They should have the extension
|
||||||
|
``.conf`` and currently only contain a `[named_styles] section`_. The
|
||||||
|
default color scheme is read from ``filetypes.common``.
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
Some filetypes do not yet support named styles so will ignore
|
||||||
|
any chosen color scheme.
|
||||||
|
|
||||||
Tags
|
Tags
|
||||||
----
|
----
|
||||||
|
|
||||||
@ -3890,6 +3914,8 @@ different files.
|
|||||||
entry in the above example, but they must be declared after the
|
entry in the above example, but they must be declared after the
|
||||||
original style.
|
original style.
|
||||||
|
|
||||||
|
This section can be overridden with color scheme files - see the `Color
|
||||||
|
schemes menu`_.
|
||||||
|
|
||||||
[styling] Section
|
[styling] Section
|
||||||
`````````````````
|
`````````````````
|
||||||
|
Loading…
x
Reference in New Issue
Block a user