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
/
src
/
LexPascal.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-13
Moved lexers into lexers directory.
nyamatongwe
1
-592
/
+0
2009-06-09
Fix for bug #2802863, Pascal lexer hanging on file that starts with 'interface'
nyamatongwe
1
-2
/
+2
2008-12-23
Fixes for GCC 4.3 warnings. The Pascal change fixes behaviour.
nyamatongwe
1
-4
/
+4
2008-11-27
Better Pascal lexer from Marko Njezic FR #2190650.
nyamatongwe
1
-240
/
+459
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2007-05-31
Patch from Istvan Szollosi fixes bad folding for Pascal and GAP
nyamatongwe
1
-1
/
+1
2003-07-27
Updates from Mathias Rauen to Pascal and to avoid
nyamatongwe
1
-47
/
+68
2003-02-17
Upgraded keyword list descriptions from Brian Quinlan.
nyamatongwe
1
-5
/
+11
2002-09-06
Upgraded by Simon with some words only being keywords in class definitions
nyamatongwe
1
-61
/
+179
2002-08-13
Patch from Laurent to make case statements fold.
nyamatongwe
1
-2
/
+5
2002-02-12
Made LexerModule objects not be const again as that was impairing static
nyamatongwe
1
-1
/
+1
2002-02-12
Made lexer objects const so they do not show up in map as static / globals.
nyamatongwe
1
-2
/
+1
2002-01-10
Made code bool-safe and turned Visual C++ warning 4800 back on.
nyamatongwe
1
-1
/
+1
2001-04-13
Removed some dead commented code.
nyamatongwe
1
-2
/
+0
2001-04-13
Added a string name to each lexer.
nyamatongwe
1
-1
/
+1
2001-02-27
Patch from Philippe to regularise comments.
nyamatongwe
1
-17
/
+20
2001-01-27
Patch from Laurent to handle comments such as {} and { } correctly.
nyamatongwe
1
-6
/
+20
2001-01-24
Changed isspace to isspacechar which is safe for characters >= 128.
nyamatongwe
1
-1
/
+1
2000-11-08
Added Pascal Lexer.
nyamatongwe
1
-1
/
+0
2000-11-08
Initial version by Laurent le Tynevez.
nyamatongwe
1
-0
/
+208