Update for styleset case macro changes.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4045 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
b1eb01bc0b
commit
18bc1c2a0b
4
HACKING
4
HACKING
@ -249,9 +249,9 @@ the following things:
|
|||||||
is created. Again you could copy and adapt a function like
|
is created. Again you could copy and adapt a function like
|
||||||
styleset_tcl().
|
styleset_tcl().
|
||||||
3. In highlighting_init_styles(), add
|
3. In highlighting_init_styles(), add
|
||||||
``init_styleset_case(GEANY_FILETYPES_FOO, foo);``.
|
``init_styleset_case(GEANY_FILETYPES_FOO, styleset_foo_init);``.
|
||||||
4. In highlighting_set_styles(), add
|
4. In highlighting_set_styles(), add
|
||||||
``styleset_case(GEANY_FILETYPES_FOO, foo);``.
|
``styleset_case(GEANY_FILETYPES_FOO, styleset_foo);``.
|
||||||
|
|
||||||
Error message parsing
|
Error message parsing
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user