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
sciteco-rel-5-5-8
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-07
Normalize indentation to tabs.
Neil
1
-45
/
+45
2013-11-04
Remove local functions that are not used.
Neil
5
-40
/
+0
2013-10-28
Allow single quote digit separators for C++14.
Neil
1
-0
/
+1
2013-10-28
Added lexical class for user defined literals in C++11.
Neil
1
-4
/
+19
2013-10-19
Remove shadowing declarations to avoid warnings.
Neil
1
-2
/
+2
2013-10-18
Feature [feature-requests:#1026]. DMAP lexer added.
Neil
1
-0
/
+228
2013-10-17
Avoid namespace pollution by making lexer functions static.
Neil
2
-4
/
+4
2013-10-17
Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.
Neil
1
-16
/
+72
2013-10-17
Bug [#1538]. PP-line comments lost from EOL string.
Neil
1
-1
/
+1
2013-10-17
Fix sign warning in debug code.
Neil
1
-1
/
+1
2013-10-10
Bug [#1528]. Perl: POD problems with multibyte characters.
Neil
1
-4
/
+4
2013-10-09
Bug [#1528]. Perl: multibyte character problems.
Neil
1
-8
/
+12
2013-10-09
Feature [feature-requests:#1025]. Better support for string literals and Unic...
Neil
1
-90
/
+124
2013-10-08
Feature [feature-requests:#1024]. Lexer added for Rust language.
Neil
1
-0
/
+768
2013-09-26
Feature [feature-requests:#1020]. Fold 'create view' statements.
Neil
1
-31
/
+131
2013-09-22
Stricter checking for ctags lines in errorlist lexer.
Neil
1
-3
/
+10
2013-09-05
Added SCI_GETPRIMARYSTYLEFROMSTYLE.
Neil
1
-0
/
+3
2013-09-05
Bug [#1520]. Make SCI_GETSTYLEFROMSUBSTYLE work for secondary styles.
Neil
1
-1
/
+3
2013-09-05
Update Pascal lexer keywords.
Marko Njezic
1
-10
/
+11
2013-09-03
Added GetStyleFromSubStyle.
Neil
1
-0
/
+3
2013-08-17
Fix CoffeeScript styles usage
Colomban Wendling
1
-71
/
+71
2013-08-23
Updated information on script location.
nyamatongwe
1
-2
/
+2
2013-08-21
Feature: [feature-requests:#1008]. Lexer added for KVIrc script.
Neil
1
-0
/
+473
2013-08-08
Avoid warnings for uninitialized strings.
Neil
3
-1
/
+5
2013-08-07
Ensure strings initialised to avoid warnings.
Neil
4
-4
/
+4
2013-08-03
Initialise string to avoid warnings.
Neil
1
-1
/
+1
2013-08-03
Bug [#1509]. ';' not styled as an operator.
Neil
1
-14
/
+1
2013-08-03
Bug [#1508]. Coloring for enumeration member malfunctions.
Neil
1
-4
/
+9
2013-07-26
Avoid a switch fall-through even though it makes no difference to behaviour.
Neil
1
-0
/
+1
2013-07-23
Fix potential write beyond allocation found by Visual C++ analyzer.
Neil
2
-2
/
+2
2013-07-22
Bash: Fix handling of quoted HereDoc delimiters
Colomban Wendling
1
-2
/
+12
2013-07-21
Removed functions that had never been used - looks like they had been copied
Neil
1
-25
/
+0
2013-07-21
Replace all instances of isascii with Scintilla-specific IsASCII.
Neil
27
-67
/
+67
2013-07-07
Bug: [#1496]. Name of ASN1 LexerModule was misspelt lmAns1 instead of lmAsn1.
Neil
1
-1
/
+1
2013-07-06
Bug: [#1495]. CoffeeScript comment-block lexing is wrong.
Neil
1
-22
/
+14
2013-07-06
Removed static functions that have never been used.
Neil
1
-15
/
+0
2013-07-03
Trigger SCE_ERR_PERL only when "at" and "line" are far enough apart
nyamatongwe
1
-2
/
+3
2013-07-01
Use CharacterCategory
kudah
1
-20
/
+17
2013-06-30
Updated A68K lexer from web site.
Neil
1
-60
/
+89
2013-06-29
Simplify code so that it is understood by cppcheck, avoiding warnings.
Neil
2
-2
/
+2
2013-06-29
Avoid warning from Visual C++.
Neil
1
-5
/
+5
2013-06-29
Bug: [#1483]. Fix problems with character/byte indexing for UTF-8 and DBCS.
Neil
1
-58
/
+58
2013-06-27
Bug: [#1491]. Regular expression detection code appeared incorrect.
nyamatongwe
1
-4
/
+13
2013-06-26
Simplify label handling code and avoid checking to end of line.
nyamatongwe
1
-22
/
+5
2013-06-25
Make labels work with non-ASCII characters in UTF-8.
nyamatongwe
1
-4
/
+4
2013-05-26
* Fixed a bug in incremental lexing which often caused a full redraw
kudah
1
-2
/
+2
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-2
/
+2
2013-05-23
Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ...
nyamatongwe
1
-0
/
+401
2013-05-18
Fix import list folding in fully indented modules
kudah
1
-79
/
+87
2013-05-13
get rid of msvc warning
kudah
1
-5
/
+5
[prev]
[next]