Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-16 | Reverted last change for bug #2722617 on advice of Eric. | nyamatongwe | 1 | -3/+1 | |
2009-03-30 | Fix for bug #2722617, Mac: wrong flavor written to clipboard | nyamatongwe | 1 | -1/+3 | |
2009-03-29 | Lexer for SML. Feature Request #2710950. | nyamatongwe | 1 | -1/+1 | |
2009-03-08 | Bug #2671749 Mismatching alloc and dealloc fixed. | nyamatongwe | 1 | -1/+1 | |
2009-03-04 | Nimrod lexer from Andreas Rumpf added. | nyamatongwe | 1 | -5/+5 | |
2009-01-23 | Reinstated EScript after license returned to standard Scintilla license. | nyamatongwe | 2 | -6/+10 | |
2009-01-22 | Removal of EScript lexer cause changes to build files, etc. | nyamatongwe | 2 | -10/+6 | |
2009-01-01 | Lexer for PowerPro from Christopher Bean. | nyamatongwe | 1 | -4/+4 | |
2008-12-13 | Lexer added for SORCUS Installation files. | nyamatongwe | 1 | -3/+3 | |
2008-11-27 | Fix for bug #2354098 delete without []. | nyamatongwe | 1 | -1/+1 | |
2008-10-22 | Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406 | nyamatongwe | 1 | -8/+9 | |
2008-09-14 | Added LexMySQL by Anders Karlsson. | nyamatongwe | 1 | -4/+4 | |
2008-01-18 | PowerShell lexer implemented by Tim Gerundt. | nyamatongwe | 1 | -3/+3 | |
2007-12-31 | Added Magik lexer. | nyamatongwe | 1 | -7/+7 | |
2007-12-05 | modified version of adobe OSX patches. Most of these patches are provided ↵ | mixedpuppy | 11 | -737/+1482 | |
by Adobe, though I've reorganized a lot of them - improved drag/drop - make copy/paste use modern pasteboard api's - optimized textlayout usage - reduce assertions for debug builds - implement IME support - other minor things patches are available in openkomodo, which is a good test ground for scintilla osx (until someone ports SCiTE). | |||||
2007-11-15 | Regenerated by LexGen.py | nyamatongwe | 1 | -2/+2 | |
2007-11-12 | fix osx build | mixedpuppy | 2 | -9/+21 | |
- add namespace to lexR - fix name collision with osx headers in LexTeX | |||||
2007-11-04 | Added support for 'R' language by Stephen Stagg. | nyamatongwe | 1 | -1/+1 | |
2007-09-08 | Lexer for Asymptote. | nyamatongwe | 1 | -10/+10 | |
2007-07-07 | Allows the popup to be displayed below as long as it can fit on the monitor | nyamatongwe | 1 | -0/+4 | |
the cursor is on rather than flipping up above the current point when near bottom of window. Implemented for GTK+ by John Ehresman. Partial Windows implementation #ifdefed out because it uses calls unavailable on Windows 95. | |||||
2007-06-30 | Support for Abaqus language added by Sergio Lucato. | nyamatongwe | 1 | -10/+10 | |
2007-06-29 | Removed OS X specific WaitMouseMoved call since the generic code no longer | nyamatongwe | 1 | -65/+58 | |
starts a drag unless the mouse moves. | |||||
2007-06-12 | Added some basic colours so can see that styling is being done. | nyamatongwe | 1 | -225/+255 | |
2007-06-12 | PL/M and Progress lexers added. | nyamatongwe | 1 | -4/+5 | |
2007-06-04 | fix osx build for new positioncache code | scaraveo | 2 | -1/+2 | |
2007-06-04 | add missing main.nib for test container | scaraveo | 3 | -0/+294 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 24 | -0/+9021 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable |