aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2010-08-05DBCS case folder for GTK+.Unknown1-22/+61
2010-08-05Case insensitive search in DBCS and faster processing of DBCS.nyamatongwe3-21/+117
DBCS case folder implemented on Windows.
2010-08-05Removal of line end white space.nyamatongwe1-3/+3
2010-08-05Added Korean code pages 949 and 1361.nyamatongwe1-0/+2
2010-08-05Added code page 1361 Korean Johab to IsDBCSLeadByte.nyamatongwe1-2/+7
2010-08-05Bug #3039732 drag/drop on OSX overwrites clipboard.nyamatongwe2-5/+8
Patch from Eric Promislow.
2010-08-05Removed line end white space.nyamatongwe2-90/+90
2010-08-04Using NextPosition rather than MovePositionOutsideChar for column operationsnyamatongwe1-6/+8
and brace matching as it is much faster on DBCS text.
2010-08-04Added NextPosition as more efficient way to iterate through DBCS characters.nyamatongwe2-0/+71
2010-08-04Simplified DBCS to only handle 1 and 2 byte characters in CP 932, 936, 949, ↵nyamatongwe1-18/+21
or 950. Moved DBCS processing from Platform to Document.
2010-08-04Added test for bug #3038381.nyamatongwe2-0/+8
2010-08-04Added more style setting, using byte strings as that matches API.nyamatongwe1-5/+7
2010-08-04Bug #3038381 Escape of EOL in JS string does not worknyamatongwe1-1/+3
Patch from Stephan Deibel.
2010-08-02Moved line state one line earlier so it refers to the state at the end of ↵nyamatongwe1-3/+3
the line. This makes it more robust when lines are inserted or removed as occurred in bug #3032652.
2010-08-01Bug #3037586 Scintilla Cocoa doesn't compile the Framework makefilenyamatongwe1-2/+2
Missing lexer.
2010-07-31Patch from Stephan to remove bad folding for Django. Bug #3034853.nyamatongwe1-5/+0
2010-07-30Added tag rel-2-20 for changeset ffde119d297enyamatongwe1-0/+1
2010-07-28Restore container lexing functionality which was accidentally removed by ↵nyamatongwe3-6/+14
lexer objects changes.
2010-07-28Updated release date and added a fixed bug to the changelog.nyamatongwe2-4/+8
2010-07-27Fix problems with line state and fold level by duplicating value rather than ↵nyamatongwe1-5/+3
inserting default.
2010-07-24Updated files and file locations for lexer objects changes.nyamatongwe1-552/+610
Added header search path to find headers in lexlib.
2010-07-24Updates from Scintilla-Cocoa project.nyamatongwe7-146/+963
Updated case mapping, modifier key for zoom, redo, mouse wheel, search and highlight.
2010-07-24More items.nyamatongwe1-1/+11
2010-07-24Removed debug logging.nyamatongwe1-4/+3
2010-07-23Change log for 2.20.nyamatongwe2-5/+102
2010-07-23Added information about SCI_CHANGELEXERSTATE and SC_MOD_LEXERSTATE.nyamatongwe1-0/+15
2010-07-23Casts to avoid compiler warnings.nyamatongwe1-3/+3
2010-07-23Patch from Kein-Hong Man as feature #3033135nyamatongwe1-37/+183
- improved keyword highlighting with commands, compound commands, and constructs - consistent highlighting across line continuations for commands and expressions - proper highlighting of file test operators and option arguments - better highlighting within test expressions and arithmetic expressions Also fixes SF bug ticket #3027958
2010-07-23Include Txt2Tags lexer.nyamatongwe1-0/+4
2010-07-22Getting ready for 2.20.nyamatongwe5-17/+25
2010-07-18Patch from Kein-Hong Man improves folding for Perl.nyamatongwe1-14/+43
(a) Folding of array blocks (square brackets) - Done like folding for braces, which no one has complained about so far (b) Adjacent package statements are not folded (c) Nested folding for Pod headings (=head1 thru =head4) - Pod headings in the data section are also folded (d) Terminates package folding at __DATA__, __END__, ^D and ^Z - Previously, only __END__ tested for
2010-07-17Fixed bug #3029627 VHDL unclosed strings not styled correctly.nyamatongwe1-2/+2
2010-07-17Removed duplicate.nyamatongwe1-1/+1
2010-07-17Patch from Nick Treleaven to allow disabling explicit fold points.nyamatongwe1-1/+6
2010-07-17Removed debugging code.nyamatongwe1-2/+0
2010-07-17Avoid warning from GTK+ headers: "ISO C++ 1998 does not support 'long long'".nyamatongwe1-1/+1
2010-07-17Lexer for Txt2tags contributed by Eric Forgeot.nyamatongwe7-0/+545
2010-07-17Removed dead comment.nyamatongwe1-3/+0
2010-07-16Lexer objects documentation.nyamatongwe1-16/+319
2010-07-16Removed dead comments.nyamatongwe1-3/+0
2010-07-15Updated dependencies for lexer objects changes.nyamatongwe1-288/+134
2010-07-15For lexer objects added lexlib as a headers search directory.nyamatongwe1-0/+2
2010-07-15Added new headers for lexer objects.nyamatongwe1-2/+2
2010-07-15Updated for lexer objects with files in lexlib and lexers as well as src.nyamatongwe1-9/+9
2010-07-14Visual C++ 98 has problems with MultiMon.h.nyamatongwe1-1/+8
Avoid including it for Visual C++ 98 and work around its absence.
2010-07-14Visual C++ 98 had a fatal error with the previous definition of a default ↵nyamatongwe1-1/+4
constructor. This is equivalent and compiles.
2010-07-14Files no longer needed due to Lexer Object changes.nyamatongwe8-1278/+0
2010-07-13Lexer source code now in lexers directory.nyamatongwe1-3/+3
Options slightly different when using gcc rather than dllwrap.
2010-07-13Explicit typename avoids errors from g++.nyamatongwe1-3/+3
2010-07-13More testing examples.nyamatongwe1-0/+4