aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
AgeCommit message (Collapse)AuthorFilesLines
2009-04-25Moved box folding constants into deprecated category. They have beennyamatongwe1-5/+7
documented as deprecated for 3 years.
2009-04-19Added UNDO_MAY_COALESCE flag to AddUndoAction.nyamatongwe1-1/+3
2009-04-12Annotations and text margins added.nyamatongwe1-1/+72
2009-04-04Added AddUndoAction call for adding application actions into undo stack.nyamatongwe1-1/+6
2009-04-02Method to find the symbol defined for a marker number.nyamatongwe1-0/+4
SC_MARK_AVAILABLE defined.
2009-04-01Added commands to add extra ascent and descent space.nyamatongwe1-0/+12
2009-03-29Lexer for SML. Feature Request #2710950.nyamatongwe1-0/+19
2009-03-04Nimrod lexer from Andreas Rumpf added.nyamatongwe1-0/+2
2009-02-14Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Toddnyamatongwe1-0/+6
Whiteman of ActiveState.
2009-02-14Bug #2552973 issues with the Inno Setup lexer. Fix from Kai Liu.nyamatongwe1-0/+1
2009-01-02Notification for deleting a character while an autocompletion is active.nyamatongwe1-0/+1
By Sergey Kishchenko.
2009-01-01Lexer for PowerPro from Christopher Bean.nyamatongwe1-0/+19
2008-12-13Lexer added for SORCUS Installation files.nyamatongwe1-0/+13
2008-11-27Better Pascal lexer from Marko Njezic FR #2190650.nyamatongwe1-1/+17
2008-10-22Addition of lexers for TAL, TACL, and COBOL from ozlooper. FR #2127406nyamatongwe1-0/+3
2008-10-09#2122992 from Jason Oster adds several new keyword listsnyamatongwe1-0/+5
* 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.nyamatongwe1-0/+12
2008-09-14Added LexMySQL by Anders Karlsson.nyamatongwe1-0/+24
2008-07-27Property to set interpratation of keys to always use Unicode.nyamatongwe1-0/+6
2008-07-19Feature request #2017815 Update to the Diff lexer fromnyamatongwe1-0/+1
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.nyamatongwe1-0/+1
2008-05-26More accurate comment.nyamatongwe1-1/+1
2008-04-27Implemented GetCharacterPointer feature.nyamatongwe1-0/+4
2008-04-03Removed extraneous white space.nyamatongwe1-1/+1
2008-03-29Document fixes from Andrew Howell.nyamatongwe1-1/+1
2008-01-19CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio'snyamatongwe1-0/+3
behaviour when performing copy on an empty selection copies the current line.
2008-01-19Added SC_MARK_LEFTRECT margin marker.nyamatongwe1-0/+1
2008-01-18PowerShell lexer implemented by Tim Gerundt.nyamatongwe1-0/+14
2007-12-31Added Magik lexer.nyamatongwe1-0/+20
2007-11-04Added support for 'R' language by Stephen Stagg.nyamatongwe1-0/+15
2007-09-08Lexer for Asymptote.nyamatongwe1-0/+16
2007-08-18Addition of DelWordRightEnd by Nick Treleaven eases compatibility withnyamatongwe1-0/+3
common GTK+ behaviour.
2007-07-31Eric Promislow added an operator state for YAML and recognise commentsnyamatongwe1-0/+1
after code.
2007-07-26Added notification for changing line state and use it to redraw if a linenyamatongwe1-1/+2
state change overruns the end of painting.
2007-07-14Changes from Kein-Hong Man supports fixes bareword issues and underscoresnyamatongwe1-0/+3
in numeric literals, and handles ^D and ^Z, subroutine prototypes, and formats.
2007-07-12Modification allows indentation guides to appear on lines that arenyamatongwe1-2/+8
empty.
2007-07-05lexer.errorlist.value.separate styles location and matched text separatelynyamatongwe1-0/+1
for Find in Files command.
2007-07-02Scroll width tracking feature.nyamatongwe1-0/+6
2007-06-30Support for Abaqus language added by Sergio Lucato.nyamatongwe1-0/+16
2007-06-25Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts.nyamatongwe1-1/+1
2007-06-12PL/M and Progress lexers added.nyamatongwe1-0/+45
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe1-0/+6
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.nyamatongwe1-2/+2
2007-05-29Block caret feature added by Todd Whiteman.nyamatongwe1-0/+11
2007-04-23Added setting to allow each indicator to be drawn either under ornyamatongwe1-0/+6
over text.
2007-04-23Added INDIC_CONTAINER and a comment.nyamatongwe1-1/+3
2007-04-19Optimized indicator changing with separate SC_MOD_CHANGEINDICATORnyamatongwe1-1/+2
notification flag.
2007-04-16Added support for GAP language from Istvan Szollosi.nyamatongwe1-0/+15
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-1/+33
2007-03-29Incorporated cmake support.nyamatongwe1-0/+18