index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lexers
/
LexPython.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-13
Use const, constexpr, noexcept, & nullptr. Reduce headers and use C++ versions.
Neil
1
-42
/
+39
2020-03-26
Fix spelling mistakes.
Neil
1
-3
/
+3
2019-12-22
Define ILexer5 with methods for retrieving name, ID, and property values.
Neil
1
-3
/
+6
2018-05-16
Use standard library function.
Neil
1
-1
/
+2
2018-04-14
Make some changes recommended by clang-tidy.
Neil Hodgson
1
-4
/
+4
2017-10-15
Bug [#1977]. Folder treats triple-quoted f-strings like triple-quoted strings.
Zufu Liu
1
-3
/
+3
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-07-17
Update types for Unix LP64 after changes to Sci_Position/Sci_PositionU.
Neil Hodgson
1
-3
/
+3
2017-07-17
Implement style metadata for some languages.
Neil
1
-0
/
+25
2017-06-22
Merge Ilexer and ILexerWithSubStyles into ILexer4 to avoid need for version
Neil
1
-2
/
+2
2017-06-22
Add a DefaultLexer class which lexers can subclass if they want reasonable
Neil
1
-1
/
+2
2017-04-21
Treat comments at the end of the file as separate from the preceding structure.
Neil
1
-2
/
+8
2017-04-07
Prefer C++ static cast over C-style casts.
Neil
1
-2
/
+2
2017-04-06
Added const to some lexers.
Neil
1
-12
/
+12
2017-03-23
The Python lexer recognizes identifiers more accurately when they include
Neil
1
-10
/
+4
2017-03-10
Bug [#1918]. Fix failure when lexing starts at line 3+ of a multiline f-string.
John Ehresman
1
-1
/
+2
2017-03-08
Standardised formatting by running astyle as formatting had become inconsistent.
Neil
1
-49
/
+45
2017-03-08
Improve f-string support.
John Ehresman
1
-32
/
+145
2017-03-04
Use C++11 keyword "override" for methods in lexers that override an interface.
Neil
1
-21
/
+21
2017-02-15
Bug [#1848]. Line ends OK in f-strings for lexer.python.strings.over.newline=1.
John Ehresman
1
-18
/
+36
2017-02-12
Bug [#1848]. Support Python f-strings with new styles.
John Ehresman
1
-17
/
+68
2016-12-22
Don't style @1 as a decorator
John Ehresman
1
-1
/
+1
2016-12-22
Allow Python 3 unicode identifiers
John Ehresman
1
-8
/
+34
2016-12-22
Recognize f as a string prefix
John Ehresman
1
-3
/
+11
2016-03-16
Support Python 3.5 '@' operator.
John Ehresman
1
-1
/
+15
2015-07-30
Use Sci_Position / Sci_PositionU for variables in lexers that represent
Joe Mueller
1
-21
/
+21
2015-07-25
Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and
Neil
1
-1
/
+1
2015-07-20
Use Sci_Position when required to implement interfaces.
Neil
1
-8
/
+8
2015-07-06
Upgrading Python to an object lexer that supports substyles.
Neil
1
-73
/
+234
2013-07-21
Replace all instances of isascii with Scintilla-specific IsASCII.
Neil
1
-1
/
+1
2011-07-09
Fixed mistake in last change.
nyamatongwe
1
-1
/
+0
2011-07-08
Removed fold.comment.python property as it has not worked for many years.
nyamatongwe
1
-24
/
+7
2011-07-08
Bug #3325333. Property lexer.python.keywords2.no.sub.identifiers controls
nyamatongwe
1
-5
/
+14
2011-07-06
Fix problems with folding not extending to final line. Bug #3349157.
nyamatongwe
1
-5
/
+6
2011-06-24
LexPython: keywords2: don't highlight sub-identifiers. Bug #3325333.
nyamatongwe
1
-1
/
+6
2011-04-16
Support cython cpdef keyword. Bug #3279728.
nyamatongwe
1
-6
/
+8
2011-01-27
Dropped inclusion of PropSetSimple.h in lexers which do not use PropSetSimple...
nyamatongwe
1
-1
/
+0
2010-07-13
For new lexer design change includes to add new files and remove unused files.
nyamatongwe
1
-7
/
+11
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-0
/
+569