Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-30 | NSIS scripting language support from Angelo Mandato. | nyamatongwe | 2 | -0/+32 | |
2003-07-26 | Invisible indicator INDIC_HIDDEN. | nyamatongwe | 2 | -0/+2 | |
2003-07-21 | Added PostScript lexer from Nigel Hathaway. | nyamatongwe | 2 | -0/+36 | |
2003-05-15 | LoadLexerLibrary now implemented. | nyamatongwe | 1 | -1/+0 | |
2003-05-14 | EScript lexer added. | nyamatongwe | 2 | -0/+28 | |
2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 2 | -0/+12 | |
2003-05-09 | Added Lout lexer by Kein-Hong Man. | nyamatongwe | 2 | -0/+27 | |
2003-04-30 | Protection from runaway recursion. | nyamatongwe | 1 | -1/+1 | |
2003-04-18 | Changed Function* to simpler Function. | nyamatongwe | 1 | -4/+4 | |
2003-04-18 | New methods for finding the next or previous position taking multi byte | nyamatongwe | 2 | -0/+10 | |
characters into account. | |||||
2003-04-18 | Patch from Simon for portable DLL loading. | nyamatongwe | 1 | -0/+18 | |
2003-04-18 | Batch from Biswapesh to add another keyword set for the cpp lexer. | nyamatongwe | 2 | -0/+2 | |
2003-04-13 | Marked SCI_LOADLEXERLIBRARY as not implemented. | nyamatongwe | 1 | -1/+1 | |
Removed "experimental" tag from Join. | |||||
2003-04-06 | Move method for Rectangle class. | nyamatongwe | 1 | -0/+6 | |
Ensure windows that are moved are not moved off screen to the top or left. | |||||
2003-04-03 | CallTip can display up and down arrows and clicks are reported to | nyamatongwe | 2 | -0/+2 | |
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing. | |||||
2003-03-28 | Jakub's paragraph movement commands. | nyamatongwe | 2 | -0/+10 | |
2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 3 | -1/+25 | |
notifications. | |||||
2003-03-17 | Added POV-Ray lexer by Steven te Brinke. | nyamatongwe | 2 | -1/+26 | |
2003-03-12 | Patch from Pedro Guerreiro for decoding error messages from Lahey and | nyamatongwe | 2 | -0/+4 | |
Intel Fortran compilaers. | |||||
2003-03-10 | Allow modification of text and highlight colours for calltips. | nyamatongwe | 2 | -0/+8 | |
2003-03-09 | Added Pango text display support to GTK+ platform. | nyamatongwe | 1 | -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-04 | Patch from Jakub to add quoted strings to CSS lexer. | nyamatongwe | 2 | -0/+4 | |
2003-03-04 | Patch from Jakub to optionally implement more POSIX compatible regular | nyamatongwe | 2 | -0/+2 | |
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line. | |||||
2003-02-23 | Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning | nyamatongwe | 1 | -0/+1 | |
a key to double click can result in two mouse clicks arriving with the same time. | |||||
2003-02-23 | Patch from Bruce Dodson for a variant on home and end keys for wrapped | nyamatongwe | 2 | -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-15 | Marked LinesJoin as experimental. | nyamatongwe | 1 | -0/+1 | |
2003-02-15 | Updating version numbers and copyright. | nyamatongwe | 2 | -2/+2 | |
2003-02-10 | Control of colours of fold margin. | nyamatongwe | 2 | -0/+6 | |
2003-02-09 | Join and Split lines methods. | nyamatongwe | 2 | -0/+13 | |
Method to copy selection end points to target. | |||||
2003-02-04 | Patch from Mauritius Thinnes to set the type separator for autocompletion | nyamatongwe | 2 | -0/+9 | |
images. | |||||
2003-02-02 | Two phase drawing. | nyamatongwe | 3 | -0/+10 | |
2003-01-15 | Added const to methods that are. | nyamatongwe | 1 | -2/+2 | |
2003-01-12 | Changes to make DBCS work on GTK+ and handle DBCS sequences longer than 2 bytes. | nyamatongwe | 1 | -0/+2 | |
2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 3 | -0/+5 | |
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
2003-01-12 | Changed xpm data to be a string rather than an int. | nyamatongwe | 1 | -1/+1 | |
2003-01-10 | Added method to copy desired colour to allocated colour in ColourPair for | nyamatongwe | 1 | -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-10 | Added method to clear all registered images. | nyamatongwe | 2 | -0/+4 | |
2003-01-03 | Enable text form XPM for autocompletion lists. | nyamatongwe | 1 | -1/+1 | |
Enable line form XPM for markers. | |||||
2003-01-01 | Changed wrapped printing to be more similar to wrapped display. | nyamatongwe | 2 | -5/+5 | |
2003-01-01 | Fixed up line wrapped printing and added property to turn wrapping on or | nyamatongwe | 2 | -0/+8 | |
off for printing. | |||||
2002-12-21 | Updated Avenue lexer from Alexey. | nyamatongwe | 2 | -4/+12 | |
2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 3 | -1/+7 | |
2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 3 | -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-08 | Patch to add fold level boxing from Wilhelm Pflueger. | nyamatongwe | 2 | -1/+23 | |
2002-10-26 | Fixed bug when appending one SString to another with +=. | nyamatongwe | 1 | -1/+1 | |
2002-10-26 | Patch from Jakub Vrána to recognise PHP errors. | nyamatongwe | 2 | -0/+2 | |
2002-10-11 | Patch from Shane that adds a font cache on GTK+. | nyamatongwe | 1 | -1/+2 | |
2002-10-10 | Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h. | nyamatongwe | 2 | -2/+2 | |
2002-10-08 | New lexer for Fortran. | nyamatongwe | 2 | -0/+37 | |
2002-10-08 | Added AppendText method. | nyamatongwe | 2 | -0/+6 | |
Credit to Sergey. |