aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
2003-10-15Forthe lexer added.nyamatongwe2-0/+28
2003-10-13PowerBasic.nyamatongwe1-1/+2
2003-10-10Added lexer constant for PowerBasic.nyamatongwe2-0/+2
2003-10-08Enhancements to Asm lexer by Kein-Hong Man.nyamatongwe2-0/+8
2003-10-03Rectangular selection by keyboard from Philippe.nyamatongwe2-3/+63
2003-09-28Hotspot improvements from Simon, including setting tonyamatongwe2-0/+4
limit hotspots to a single line.
2003-09-27Updates from Hans Hagen for TeX.nyamatongwe2-0/+2
2003-09-27Separate tex lexer.nyamatongwe2-0/+31
Metapost lexer. Export as XML.
2003-09-27Updated YAML lexer.nyamatongwe2-0/+4
2003-09-27Removed ListBox::Sort as always created in sorted order.nyamatongwe1-1/+0
2003-09-23Scriptol updates.nyamatongwe2-36/+28
2003-09-21Remove temporary file if no update.nyamatongwe1-1/+3
2003-09-21YAML.nyamatongwe2-0/+18
2003-09-21Avoid file rewrite when contents unchanged.nyamatongwe1-3/+12
2003-09-21Added Lex statement for LOT.nyamatongwe1-2/+3
2003-09-21Added MPT lexer.nyamatongwe2-2/+19
2003-09-20Formatting, dates.nyamatongwe1-1/+1
2003-09-18Added Idler ID for use in idle code.nyamatongwe1-0/+1
2003-09-05Patch from Marius Gheorghe to support multiple equivalent entries innyamatongwe1-1/+1
WordList.
2003-08-18Support for Clarion from Ron Schofield.nyamatongwe2-0/+36
2003-08-14Added BOX indicator.nyamatongwe2-0/+2
2003-08-10Added MMIX lexer by Christoph Hösler.nyamatongwe2-0/+40
2003-08-08Added a constant for the number of keyword sets.nyamatongwe2-0/+4
2003-08-02Patch from Philippe for Lua and POV lexers.nyamatongwe2-12/+28
2003-07-31Made some of PropSet protected so it can be overridden.nyamatongwe1-4/+14
2003-07-30NSIS scripting language support from Angelo Mandato.nyamatongwe2-0/+32
2003-07-26Invisible indicator INDIC_HIDDEN.nyamatongwe2-0/+2
2003-07-21Added PostScript lexer from Nigel Hathaway.nyamatongwe2-0/+36
2003-05-15LoadLexerLibrary now implemented.nyamatongwe1-1/+0
2003-05-14EScript lexer added.nyamatongwe2-0/+28
2003-05-11Addition of CopyText, CopyRange, and LineCopy.nyamatongwe2-0/+12
2003-05-09Added Lout lexer by Kein-Hong Man.nyamatongwe2-0/+27
2003-04-30Protection from runaway recursion.nyamatongwe1-1/+1
2003-04-18Changed Function* to simpler Function.nyamatongwe1-4/+4
2003-04-18New methods for finding the next or previous position taking multi bytenyamatongwe2-0/+10
characters into account.
2003-04-18Patch from Simon for portable DLL loading.nyamatongwe1-0/+18
2003-04-18Batch from Biswapesh to add another keyword set for the cpp lexer.nyamatongwe2-0/+2
2003-04-13Marked SCI_LOADLEXERLIBRARY as not implemented.nyamatongwe1-1/+1
Removed "experimental" tag from Join.
2003-04-06Move method for Rectangle class.nyamatongwe1-0/+6
Ensure windows that are moved are not moved off screen to the top or left.
2003-04-03CallTip can display up and down arrows and clicks are reported tonyamatongwe2-0/+2
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing.
2003-03-28Jakub's paragraph movement commands.nyamatongwe2-0/+10
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe3-1/+25
notifications.
2003-03-17Added POV-Ray lexer by Steven te Brinke.nyamatongwe2-1/+26
2003-03-12Patch from Pedro Guerreiro for decoding error messages from Lahey andnyamatongwe2-0/+4
Intel Fortran compilaers.
2003-03-10Allow modification of text and highlight colours for calltips.nyamatongwe2-0/+8
2003-03-09Added Pango text display support to GTK+ platform.nyamatongwe1-3/+3
Added WindowID parameter to all Surface initialisation methods as Pango requires a window to determine the context used for text functions. AutoSurface changed because of above to take an Editor* argument so it can then discover the code page and window.
2003-03-04Patch from Jakub to add quoted strings to CSS lexer.nyamatongwe2-0/+4
2003-03-04Patch from Jakub to optionally implement more POSIX compatible regularnyamatongwe2-0/+2
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line.
2003-02-23Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigningnyamatongwe1-0/+1
a key to double click can result in two mouse clicks arriving with the same time.
2003-02-23Patch from Bruce Dodson for a variant on home and end keys for wrappednyamatongwe2-0/+19
mode that go to the start/end of the current display line. A second hit goes to the start/end of the document line.