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

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
üst 467450fd
......@@ -6,6 +6,8 @@
* src/editor.c:
Scroll to the current line when moving the cursor to the next
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>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -297,6 +297,9 @@ The workspace has the following parts:
* 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.
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
----
......@@ -3890,6 +3914,8 @@ different files.
entry in the above example, but they must be declared after the
original style.
This section can be overridden with color scheme files - see the `Color
schemes menu`_.
[styling] Section
`````````````````
......
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