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