aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
AgeCommit message (Collapse)AuthorFilesLines
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
2007-02-21Additions for TADS3.nyamatongwe1-0/+1
2007-02-04Patch from Chris Rickard adds get calls for many style settings.nyamatongwe1-0/+54
2006-12-28Patch from Jason Haslam to optionally extend selection colour to left side whennyamatongwe1-0/+6
end of line selected.
2006-12-13D lexer and language support from Waldemar Augustyn.nyamatongwe1-0/+21
2006-12-12Corrected comment about LineLength.nyamatongwe1-1/+1
2006-10-17Armel Asselin contributed a feature that adds the flag SC_STARTACTION tonyamatongwe1-1/+2
modification notifications where the modification is the first step of an undo transaction. This is used to synchronize with the container's undo stack.
2006-08-22Added key code for the right hand side Windows key.nyamatongwe1-1/+2
2006-08-22Basic recognition of the Windows and Context Menu keys as SCK_WIN andnyamatongwe1-0/+2
SCK_MENU so that these keys don't commands associated with their values ('[' and ']'). SCK_WIN can be mapped on both platforms but if SCK_MENU is mapped on Windows it executes both the mapped command and shows the context menu. Called "Win" and "Menu" in SciTE but only "Win" documented.
2006-06-06Patch from RFE 1501054 by Greg Smith adds margin styles that fill with thenyamatongwe1-0/+2
foreground of background of the default style.
2006-05-21Added translucency for selection and markers.nyamatongwe1-0/+9
2006-05-18Patch from Jos vanderZande thatnyamatongwe1-0/+1
Fixed the SentKey lexing logic in case of multiple sentkeys. Fixed issue with <> coloring as String in stead of Operator in rare occasions. Added support for AutoIt3 Standard UDF library (SCE_AU3_UDF)
2006-03-30Support for Spice language added by Fabien Proriol.nyamatongwe1-0/+12
2006-03-20Update of TCL lexer from Andre Arpin adds SCE_TCL_COMMENT_BOX andnyamatongwe1-0/+2
SCE_TCL_BLOCK_COMMENT states.
2006-03-02Lexer for TCL contributed by Andre Arpin.nyamatongwe1-1/+22
2006-02-26Translucency implementation for INDIC_ROUNDBOX and caret line.nyamatongwe1-0/+11
2006-02-13Patch from Sebastian Pipping allows the key for each property to be stylednyamatongwe1-0/+1
differently to the value.
2006-02-04Modification from Greg Smith to allow setting text style attributes fornyamatongwe1-2/+6
calltips as STYLE_CALLTIP and display calltips with tabs to align text.
2006-02-03Support for Opal language from Sebastian Pipping.nyamatongwe1-0/+13
2006-01-28Added Inno Setup lexer from Friedrich Vedder.nyamatongwe1-1/+16
Removed comment saying GrabFocus is GTK+ specific.
2005-12-13RBR - Support new keywords class in LexCamlrdaneelolivaw1-9/+10
2005-11-10Added selection duplicate command.nyamatongwe1-0/+3
2005-11-09Patch, mostly from Simon Steele, that converts new lines innyamatongwe1-0/+6
pasted text to match document.
2005-11-03Added SCMOD_NORM as it is documented.nyamatongwe1-0/+1
2005-10-30MarkerAddSet added.nyamatongwe1-0/+3
2005-10-21Patch from Iago implements new quoted identifier lexical class for SQL.nyamatongwe1-0/+1
2005-09-06Added highlighting for decorators and a set of identifiers.nyamatongwe1-0/+2
2005-08-30Added StyleBitsNeeded property and implemented to return 5 for all lexersnyamatongwe1-0/+3
except HTML, XML, ... (7) and Ruby (6).
2005-08-25New Ruby lexer from Eric Promislow of ActiveState.nyamatongwe1-1/+37