Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-12 | Modification allows indentation guides to appear on lines that are | nyamatongwe | 1 | -0/+4 | |
empty. | |||||
2007-07-02 | Scroll width tracking feature. | nyamatongwe | 1 | -0/+2 | |
2007-06-25 | Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts. | nyamatongwe | 1 | -1/+1 | |
2007-06-02 | Addition of PositionCache module which adds cacing of string | nyamatongwe | 1 | -0/+2 | |
to position information and segments long pieces of text so they can be handled more efficiently. | |||||
2007-06-02 | Changed caret style method IDs to be in sequence. | nyamatongwe | 1 | -2/+2 | |
2007-06-01 | integrate OS X support for scintilla. a big patch with a little commit ↵ | scaraveo | 1 | -0/+8 | |
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable | |||||
2007-05-29 | Block caret feature added by Todd Whiteman. | nyamatongwe | 1 | -0/+5 | |
2007-04-23 | Added setting to allow each indicator to be drawn either under or | nyamatongwe | 1 | -0/+2 | |
over text. | |||||
2007-04-23 | Added INDIC_CONTAINER and a comment. | nyamatongwe | 1 | -1/+2 | |
2007-04-19 | Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR | nyamatongwe | 1 | -1/+2 | |
notification flag. | |||||
2007-04-05 | Implemented decorations which are extended indicators. | nyamatongwe | 1 | -1/+13 | |
2007-02-04 | Patch from Chris Rickard adds get calls for many style settings. | nyamatongwe | 1 | -0/+17 | |
2006-12-28 | Patch from Jason Haslam to optionally extend selection colour to left side when | nyamatongwe | 1 | -0/+2 | |
end of line selected. | |||||
2006-10-17 | Armel Asselin contributed a feature that adds the flag SC_STARTACTION to | nyamatongwe | 1 | -1/+2 | |
modification notifications where the modification is the first step of an undo transaction. This is used to synchronize with the container's undo stack. | |||||
2006-08-22 | Added key code for the right hand side Windows key. | nyamatongwe | 1 | -1/+2 | |
2006-08-22 | Basic recognition of the Windows and Context Menu keys as SCK_WIN and | nyamatongwe | 1 | -0/+2 | |
SCK_MENU so that these keys don't commands associated with their values ('[' and ']'). SCK_WIN can be mapped on both platforms but if SCK_MENU is mapped on Windows it executes both the mapped command and shows the context menu. Called "Win" and "Menu" in SciTE but only "Win" documented. | |||||
2006-06-06 | Patch from RFE 1501054 by Greg Smith adds margin styles that fill with the | nyamatongwe | 1 | -0/+2 | |
foreground of background of the default style. | |||||
2006-05-21 | Added translucency for selection and markers. | nyamatongwe | 1 | -0/+3 | |
2006-02-26 | Translucency implementation for INDIC_ROUNDBOX and caret line. | nyamatongwe | 1 | -0/+6 | |
2006-02-04 | Modification from Greg Smith to allow setting text style attributes for | nyamatongwe | 1 | -0/+2 | |
calltips as STYLE_CALLTIP and display calltips with tabs to align text. | |||||
2005-11-10 | Added selection duplicate command. | nyamatongwe | 1 | -0/+1 | |
2005-11-09 | Patch, mostly from Simon Steele, that converts new lines in | nyamatongwe | 1 | -0/+2 | |
pasted text to match document. | |||||
2005-11-03 | Added SCMOD_NORM as it is documented. | nyamatongwe | 1 | -0/+1 | |
2005-11-01 | Comments. | nyamatongwe | 1 | -2/+2 | |
2005-10-30 | MarkerAddSet added. | nyamatongwe | 1 | -0/+1 | |
2005-10-30 | Patch from Joseph Galbraith for 64 bit platforms. | nyamatongwe | 1 | -1/+1 | |
2005-08-30 | Added StyleBitsNeeded property and implemented to return 5 for all lexers | nyamatongwe | 1 | -0/+1 | |
except HTML, XML, ... (7) and Ruby (6). | |||||
2005-07-18 | Support for Cyrillic code page 1252 on GTK+. | nyamatongwe | 1 | -0/+1 | |
2005-06-03 | GetProperty* methods from Robert Roessler. | nyamatongwe | 1 | -0/+3 | |
2005-05-16 | Added ISO 8859-15 character set. | nyamatongwe | 1 | -0/+1 | |
2005-05-07 | Patch from Robert that avoids slow performance for multiple step undo | nyamatongwe | 1 | -1/+3 | |
or redo by only modifying the scroll bars at the end. When document is read only, undo and redo send a SCN_MODIFYATTEMPTRO notification. | |||||
2005-04-25 | Added SC_MOD_CHANGEFOLD into SC_MODEVENTMASKALL. | nyamatongwe | 1 | -1/+1 | |
2005-04-09 | SC_MARK_FULLRECT from Robert Roessler. | nyamatongwe | 1 | -0/+1 | |
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. |