aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
AgeCommit message (Collapse)AuthorFilesLines
2007-07-12Modification allows indentation guides to appear on lines that arenyamatongwe1-0/+4
empty.
2007-07-02Scroll width tracking feature.nyamatongwe1-0/+2
2007-06-25Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts.nyamatongwe1-1/+1
2007-06-02Addition of PositionCache module which adds cacing of stringnyamatongwe1-0/+2
to position information and segments long pieces of text so they can be handled more efficiently.
2007-06-02Changed caret style method IDs to be in sequence.nyamatongwe1-2/+2
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo1-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-29Block caret feature added by Todd Whiteman.nyamatongwe1-0/+5
2007-04-23Added setting to allow each indicator to be drawn either under ornyamatongwe1-0/+2
over text.
2007-04-23Added INDIC_CONTAINER and a comment.nyamatongwe1-1/+2
2007-04-19Optimized indicator changing with separate SC_MOD_CHANGEINDICATORnyamatongwe1-1/+2
notification flag.
2007-04-05Implemented decorations which are extended indicators.nyamatongwe1-1/+13
2007-02-04Patch from Chris Rickard adds get calls for many style settings.nyamatongwe1-0/+17
2006-12-28Patch from Jason Haslam to optionally extend selection colour to left side whennyamatongwe1-0/+2
end of line selected.
2006-10-17Armel Asselin contributed a feature that adds the flag SC_STARTACTION tonyamatongwe1-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-22Added key code for the right hand side Windows key.nyamatongwe1-1/+2
2006-08-22Basic recognition of the Windows and Context Menu keys as SCK_WIN andnyamatongwe1-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-06Patch from RFE 1501054 by Greg Smith adds margin styles that fill with thenyamatongwe1-0/+2
foreground of background of the default style.
2006-05-21Added translucency for selection and markers.nyamatongwe1-0/+3
2006-02-26Translucency implementation for INDIC_ROUNDBOX and caret line.nyamatongwe1-0/+6
2006-02-04Modification from Greg Smith to allow setting text style attributes fornyamatongwe1-0/+2
calltips as STYLE_CALLTIP and display calltips with tabs to align text.
2005-11-10Added selection duplicate command.nyamatongwe1-0/+1
2005-11-09Patch, mostly from Simon Steele, that converts new lines innyamatongwe1-0/+2
pasted text to match document.
2005-11-03Added SCMOD_NORM as it is documented.nyamatongwe1-0/+1
2005-11-01Comments.nyamatongwe1-2/+2
2005-10-30MarkerAddSet added.nyamatongwe1-0/+1
2005-10-30Patch from Joseph Galbraith for 64 bit platforms.nyamatongwe1-1/+1
2005-08-30Added StyleBitsNeeded property and implemented to return 5 for all lexersnyamatongwe1-0/+1
except HTML, XML, ... (7) and Ruby (6).
2005-07-18Support for Cyrillic code page 1252 on GTK+.nyamatongwe1-0/+1
2005-06-03GetProperty* methods from Robert Roessler.nyamatongwe1-0/+3
2005-05-16Added ISO 8859-15 character set.nyamatongwe1-0/+1
2005-05-07Patch from Robert that avoids slow performance for multiple step undonyamatongwe1-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-25Added SC_MOD_CHANGEFOLD into SC_MODEVENTMASKALL.nyamatongwe1-1/+1
2005-04-09SC_MARK_FULLRECT from Robert Roessler.nyamatongwe1-0/+1
2005-03-25Patch from Franck Marcia implements sticky caret.nyamatongwe1-0/+3
2005-03-25Patch from Blair McGlashan for autocompletion on Windows tonyamatongwe1-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-20Patch from nissl in RFE 1164540 adds WrapCount method.nyamatongwe1-0/+1
2005-03-09Patch from Blair McGlashan to send a notification before accepting an ↵nyamatongwe1-1/+2
autocompletion.
2005-02-11Patch to allow compilation by LccWin.nyamatongwe1-0/+4
2005-02-10Patch from Suzumizaki-Kimitaka to add character wrap mode.nyamatongwe1-0/+1
2004-07-22New method SCI_FINDCOLUMN.nyamatongwe1-0/+1
2004-06-01Patch for allowing retrieval of document text encoded asnyamatongwe1-0/+3
UTF-8 and converting from UTF-8 to the document encoding.
2004-04-27Continuation Marker feature from Hans Eckardt.nyamatongwe1-0/+12
2004-01-20Method to preallocate document space.nyamatongwe1-0/+1
2003-12-14Patch from Stephan Deibel to find current selection innyamatongwe1-0/+1
autocompletion.
2003-11-04Simplified SetCharClasses and added SCI_SETCHARSDEFAULT.nyamatongwe1-0/+1
2003-11-01Patch from Roy Wood to allow changing the characters that are in thenyamatongwe1-0/+1
whitespace class.
2003-10-27Patches from Roy Wood:nyamatongwe1-0/+8
Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+.
2003-10-17SCI_HOMERECTEXTEND added.nyamatongwe1-4/+5
2003-10-03Rectangular selection by keyboard from Philippe.nyamatongwe1-0/+15
2003-09-28Hotspot improvements from Simon, including setting tonyamatongwe1-0/+1
limit hotspots to a single line.