Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-18 | Removed unused variable. | nyamatongwe | 1 | -3/+0 | |
2011-03-18 | Removed unused variable. | nyamatongwe | 1 | -4/+2 | |
2011-03-17 | More additions for 2.25. | nyamatongwe | 1 | -0/+6 | |
2011-03-17 | More additions for 2.25. | nyamatongwe | 1 | -0/+3 | |
2011-03-17 | More additions for 2.25. | nyamatongwe | 2 | -2/+43 | |
2011-03-17 | Updating for version 2.25. | nyamatongwe | 5 | -13/+24 | |
2011-03-17 | Avoid drawing alpha rectangles that extend well before the left of the | nyamatongwe | 1 | -1/+1 | |
window as that causes allocation of large buffers on some platforms. | |||||
2011-03-08 | Added reference to Coder's Studio. | nyamatongwe | 1 | -0/+4 | |
2011-03-03 | Bug #3197952. Ensure that diffs of diffs style correctly. When header '---' is | nyamatongwe | 1 | -1/+1 | |
removed it prepends a '-' removal character resulting in '----' at line start. This is better treated as a removal than as a header. From Todd Whiteman at ActiveState. | |||||
2011-02-28 | Avoid shadowed variables as reported by Xcode. | nyamatongwe | 4 | -10/+8 | |
2011-02-28 | Hide OS X build files. | nyamatongwe | 1 | -1/+9 | |
2011-02-28 | Copy of change 3284 for macosx platform: maximum alpha is 255, not 100. | nyamatongwe | 1 | -1/+1 | |
2011-02-26 | Fixed preprocessor macro name to fix bug #3192365. | nyamatongwe | 1 | -1/+1 | |
2011-02-25 | Credit. | nyamatongwe | 1 | -0/+1 | |
2011-02-23 | Avoid some cppcheck warnings. | nyamatongwe | 1 | -2/+2 | |
2011-02-20 | Avoid adding extra spaces to descriptions. | nyamatongwe | 1 | -2/+0 | |
2011-02-20 | Avoid some cppcheck warnings. | nyamatongwe | 3 | -7/+7 | |
2011-02-19 | Fixed to make compile. | nyamatongwe | 1 | -1/+1 | |
2011-02-17 | Folding of "procedure". Feature #3184356. | nyamatongwe | 1 | -1/+1 | |
Only create an end fold for "module procedure", not just "procedure". | |||||
2011-02-15 | Dropping old project files as difficult tomaintain. | nyamatongwe | 2 | -583/+0 | |
2011-02-14 | Addition of triple quoted strings for Vala. Feature #3177601. | nyamatongwe | 3 | -1/+14 | |
From Colomban Wendling. | |||||
2011-02-13 | Folding features added by Udo Lechner. | nyamatongwe | 5 | -23/+296 | |
Explicit fold points which can be set to arbitrary strings and occur anywhere. Can choose whether to have syntax based folding and multiline comment folding. | |||||
2011-02-13 | Avoid unnecessary relinks on Windows. | nyamatongwe | 1 | -2/+4 | |
2011-02-13 | Added Merge method to SparseState to make it possible to detect significant | nyamatongwe | 3 | -5/+136 | |
changes in lexers which will require styling beyond the end of the current range. | |||||
2011-02-13 | Make work on Windows. | nyamatongwe | 1 | -2/+2 | |
2011-02-13 | Extracted searches into a common method, added std:: where possibly needed. | nyamatongwe | 1 | -7/+12 | |
2011-02-10 | Only append a state if the value differs from the last current value. | nyamatongwe | 2 | -1/+10 | |
2011-02-10 | Handling unicode and wide character literals. | nyamatongwe | 1 | -5/+8 | |
2011-02-10 | New lexical class SCE_C_STRINGRAW for C++0x raw strings. Feature #3054629. | nyamatongwe | 3 | -2/+46 | |
2011-02-10 | New class SparseState for storing lexer state that may not | nyamatongwe | 2 | -0/+209 | |
change on most lines. | |||||
2011-02-10 | Removed unnecessary call. | nyamatongwe | 1 | -1/+0 | |
2011-02-10 | Fix for backwards case-insensitive search in code page 936. Bug #3176271. | nyamatongwe | 1 | -1/+5 | |
Was not finding each occurance of a given string due to misaligned character access. | |||||
2011-02-08 | Fixed bug where the last line of file is a fold end and was not included | nyamatongwe | 1 | -1/+1 | |
in the collapsed fold. | |||||
2011-02-08 | Converted to lexer object by Udo Lechner. | nyamatongwe | 1 | -50/+173 | |
2011-02-07 | Removed obsolete Borland code. | nyamatongwe | 1 | -51/+5 | |
2011-02-07 | Added Modula lexer. | nyamatongwe | 1 | -0/+4 | |
2011-02-07 | Using wildcard code to find lexers rather than list them all. | nyamatongwe | 1 | -13/+4 | |
This means I don't have to modify Framework.mk after adding a lexer. | |||||
2011-02-07 | Merged in current scintilla-cocoa from bzr. | nyamatongwe | 5 | -35/+87 | |
2011-02-07 | Lexer for Modula 2/3. From Dariusz Knoci?ski. Feature #3173374. | nyamatongwe | 8 | -0/+799 | |
2011-02-06 | Style lines starting with '<' as SCE_ERR_DIFF_DELETION. Feature #3172878. | nyamatongwe | 1 | -2/+2 | |
2011-02-04 | Converted to lexer objects. | nyamatongwe | 2 | -131/+329 | |
2011-02-03 | Added tag rel-2-24 for changeset 3a0d1edb7ae5 | nyamatongwe | 1 | -0/+1 | |
2011-02-03 | Updated dates. | nyamatongwe | 3 | -4/+4 | |
2011-02-03 | Added some coverage testing. | nyamatongwe | 1 | -1/+5 | |
2011-02-02 | Updated size. | nyamatongwe | 1 | -1/+1 | |
2011-02-02 | Calling ClearSelection with explicit argument to make compile for Cocoa. | nyamatongwe | 1 | -1/+1 | |
2011-02-02 | Made work on Carbon bymaking a simple form of ClearSelection | nyamatongwe | 2 | -1/+4 | |
that fits in command table. | |||||
2011-02-01 | Change log for 2.24. | nyamatongwe | 1 | -0/+97 | |
2011-02-01 | Updating version number for 2.24 release. | nyamatongwe | 5 | -14/+25 | |
2011-02-01 | Added runStyles tests. | nyamatongwe | 1 | -1/+1 | |