Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-03-25 | Patch from Franck Marcia implements sticky caret. | nyamatongwe | 1 | -0/+3 | |
2005-03-25 | Patch from Blair McGlashan for autocompletion on Windows to | nyamatongwe | 1 | -0/+4 | |
* Set maximum width of list * set maximum height of list * better calculate width * use ellipsis when text is truncated to fit window * use popup window so it can extend past parent window * disallow resizing too small * draw to bottom edge when resized so last item not full line high * improve time to display by by 90% Minor tweaks by me to fix warnings, layout etc. | |||||
2005-03-20 | Patch from nissl in RFE 1164540 adds WrapCount method. | nyamatongwe | 1 | -0/+1 | |
2005-03-09 | Patch from Blair McGlashan to send a notification before accepting an ↵ | nyamatongwe | 1 | -1/+2 | |
autocompletion. | |||||
2005-02-11 | Patch to allow compilation by LccWin. | nyamatongwe | 1 | -0/+4 | |
2005-02-10 | Patch from Suzumizaki-Kimitaka to add character wrap mode. | nyamatongwe | 1 | -0/+1 | |
2004-07-22 | New method SCI_FINDCOLUMN. | nyamatongwe | 1 | -0/+1 | |
2004-06-01 | Patch for allowing retrieval of document text encoded as | nyamatongwe | 1 | -0/+3 | |
UTF-8 and converting from UTF-8 to the document encoding. | |||||
2004-04-27 | Continuation Marker feature from Hans Eckardt. | nyamatongwe | 1 | -0/+12 | |
2004-01-20 | Method to preallocate document space. | nyamatongwe | 1 | -0/+1 | |
2003-12-14 | Patch from Stephan Deibel to find current selection in | nyamatongwe | 1 | -0/+1 | |
autocompletion. | |||||
2003-11-04 | Simplified SetCharClasses and added SCI_SETCHARSDEFAULT. | nyamatongwe | 1 | -0/+1 | |
2003-11-01 | Patch from Roy Wood to allow changing the characters that are in the | nyamatongwe | 1 | -0/+1 | |
whitespace class. | |||||
2003-10-27 | Patches from Roy Wood: | nyamatongwe | 1 | -0/+8 | |
Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+. | |||||
2003-10-17 | SCI_HOMERECTEXTEND added. | nyamatongwe | 1 | -4/+5 | |
2003-10-03 | Rectangular selection by keyboard from Philippe. | nyamatongwe | 1 | -0/+15 | |
2003-09-28 | Hotspot improvements from Simon, including setting to | nyamatongwe | 1 | -0/+1 | |
limit hotspots to a single line. | |||||
2003-08-14 | Added BOX indicator. | nyamatongwe | 1 | -0/+1 | |
2003-08-08 | Added a constant for the number of keyword sets. | nyamatongwe | 1 | -0/+1 | |
2003-07-26 | Invisible indicator INDIC_HIDDEN. | nyamatongwe | 1 | -0/+1 | |
2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 1 | -0/+3 | |
2003-04-18 | New methods for finding the next or previous position taking multi byte | nyamatongwe | 1 | -0/+2 | |
characters into account. | |||||
2003-04-03 | CallTip can display up and down arrows and clicks are reported to | nyamatongwe | 1 | -0/+1 | |
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 | 1 | -0/+4 | |
2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 1 | -0/+7 | |
notifications. | |||||
2003-03-10 | Allow modification of text and highlight colours for calltips. | nyamatongwe | 1 | -0/+2 | |
2003-03-04 | Patch from Jakub to optionally implement more POSIX compatible regular | nyamatongwe | 1 | -0/+1 | |
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line. | |||||
2003-02-23 | Patch from Bruce Dodson for a variant on home and end keys for wrapped | nyamatongwe | 1 | -0/+6 | |
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 | Updating version numbers and copyright. | nyamatongwe | 1 | -1/+1 | |
2003-02-10 | Control of colours of fold margin. | nyamatongwe | 1 | -0/+2 | |
2003-02-09 | Join and Split lines methods. | nyamatongwe | 1 | -0/+3 | |
Method to copy selection end points to target. | |||||
2003-02-04 | Patch from Mauritius Thinnes to set the type separator for autocompletion | nyamatongwe | 1 | -0/+2 | |
images. | |||||
2003-02-02 | Two phase drawing. | nyamatongwe | 1 | -0/+2 | |
2003-01-12 | Additions from Yukihiro Nakai to enable DBCS mode on GTK+. | nyamatongwe | 1 | -0/+1 | |
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+. | |||||
2003-01-10 | Added method to clear all registered images. | nyamatongwe | 1 | -0/+1 | |
2003-01-01 | Changed wrapped printing to be more similar to wrapped display. | nyamatongwe | 1 | -2/+2 | |
2003-01-01 | Fixed up line wrapped printing and added property to turn wrapping on or | nyamatongwe | 1 | -0/+2 | |
off for printing. | |||||
2002-11-21 | Patch from Biswa to add icons to autocompletion lists. | nyamatongwe | 1 | -0/+1 | |
2002-11-17 | Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla. | nyamatongwe | 1 | -0/+1 | |
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 | 1 | -0/+10 | |
2002-10-10 | Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h. | nyamatongwe | 1 | -1/+1 | |
2002-10-08 | Added AppendText method. | nyamatongwe | 1 | -0/+1 | |
Credit to Sergey. | |||||
2002-10-03 | Cleaned up pixmap marker code. | nyamatongwe | 1 | -0/+1 | |
2002-10-02 | PixMap marker support. | nyamatongwe | 1 | -0/+1 | |
2002-09-19 | Added mthod to turn off vertical scroll bar. | nyamatongwe | 1 | -0/+2 | |
2002-09-13 | Added ChooseCaretX. | nyamatongwe | 1 | -0/+1 | |
2002-08-07 | New markers called DOTDOTDOT and ARROWS for emulating Python prompts. | nyamatongwe | 1 | -0/+2 | |
2002-08-05 | Visible whitespace specifiable colours feature from Martin Alderson. | nyamatongwe | 1 | -0/+2 | |
2002-08-02 | Added keyboard commands to go to start and end of display lines. | nyamatongwe | 1 | -0/+4 | |
2002-07-11 | Patch from Philippe to improve caret policy. | nyamatongwe | 1 | -6/+11 | |