aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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
2007-06-01Make run under Python 2.4.nyamatongwe1-1/+1
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo6-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-29Block caret feature added by Todd Whiteman.nyamatongwe2-0/+16
2007-04-23Added setting to allow each indicator to be drawn either under ornyamatongwe2-0/+8
over text.
2007-04-23Added INDIC_CONTAINER and a comment.nyamatongwe2-2/+5
2007-04-19Optimized indicator changing with separate SC_MOD_CHANGEINDICATORnyamatongwe2-2/+4
notification flag.
2007-04-16Added support for GAP language from Istvan Szollosi.nyamatongwe2-0/+28
2007-04-07More decoration code, with modifications reported from document to viewsnyamatongwe2-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-05Implemented decorations which are extended indicators.nyamatongwe2-2/+46
2007-03-29Incorporated cmake support.nyamatongwe2-0/+34
2007-02-21Additions for TADS3.nyamatongwe2-0/+2
2007-02-04Patch from Chris Rickard adds get calls for many style settings.nyamatongwe2-0/+71
2006-12-28Patch from Jason Haslam to optionally extend selection colour to left side whennyamatongwe2-0/+8
end of line selected.
2006-12-13D lexer and language support from Waldemar Augustyn.nyamatongwe2-0/+40
2006-12-12Corrected comment about LineLength.nyamatongwe1-1/+1
2006-10-17Armel Asselin contributed a feature that adds the flag SC_STARTACTION tonyamatongwe2-2/+4
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.nyamatongwe2-2/+4
2006-08-22Basic recognition of the Windows and Context Menu keys as SCK_WIN andnyamatongwe2-0/+4
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 thenyamatongwe2-0/+4
foreground of background of the default style.
2006-05-21Added translucency for selection and markers.nyamatongwe2-0/+12
2006-05-18Patch from Jos vanderZande thatnyamatongwe2-0/+2
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-05-18Patch from bug 1489948 to stop using deprecated calls on GTK+ 2.nyamatongwe1-0/+4
2006-03-30Report next number to use.nyamatongwe1-3/+7
2006-03-30Support for Spice language added by Fabien Proriol.nyamatongwe2-0/+22
2006-03-20Update of TCL lexer from Andre Arpin adds SCE_TCL_COMMENT_BOX andnyamatongwe2-0/+4
SCE_TCL_BLOCK_COMMENT states.
2006-03-02Lexer for TCL contributed by Andre Arpin.nyamatongwe2-1/+42
2006-02-26Translucency implementation for INDIC_ROUNDBOX and caret line.nyamatongwe3-0/+19
2006-02-23Made number of colours in a palette dynamic so that large numbers ofnyamatongwe1-2/+5
colours will work.
2006-02-13Patch from Sebastian Pipping allows the key for each property to be stylednyamatongwe2-0/+2
differently to the value.
2006-02-04Modification from Greg Smith to allow setting text style attributes fornyamatongwe2-2/+8
calltips as STYLE_CALLTIP and display calltips with tabs to align text.
2006-02-03Support for Opal language from Sebastian Pipping.nyamatongwe2-0/+24
2006-01-28Added Inno Setup lexer from Friedrich Vedder.nyamatongwe2-1/+30
Removed comment saying GrabFocus is GTK+ specific.
2005-12-13Robert updated lex class IDs for LexCaml.nyamatongwe1-9/+10
2005-12-13RBR - Support new keywords class in LexCamlrdaneelolivaw1-9/+10
2005-11-10Added selection duplicate command.nyamatongwe2-0/+4
2005-11-09Patch, mostly from Simon Steele, that converts new lines innyamatongwe2-0/+8
pasted text to match document.
2005-11-03Added SCMOD_NORM as it is documented.nyamatongwe2-0/+2
2005-11-01Changed type of id in scintilla_set_id to uptr_t to be compatiblenyamatongwe1-1/+1
with NotifyHeader in case of later move to allow pointers as IDs.
2005-11-01Comments.nyamatongwe1-2/+2
2005-10-30MarkerAddSet added.nyamatongwe2-0/+4
2005-10-30Patch from Joseph Galbraith for 64 bit platforms.nyamatongwe1-1/+1
2005-10-21Patch from Iago implements new quoted identifier lexical class for SQL.nyamatongwe2-0/+2
2005-09-06Added highlighting for decorators and a set of identifiers.nyamatongwe2-0/+4
2005-08-30Added StyleBitsNeeded property and implemented to return 5 for all lexersnyamatongwe3-3/+13
except HTML, XML, ... (7) and Ruby (6).
2005-08-25New Ruby lexer from Eric Promislow of ActiveState.nyamatongwe2-1/+72
2005-08-25Updates from Jos van der Zande for AU3.nyamatongwe2-0/+2
2005-08-06Allow properties to differentiate between different case file names onnyamatongwe1-0/+4
GTK+ so that .C can be treated as c++ and .c as C.
2005-07-22Addition from Elias Pschernig supports FreeBasic.nyamatongwe2-0/+2