Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-23 | Backport: Replace C-style casts with C++ casts. Use const. | Neil | 1 | -21/+21 | |
Backport of changeset 6969:6f765b942713. | |||||
2018-05-25 | Backport: Change from function to object lexer. Use string and set types to ↵ | mitchell | 1 | -211/+307 | |
simplify code. Backport of changeset 6968:a57461cd09a0. | |||||
2018-05-22 | Backport: Move static functions into anonymous namespace and drop "static". | Neil | 1 | -225/+225 | |
Move data tables to end of local functions. These changes have no strong effect - this change set just tries to simplify the following change set which makes more significant changes. Backport of changeset 6967:ca223744bb0c. | |||||
2018-04-19 | Backport: Templatize MakeUpperCase/MakeLowerCase so they work on char/int ↵ | Neil | 1 | -2/+2 | |
without casts. Backport of changeset 6707:29e80e764b46. | |||||
2017-10-26 | Backport: Fix nested Django tags inside a comment breaking highlighting of ↵ | Stephan Deibel | 1 | -1/+1 | |
rest of file. Backport of changeset 6408:9b831c859b2e. | |||||
2017-09-11 | Backport: The Scintilla namespace is always active for internal symbols and ↵ | Neil | 1 | -2/+0 | |
for the lexer and document interfaces. Backport of changeset 6388:d62863ae40a3. | |||||
2017-07-17 | Backport: Implement style metadata for some languages. | Neil | 1 | -2/+174 | |
Add some helper methods to SubStyles for finding style metadata of substyles. Backport of changeset 6349:f350a2543488. | |||||
2017-04-15 | Use bool literals true and false instead of 1 and 0. | Neil | 1 | -4/+4 | |
2016-08-03 | Bug [#1849]: LexHTML: Fix resuming at a script start | Colomban Wendling | 1 | -0/+11 | |
The lexer can't handle getting out of some states, so make sure never to start in any of them. | |||||
2016-08-03 | Bug [#767]: LexHTML: Don't handle XML start inside a JavaScript string | Colomban Wendling | 1 | -1/+1 | |
2016-01-22 | Limit the extent of Mako line comments to finish before the line end characters. | John Ehresman | 1 | -1/+1 | |
This prevents a later assertion failure. | |||||
2015-07-30 | Use Sci_Position / Sci_PositionU for variables in lexers that represent | Joe Mueller | 1 | -36/+36 | |
positions and line numbers and may be widened to 64-bits in a future release. | |||||
2015-07-25 | Use Sci_PositionU/Sci_Position for arguments to functional lexers, folders, and | Neil | 1 | -4/+4 | |
comment recognizers to allow for future implementation of 64-bit positions. | |||||
2014-07-29 | Fixing previous change for mako to be type-safe. | Neil | 1 | -1/+1 | |
2014-07-26 | Bug [#1622]. Don't crash with ## comments in Mako. | Neil | 1 | -1/+7 | |
From John Ehresman. | |||||
2014-07-16 | Bug [#1622]. Don't crash with SGML after a Mako comment. | Neil | 1 | -1/+3 | |
2014-05-24 | Removing style byte indicators. | Neil | 1 | -6/+5 | |
2014-04-29 | Fix some warnings instead of relying upon #pragma to hide them | Neil | 1 | -2/+2 | |
2014-04-21 | Avoid warning about use of bitwise operators on boolean values. | Neil | 1 | -2/+2 | |
2013-12-22 | Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which | Neil | 1 | -8/+9 | |
guaranty termination where possible. | |||||
2013-12-15 | Format normalization - whitespace and braces made consistent. | Neil | 1 | -6/+6 | |
Parameter names added to method declarations. | |||||
2013-07-26 | Avoid a switch fall-through even though it makes no difference to behaviour. | Neil | 1 | -0/+1 | |
2013-07-21 | Replace all instances of isascii with Scintilla-specific IsASCII. | Neil | 1 | -9/+9 | |
iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode. | |||||
2013-03-11 | Bug [#1412]. Recognise a JavaScript RegExp literal in more situations. | nyamatongwe | 1 | -5/+3 | |
2013-02-23 | Bug: [#1447]. Interpret PHP within HTML comments. | nyamatongwe | 1 | -2/+1 | |
2013-02-20 | Removed function that is no longer used. | nyamatongwe | 1 | -5/+0 | |
2013-02-20 | Bug: [#1447]. Don't interrupt HTML comment for XML Processing Instruction. | nyamatongwe | 1 | -0/+1 | |
2012-08-25 | Long XML script tag correctly lexed. Bug #3534190. | nyamatongwe | 1 | -1/+1 | |
From Sakshi Verma. | |||||
2012-07-05 | LexHTML: Fix folding of CDATA blocks when fold.html.preprocessor is off | Colomban Wendling | 1 | -1/+1 | |
2012-05-16 | Fix signed/unsigned comparison warning. | nyamatongwe | 1 | -1/+1 | |
2012-05-15 | Avoid assertion failure at end of PHP document. | nyamatongwe | 1 | -1/+2 | |
2012-04-21 | Fix problem where PHP sequence stops backtracking to tag start. Bug #3520027. | nyamatongwe | 1 | -3/+4 | |
Now backtracks by whole lines until not inside tag. | |||||
2012-04-21 | Fix problem with JavaScript /*/ which starts a comment. Bug #3520032. | nyamatongwe | 1 | -0/+4 | |
2012-02-16 | Avoid switching to PHP in XML unless explicit. Bug #3488060. | nyamatongwe | 1 | -1/+1 | |
2011-12-28 | Fold only and all empty HTML tags | Unknown | 1 | -7/+8 | |
2011-08-03 | Fixed 64-bit warnings. | nyamatongwe | 1 | -6/+6 | |
2011-06-24 | Support for new Mako block syntax. Feature #3325178. | nyamatongwe | 1 | -10/+20 | |
From Stephan R.A. Deibel. | |||||
2011-06-23 | Disable folding for mako template files. Bug #3324563. | nyamatongwe | 1 | -6/+1 | |
From Stephan R.A. Deibel. | |||||
2011-06-21 | Support mako ## comments. Bug #3318818. | nyamatongwe | 1 | -0/+13 | |
From Stephan R.A. Deibel. | |||||
2011-05-21 | Code formatting normalised to standard. | nyamatongwe | 1 | -6/+5 | |
2011-04-22 | Avoid warning. | nyamatongwe | 1 | -1/+1 | |
2011-04-06 | Django in HTML lexer recognizes {# #} comments. Bug #3013798. | nyamatongwe | 1 | -0/+31 | |
From Stephan R.A. Deibel at Wingware. | |||||
2011-03-27 | Fix folding failure with PHP within a line of Javascript. Bug #3193530. | nyamatongwe | 1 | -1/+2 | |
2011-03-27 | Fix for bug with wrong recognition of number after regex literal. Bug #3209108. | nyamatongwe | 1 | -11/+11 | |
Added test for this case. | |||||
2011-01-27 | Dropped inclusion of PropSetSimple.h in lexers which do not use ↵ | nyamatongwe | 1 | -1/+0 | |
PropSetSimple directly. Dropped declaration not needed in LexCPP. | |||||
2010-11-03 | Support for #region for PHP. Feature #3101624. | nyamatongwe | 1 | -2/+12 | |
2010-08-04 | Bug #3038381 Escape of EOL in JS string does not work | nyamatongwe | 1 | -1/+3 | |
Patch from Stephan Deibel. | |||||
2010-08-02 | Moved line state one line earlier so it refers to the state at the end of ↵ | nyamatongwe | 1 | -3/+3 | |
the line. This makes it more robust when lines are inserted or removed as occurred in bug #3032652. | |||||
2010-07-31 | Patch from Stephan to remove bad folding for Django. Bug #3034853. | nyamatongwe | 1 | -5/+0 | |
2010-07-13 | For new lexer design change includes to add new files and remove unused files. | nyamatongwe | 1 | -13/+9 | |
Normalise order of includes. Minor fixes for compatibility with new lexer design. |