aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2002-10-05Updated Ada lexer.nyamatongwe2-22/+18
2002-10-05More comprehensive Ada support.nyamatongwe2-16/+26
2002-10-03Better documentation.nyamatongwe1-1/+1
2002-10-03Cleaned up pixmap marker code.nyamatongwe3-14/+41
2002-10-02PixMap marker support.nyamatongwe2-0/+4
2002-09-27Added case insensitive keywords version of C++ lexer, cppnocase.nyamatongwe2-0/+2
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe2-0/+8
2002-09-13Added ChooseCaretX.nyamatongwe2-0/+4
2002-09-10Including LexAsm.nyamatongwe2-2/+28
2002-08-07New markers called DOTDOTDOT and ARROWS for emulating Python prompts.nyamatongwe2-0/+4
2002-08-05Visible whitespace specifiable colours feature from Martin Alderson.nyamatongwe2-0/+8
2002-08-02Added keyboard commands to go to start and end of display lines.nyamatongwe2-0/+18
2002-07-29Made compatible with both GTK+ 1.x and 2.x.nyamatongwe1-0/+6
SCINTILLA_NOTIFY defines the name of the notify signal used generated by Scintilla as this has changed for GTK+ 2.x due to a clash with the "notify" signal defined by GTK+.
2002-07-28Changed Contains to do semi-includive bounds correctly.nyamatongwe1-2/+2
2002-07-21Added Scriptol lexer.nyamatongwe1-0/+21
2002-07-21Added Scriptol lexer.nyamatongwe1-0/+23
2002-07-11Patch from Philippe to improve caret policy.nyamatongwe2-112/+138
2002-07-07Using ContainerClass everywhere as the parent class of Scintilla rathernyamatongwe1-1/+1
than Fixed.
2002-07-05Documented the incorrect values of SCEN_SETFOCUS and SCEN_KILLFOCUS.nyamatongwe1-1/+3
2002-06-19TextHeight feature contributed by Josh Wingstrom.nyamatongwe2-2/+4
2002-06-11Two enumerations incorrectly specified with "val".nyamatongwe1-2/+2
2002-06-09Compatibility with 64 bit systems.nyamatongwe2-1/+6
2002-06-09Using lenpos_t to avoid typing problem.nyamatongwe1-1/+1
2002-05-27Removed nonFuncChar as no longer used.nyamatongwe1-4/+0
2002-05-20Added a Match method to Accessor to make it easy to check for strings in a ↵nyamatongwe2-0/+2
document. Moved IsASpaceOrTab into StyleContext header.
2002-04-23Don Paul Beletsky added substr and lowercase methods.nyamatongwe1-0/+22
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe2-1/+6
2002-04-21Changed lenpos_t to be size_t as that is WIN64 safe.nyamatongwe1-1/+1
2002-04-19Patch from Don Paul including memcpy use, comments and change method.nyamatongwe1-6/+13
2002-04-18Fixed spelling.nyamatongwe1-1/+1
2002-04-18Added enu (enumeration) and lex (lexer) feature types. Defined enumerations ↵nyamatongwe3-22/+98
and lexers.
2002-04-18Added enu (enumeration) and lex (lexer) feature types. Defined enumerations ↵nyamatongwe1-0/+7
and lexers.
2002-04-16Patch from Holger Kiemes to recognise more tag line formats.nyamatongwe2-0/+2
2002-04-14Implemented endAtLastLine attribute which allows option of scrolling onenyamatongwe2-0/+11
page below last document line.
2002-04-07Added ZOOM notification. Added TextWidth method to allow clients to ↵nyamatongwe2-0/+8
determine width of text items such as width needed for line numbers.
2002-04-04Change to horizontal scrolling to allow the assumed document width to be set.nyamatongwe2-10/+18
2002-04-03Patch from Brian Quinlan to include metdata about keyword lists withinnyamatongwe1-2/+9
lexers.
2002-03-26Made symbols for the lexical states of the diff lexer. Recognise '***' as ↵nyamatongwe2-0/+15
the same as '+++' rather than like '!'.
2002-02-28Line layout cache feature added.nyamatongwe2-0/+17
2002-02-16New lexer for Matlab contributed by José Fonseca.nyamatongwe2-0/+19
2002-02-16Success or failure returned from Scintilla intialisation and finalisation.nyamatongwe1-2/+3
2002-02-12Added clean up function for static callers.nyamatongwe1-0/+1
2002-02-12consting.nyamatongwe1-7/+7
2002-02-06Made languageName public so clients can use it.nyamatongwe1-1/+1
2002-02-02Updated Lua lexer that treats '.' as not being an identifier or keywordnyamatongwe2-0/+10
character and allows 5 keyword lists.
2002-01-26Clearer.nyamatongwe1-1/+2
2002-01-24Added parameter to WordStartPosition / WordEndPosition to indicate thatnyamatongwe1-2/+2
only word characters should be considered parts of words.
2002-01-18Updated copyrights for 2002.nyamatongwe5-4/+7
2002-01-15GetNearestWord changed to use a passed in set of valid word charactersnyamatongwe1-1/+2
rather than a hardcoded list.
2002-01-13Added TickerID typedef to ease merging FOX code.nyamatongwe1-0/+1