Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-25 | Moved box folding constants into deprecated category. They have been | nyamatongwe | 1 | -6/+7 | |
documented as deprecated for 3 years. | |||||
2009-04-19 | Added UNDO_MAY_COALESCE flag to AddUndoAction. | nyamatongwe | 1 | -0/+1 | |
2009-04-12 | Annotations and text margins added. | nyamatongwe | 1 | -0/+29 | |
2009-04-04 | Added AddUndoAction call for adding application actions into undo stack. | nyamatongwe | 1 | -1/+5 | |
2009-04-02 | Method to find the symbol defined for a marker number. | nyamatongwe | 1 | -0/+1 | |
SC_MARK_AVAILABLE defined. | |||||
2009-04-01 | Added commands to add extra ascent and descent space. | nyamatongwe | 1 | -0/+4 | |
2009-02-14 | Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Todd | nyamatongwe | 1 | -0/+2 | |
Whiteman of ActiveState. | |||||
2009-01-22 | Enable 64 bit support on Windows for all compilers. | nyamatongwe | 1 | -1/+1 | |
2009-01-08 | Patch from Enrico Tröger to change comments in header files to C Style /* | nyamatongwe | 1 | -39/+39 | |
rather than C++ style // so that some compilers will work. | |||||
2009-01-02 | Notification for deleting a character while an autocompletion is active. | nyamatongwe | 1 | -0/+1 | |
By Sergey Kishchenko. | |||||
2008-07-27 | Property to set interpratation of keys to always use Unicode. | nyamatongwe | 1 | -0/+2 | |
2008-06-07 | Added AutoCCancelled event implementation from Enrico Tröger. | nyamatongwe | 1 | -0/+1 | |
2008-04-27 | Implemented GetCharacterPointer feature. | nyamatongwe | 1 | -0/+1 | |
2008-01-19 | CopyAllowLine from 280Z28 / Sam Harwell that reproduces Visual Studio's | nyamatongwe | 1 | -0/+1 | |
behaviour when performing copy on an empty selection copies the current line. | |||||
2008-01-19 | Added SC_MARK_LEFTRECT margin marker. | nyamatongwe | 1 | -0/+1 | |
2007-08-18 | Addition of DelWordRightEnd by Nick Treleaven eases compatibility with | nyamatongwe | 1 | -0/+1 | |
common GTK+ behaviour. | |||||
2007-07-26 | Added notification for changing line state and use it to redraw if a line | nyamatongwe | 1 | -1/+2 | |
state change overruns the end of painting. | |||||
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 | |