Remove style defaults from the code - just read them from
configuration files. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4256 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
fc344b67df
commit
deeef8d1d1
@ -8,6 +8,10 @@
|
|||||||
Rename treeviews.[hc] -> sidebar.[hc].
|
Rename treeviews.[hc] -> sidebar.[hc].
|
||||||
* data/filetypes.common:
|
* data/filetypes.common:
|
||||||
Remove unused [styling] arguments.
|
Remove unused [styling] arguments.
|
||||||
|
* src/highlighting.c, data/filetypes.markdown,
|
||||||
|
data/filetypes.restructuredtext:
|
||||||
|
Remove style defaults from the code - just read them from
|
||||||
|
configuration files.
|
||||||
|
|
||||||
|
|
||||||
2009-09-27 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
2009-09-27 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
# For complete documentation of this file, please see Geany's main documentation
|
# For complete documentation of this file, please see Geany's main documentation
|
||||||
[styling]
|
[styling]
|
||||||
# foreground;background;bold;italic
|
# foreground;background;bold;italic
|
||||||
# default=0x000000;0xffffff;false;false
|
default=0x000000;0xffffff;false;false
|
||||||
# strong=0xff0000;0xffffff;false;false
|
strong=0xff0000;0xffffff;false;false
|
||||||
# emphasis=0xff0000;0xffffff;false;false
|
emphasis=0xff0000;0xffffff;false;false
|
||||||
# header1=0x0000bb;0xffffff;false;false
|
header1=0x0000bb;0xffffff;false;false
|
||||||
# header2=0x0000bb;0xffffff;false;false
|
header2=0x0000bb;0xffffff;false;false
|
||||||
# header3=0x0000bb;0xffffff;false;false
|
header3=0x0000bb;0xffffff;false;false
|
||||||
# header4=0x0000bb;0xffffff;false;false
|
header4=0x0000bb;0xffffff;false;false
|
||||||
# header5=0x0000bb;0xffffff;false;false
|
header5=0x0000bb;0xffffff;false;false
|
||||||
# header6=0x0000bb;0xffffff;false;false
|
header6=0x0000bb;0xffffff;false;false
|
||||||
# ulist_item=0x007f00;0xffffff;false;false
|
ulist_item=0x007f00;0xffffff;false;false
|
||||||
# olist_item=0x007f00;0xffffff;false;false
|
olist_item=0x007f00;0xffffff;false;false
|
||||||
# blockquote=0xff0000;0xffffff;false;false
|
blockquote=0xff0000;0xffffff;false;false
|
||||||
# strikeout=0xaa00ff;0xffffff;false;false
|
strikeout=0xaa00ff;0xffffff;false;false
|
||||||
# hrule=0xff901e;0xffffff;false;false
|
hrule=0xff901e;0xffffff;false;false
|
||||||
# link=0x0000ff;0xffffff;false;false
|
link=0x0000ff;0xffffff;false;false
|
||||||
# code=0x009f00;0xffffff;false;false
|
code=0x009f00;0xffffff;false;false
|
||||||
# codebk=0x005f00;0xffffff;false;false
|
codebk=0x005f00;0xffffff;false;false
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# default extension used when saving files
|
# default extension used when saving files
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# For complete documentation of this file, please see Geany's main documentation
|
# For complete documentation of this file, please see Geany's main documentation
|
||||||
|
[styling]
|
||||||
|
# no syntax highlighting yet
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# default extension used when saving files
|
# default extension used when saving files
|
||||||
#extension=rst
|
#extension=rst
|
||||||
|
1203
src/highlighting.c
1203
src/highlighting.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user