aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-01-10Added method to clear all registered images.nyamatongwe2-0/+4
2003-01-03Enable text form XPM for autocompletion lists.nyamatongwe1-1/+1
Enable line form XPM for markers.
2003-01-01Changed wrapped printing to be more similar to wrapped display.nyamatongwe2-5/+5
2003-01-01Fixed up line wrapped printing and added property to turn wrapping on ornyamatongwe2-0/+8
off for printing.
2002-12-21Updated Avenue lexer from Alexey.nyamatongwe2-4/+12
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe3-1/+7
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe3-0/+34
This is separate to the HTML lexer and is only invoked for stand-alone CSS files, not for the STYLE section of HTML files. He also made some other additions. There is a Line Duplicate command which is bound to Ctrl+D. PHP lexing has been improved.
2002-11-08Patch to add fold level boxing from Wilhelm Pflueger.nyamatongwe2-1/+23
2002-10-26Fixed bug when appending one SString to another with +=.nyamatongwe1-1/+1
2002-10-26Patch from Jakub Vrána to recognise PHP errors.nyamatongwe2-0/+2
2002-10-11Patch from Shane that adds a font cache on GTK+.nyamatongwe1-1/+2
2002-10-10Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h.nyamatongwe2-2/+2
2002-10-08New lexer for Fortran.nyamatongwe2-0/+37
2002-10-08Added AppendText method.nyamatongwe2-0/+6
Credit to Sergey.