Menu

#998 8 Python Keyword Styles

Committed
closed
5
2022-10-29
2013-06-10
Metallicow
No

Need more keyword styles for python to be able to make custom lexers for
various libraries.
Ex: wxPython, PySide, PyQT, etc...
Currently WORD and WORD2 exist for python.

WORD - WORD8 would be great.
I noticed Lua and some other languages have 8 keyword styles.

why no love for python...?

Discussion

  • Neil Hodgson

    Neil Hodgson - 2013-06-10
    • labels: --> scintilla, lexer, python
    • assigned_to: Neil Hodgson
     
  • Neil Hodgson

    Neil Hodgson - 2013-06-10

    If anyone wants to implement this, the substyles provisional feature should be used.
    http://www.scintilla.org/ScintillaDoc.html#Substyles

     
  • Metallicow

    Metallicow - 2014-06-20

    It's been a year now. Has there been any progress or implementations on this?
    It really would be a helpful addition overall for many things.

     
    • Neil Hodgson

      Neil Hodgson - 2014-06-20

      There will not be any progress on this until someone volunteers to work on it.

       
      • Metallicow

        Metallicow - 2014-06-20

        Ok. Thanks for clarifying. I'll try and see if I can't drum up some extra support/helpers for this.

         
  • Neil Hodgson

    Neil Hodgson - 2022-10-29
    • status: open --> closed
    • Group: Completed --> Committed
     
  • Neil Hodgson

    Neil Hodgson - 2022-10-29

    Sub-styles were implemented in the Python lexer with release 3.6.0.

     

Log in to post a comment.