aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2009-04-04Added AddUndoAction call for adding application actions into undo stack.nyamatongwe2-2/+11
2009-04-02Method to find the symbol defined for a marker number.nyamatongwe2-0/+5
SC_MARK_AVAILABLE defined.
2009-04-01Added commands to add extra ascent and descent space.nyamatongwe2-0/+16
2009-04-01Compatible with Python versions 2.3 to 3.0.nyamatongwe2-26/+24
2009-03-29Lexer for SML. Feature Request #2710950.nyamatongwe2-0/+35
2009-03-04Nimrod lexer from Andreas Rumpf added.nyamatongwe2-0/+3
2009-02-14Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Toddnyamatongwe2-0/+8
Whiteman of ActiveState.
2009-02-14Bug #2552973 issues with the Inno Setup lexer. Fix from Kai Liu.nyamatongwe2-0/+2
2009-01-22Enable 64 bit support on Windows for all compilers.nyamatongwe1-1/+1
2009-01-08Patch from Enrico Tröger to change comments in header files to C Style /*nyamatongwe4-54/+54
rather than C++ style // so that some compilers will work.
2009-01-02Notification for deleting a character while an autocompletion is active.nyamatongwe2-0/+2
By Sergey Kishchenko.
2009-01-01Lexer for PowerPro from Christopher Bean.nyamatongwe2-0/+37
2008-12-13Lexer added for SORCUS Installation files.nyamatongwe2-0/+24
2008-11-27Better Pascal lexer from Marko Njezic FR #2190650.nyamatongwe2-1/+32
2008-10-22Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406nyamatongwe2-0/+6
2008-10-09#2122992 from Jason Oster adds several new keyword listsnyamatongwe2-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-08Lexer for gettext .po translation files from Enrico Tröger.nyamatongwe2-0/+22
2008-09-14Added LexMySQL by Anders Karlsson.nyamatongwe2-0/+46
2008-07-27Property to set interpratation of keys to always use Unicode.nyamatongwe2-0/+8
2008-07-19Feature request #2017815 Update to the Diff lexer fromnyamatongwe2-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-07Added AutoCCancelled event implementation from Enrico Tröger.nyamatongwe2-0/+2
2008-05-26More accurate comment.nyamatongwe1-1/+1
2008-04-27Implemented GetCharacterPointer feature.nyamatongwe2-0/+5
2008-04-03Removed extraneous white space.nyamatongwe1-1/+1
2008-03-29Document fixes from Andrew Howell.nyamatongwe1-1/+1
2008-02-06Can compile for GTK+ on Windows using mingw.nyamatongwe1-2/+2
2008-01-19CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio'snyamatongwe2-0/+4
behaviour when performing copy on an empty selection copies the current line.
2008-01-19Added SC_MARK_LEFTRECT margin marker.nyamatongwe2-0/+2
2008-01-18PowerShell lexer implemented by Tim Gerundt.nyamatongwe2-0/+26
2007-12-31Added Magik lexer.nyamatongwe2-0/+38
2007-11-04Added support for 'R' language by Stephen Stagg.nyamatongwe2-0/+28
2007-09-08Lexer for Asymptote.nyamatongwe2-0/+29
2007-08-18Addition of DelWordRightEnd by Nick Treleaven eases compatibility withnyamatongwe2-0/+4
common GTK+ behaviour.
2007-07-31Eric Promislow added an operator state for YAML and recognise commentsnyamatongwe2-0/+2
after code.
2007-07-26Optimised previous change to avoid extra redraws when modification does notnyamatongwe1-0/+3
affect visible area.
2007-07-26Added notification for changing line state and use it to redraw if a linenyamatongwe2-2/+4
state change overruns the end of painting.
2007-07-24Changes to PropSet and PropSetFile make wild card suffixes work; evaluatenyamatongwe1-6/+5
file patterns from the starting PropSet, and add some const corectness.
2007-07-14Changes from Kein-Hong Man supports fixes bareword issues and underscoresnyamatongwe2-0/+6
in numeric literals, and handles ^D and ^Z, subroutine prototypes, and formats.
2007-07-12Modification allows indentation guides to appear on lines that arenyamatongwe2-2/+12
empty.
2007-07-12More complex WordList and PropSet functionality moved to SciTE.nyamatongwe1-19/+3
2007-07-07Allows the popup to be displayed below as long as it can fit on the monitornyamatongwe1-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-05lexer.errorlist.value.separate styles location and matched text separatelynyamatongwe2-0/+2
for Find in Files command.
2007-07-03Changed #ifdef PLAT_MACOSX to #if PLAT_MACOSX as PLAT_MACOSX is alwaysnyamatongwe1-4/+4
defined but is 0 on other platforms.
2007-07-02Scroll width tracking feature.nyamatongwe2-0/+8
2007-06-30Support for Abaqus language added by Sergio Lucato.nyamatongwe2-0/+30
2007-06-29Removed OS X specific WaitMouseMoved call since the generic code no longernyamatongwe1-3/+0
starts a drag unless the mouse moves.
2007-06-25Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts.nyamatongwe2-2/+2
2007-06-12PL/M and Progress lexers added.nyamatongwe2-0/+87
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe2-0/+8
to position information and segments long pieces of text so they can be handled more efficiently.
2007-06-02Changed caret style method IDs to be in sequence.nyamatongwe2-4/+4