aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-02-15Marked LinesJoin as experimental.nyamatongwe1-0/+1
2003-02-15Updating version numbers and copyright.nyamatongwe2-2/+2
2003-02-10Control of colours of fold margin.nyamatongwe2-0/+6
2003-02-09Join and Split lines methods.nyamatongwe2-0/+13
Method to copy selection end points to target.
2003-02-04Patch from Mauritius Thinnes to set the type separator for autocompletionnyamatongwe2-0/+9
images.
2003-02-02Two phase drawing.nyamatongwe3-0/+10
2003-01-15Added const to methods that are.nyamatongwe1-2/+2
2003-01-12Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes.nyamatongwe1-0/+2
2003-01-12Additions from Yukihiro Nakai to enable DBCS mode on GTK+.nyamatongwe3-0/+5
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+.
2003-01-12Changed xpm data to be a string rather than an int.nyamatongwe1-1/+1
2003-01-10Added method to copy desired colour to allocated colour in ColourPair fornyamatongwe1-31/+22
situations where doing palette management is too complex. Changed ListBox class to an interface to allow use of a platform-specific subclass to hide implementation details.