Kaydet (Commit) 18bc1c2a authored tarafından Nick Treleaven's avatar Nick Treleaven

Update for styleset case macro changes.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4045 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst b1eb01bc
......@@ -249,9 +249,9 @@ the following things:
is created. Again you could copy and adapt a function like
styleset_tcl().
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
``styleset_case(GEANY_FILETYPES_FOO, foo);``.
``styleset_case(GEANY_FILETYPES_FOO, styleset_foo);``.
Error message parsing
^^^^^^^^^^^^^^^^^^^^^
......
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