Menu

#1110 [PATCH] More custom styles

Completed
closed
None
5
2015-06-10
2015-06-10
NN
No

This patch adds more custom styles.
Duplicate of merge request https://sourceforge.net/p/scintilla/code/merge-requests/11/

1 Attachments

Discussion

  • Neil Hodgson

    Neil Hodgson - 2015-06-10

    These appear to be for lexers only used by Notepad++ and are of no use to other projects. Notepad++-specific identifiers should be defined in a project-specific header file to simplify updating when new versions of Scintilla are released. Also, as stated in SciLexer.h, it is generated from Scintilla.iface and should not be changed manually.

     
  • Colomban Wendling

    BTW, SCE_COFFEESCRIPT_HASHQUOTEDSTRING was removed following [bugs:#1554], because it was unused by the lexer, and conflicted with the value of SCE_COFFEESCRIPT_COMMENTBLOCK (22).
    I see your patch reintroduces it with value 25. Does this mean you added the feature to the CoffeeScript lexer, or is it just reintroduced for compatibility?

     

    Related

    Bugs: #1554

  • NN

    NN - 2015-06-10

    I think I have a better solution.
    You can close this request.

     
  • Neil Hodgson

    Neil Hodgson - 2015-06-10
    • status: open --> closed
    • assigned_to: Neil Hodgson
     

Log in to post a comment.