Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-27 | Better Pascal lexer from Marko Njezic FR #2190650. | nyamatongwe | 2 | -1/+32 | |
2008-10-22 | Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406 | nyamatongwe | 2 | -0/+6 | |
2008-10-09 | #2122992 from Jason Oster adds several new keyword lists | nyamatongwe | 2 | -0/+10 | |
* Asterisks are now treated (styled) as valid tag characters. * The vertical pipe | and tilde ~ are now treated as selector characters. (CSS namespace selector, and preceding element selector, respectively.) * Pseudo-classes can be extended with additional simple selectors. (Not sure if extending pseudo-elements in the same way is necessary. The CSS specs don't seem to indicate this kind of usage with pseudo-elements.) Useful for pseudo-classes like :not() and [to lesser extent] :lang(), but also for some vendor-specific pseudo-classes. | |||||
2008-10-08 | Lexer for gettext .po translation files from Enrico Tröger. | nyamatongwe | 2 | -0/+22 | |
2008-09-14 | Added LexMySQL by Anders Karlsson. | nyamatongwe | 2 | -0/+46 | |
2008-07-27 | Property to set interpratation of keys to always use Unicode. | nyamatongwe | 2 | -0/+8 | |
2008-07-19 | Feature request #2017815 Update to the Diff lexer from | nyamatongwe | 2 | -0/+2 | |
Friedrich Vedder. - Improve support for context style diffs (add new style SCE_DIFF_CHANGED for changed lines). - Improve support for diff's generated by Subversion. - Fix styling and folding for lines containing chunk dividers ("---"). | |||||
2008-06-07 | Added AutoCCancelled event implementation from Enrico Tröger. | nyamatongwe | 2 | -0/+2 | |
2008-05-26 | More accurate comment. | nyamatongwe | 1 | -1/+1 | |
2008-04-27 | Implemented GetCharacterPointer feature. | nyamatongwe | 2 | -0/+5 | |
2008-04-03 | Removed extraneous white space. | nyamatongwe | 1 | -1/+1 | |
2008-03-29 | Document fixes from Andrew Howell. | nyamatongwe | 1 | -1/+1 | |
2008-02-06 | Can compile for GTK+ on Windows using mingw. | nyamatongwe | 1 | -2/+2 | |
2008-01-19 | CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's | nyamatongwe | 2 | -0/+4 | |
behaviour when performing copy on an empty selection copies the current line. | |||||
2008-01-19 | Added SC_MARK_LEFTRECT margin marker. | nyamatongwe | 2 | -0/+2 | |
2008-01-18 | PowerShell lexer implemented by Tim Gerundt. | nyamatongwe | 2 | -0/+26 | |
2007-12-31 | Added Magik lexer. | nyamatongwe | 2 | -0/+38 | |
2007-11-04 | Added support for 'R' language by Stephen Stagg. | nyamatongwe | 2 | -0/+28 | |
2007-09-08 | Lexer for Asymptote. | nyamatongwe | 2 | -0/+29 | |
2007-08-18 | Addition of DelWordRightEnd by Nick Treleaven eases compatibility with | nyamatongwe | 2 | -0/+4 | |
common GTK+ behaviour. | |||||
2007-07-31 | Eric Promislow added an operator state for YAML and recognise comments | nyamatongwe | 2 | -0/+2 | |
after code. | |||||
2007-07-26 | Optimised previous change to avoid extra redraws when modification does not | nyamatongwe | 1 | -0/+3 | |
affect visible area. | |||||
2007-07-26 | Added notification for changing line state and use it to redraw if a line | nyamatongwe | 2 | -2/+4 | |
state change overruns the end of painting. | |||||
2007-07-24 | Changes to PropSet and PropSetFile make wild card suffixes work; evaluate | nyamatongwe | 1 | -6/+5 | |
file patterns from the starting PropSet, and add some const corectness. | |||||
2007-07-14 | Changes from Kein-Hong Man supports fixes bareword issues and underscores | nyamatongwe | 2 | -0/+6 | |
in numeric literals, and handles ^D and ^Z, subroutine prototypes, and formats. | |||||
2007-07-12 | Modification allows indentation guides to appear on lines that are | nyamatongwe | 2 | -2/+12 | |
empty. | |||||
2007-07-12 | More complex WordList and PropSet functionality moved to SciTE. | nyamatongwe | 1 | -19/+3 | |
2007-07-07 | Allows the popup to be displayed below as long as it can fit on the monitor | nyamatongwe | 1 | -0/+1 | |
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-07-05 | lexer.errorlist.value.separate styles location and matched text separately | nyamatongwe | 2 | -0/+2 | |
for Find in Files command. | |||||
2007-07-03 | Changed #ifdef PLAT_MACOSX to #if PLAT_MACOSX as PLAT_MACOSX is always | nyamatongwe | 1 | -4/+4 | |
defined but is 0 on other platforms. | |||||
2007-07-02 | Scroll width tracking feature. | nyamatongwe | 2 | -0/+8 | |
2007-06-30 | Support for Abaqus language added by Sergio Lucato. | nyamatongwe | 2 | -0/+30 | |
2007-06-29 | Removed OS X specific WaitMouseMoved call since the generic code no longer | nyamatongwe | 1 | -3/+0 | |
starts a drag unless the mouse moves. | |||||
2007-06-25 | Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts. | nyamatongwe | 2 | -2/+2 | |
2007-06-12 | PL/M and Progress lexers added. | nyamatongwe | 2 | -0/+87 | |
2007-06-02 | Addition of PositionCache module which adds cacing of string | nyamatongwe | 2 | -0/+8 | |
to position information and segments long pieces of text so they can be handled more efficiently. | |||||
2007-06-02 | Changed caret style method IDs to be in sequence. | nyamatongwe | 2 | -4/+4 | |
2007-06-01 | Make run under Python 2.4. | nyamatongwe | 1 | -1/+1 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 6 | -2/+79 | |
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 | |||||
2007-05-29 | Block caret feature added by Todd Whiteman. | nyamatongwe | 2 | -0/+16 | |
2007-04-23 | Added setting to allow each indicator to be drawn either under or | nyamatongwe | 2 | -0/+8 | |
over text. | |||||
2007-04-23 | Added INDIC_CONTAINER and a comment. | nyamatongwe | 2 | -2/+5 | |
2007-04-19 | Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR | nyamatongwe | 2 | -2/+4 | |
notification flag. | |||||
2007-04-16 | Added support for GAP language from Istvan Szollosi. | nyamatongwe | 2 | -0/+28 | |
2007-04-07 | More decoration code, with modifications reported from document to views | nyamatongwe | 2 | -0/+2 | |
although this isn't optimal. Some checking for null changes. Messages documented. Methods for changing indicators in Accessor so can be used by lexers. | |||||
2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 2 | -2/+46 | |
2007-03-29 | Incorporated cmake support. | nyamatongwe | 2 | -0/+34 | |
2007-02-21 | Additions for TADS3. | nyamatongwe | 2 | -0/+2 | |
2007-02-04 | Patch from Chris Rickard adds get calls for many style settings. | nyamatongwe | 2 | -0/+71 | |
2006-12-28 | Patch from Jason Haslam to optionally extend selection colour to left side when | nyamatongwe | 2 | -0/+8 | |
end of line selected. |