Clarified description of white_space setting.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1732 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
a7975ccc93
commit
33814377cd
@ -7,6 +7,7 @@
|
|||||||
Query default icon theme only once to improve startup speed.
|
Query default icon theme only once to improve startup speed.
|
||||||
Store the line number separately in the tree store.
|
Store the line number separately in the tree store.
|
||||||
Remove utils_get_local_tag().
|
Remove utils_get_local_tag().
|
||||||
|
* data/filetypes.common: Clarified description of white_space setting.
|
||||||
|
|
||||||
|
|
||||||
2007-07-20 Frank Lanitz <frank@frank.uvena.de>
|
2007-07-20 Frank Lanitz <frank@frank.uvena.de>
|
||||||
|
@ -30,8 +30,8 @@ caret_width=1;0;false;false
|
|||||||
# set foreground and background colour of indentation guides
|
# set foreground and background colour of indentation guides
|
||||||
indent_guide=0xc0c0c0;0xffffff;false;false
|
indent_guide=0xc0c0c0;0xffffff;false;false
|
||||||
|
|
||||||
# the third argument defines whether to use the foreground colour or use the default value defined by the filetypes
|
# third argument: if true, use this foreground color. If false, use the default value defined by the filetypes.
|
||||||
# the fourth argument defines whether to use the background colour or use the default value defined by the filetypes
|
# fourth argument: if true, use this background color. If false, use the default value defined by the filetypes.
|
||||||
white_space=0xc0c0c0;0xffffff;true;true
|
white_space=0xc0c0c0;0xffffff;true;true
|
||||||
|
|
||||||
# style of folding icons, only first and second arguments are used, valid values are:
|
# style of folding icons, only first and second arguments are used, valid values are:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user