aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-08-14Added BOX indicator.nyamatongwe1-0/+1
2003-08-08Added a constant for the number of keyword sets.nyamatongwe1-0/+1
2003-07-26Invisible indicator INDIC_HIDDEN.nyamatongwe1-0/+1
2003-05-11Addition of CopyText, CopyRange, and LineCopy.nyamatongwe1-0/+3
2003-04-18New methods for finding the next or previous position taking multi bytenyamatongwe1-0/+2
characters into account.
2003-04-03CallTip can display up and down arrows and clicks are reported tonyamatongwe1-0/+1
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing.
2003-03-28Jakub's paragraph movement commands.nyamatongwe1-0/+4
2003-03-20Patch from Simon Steele to implement the hotspot style and associatednyamatongwe1-0/+7
notifications.
2003-03-10Allow modification of text and highlight colours for calltips.nyamatongwe1-0/+2
2003-03-04Patch from Jakub to optionally implement more POSIX compatible regularnyamatongwe1-0/+1
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line.
2003-02-23Patch from Bruce Dodson for a variant on home and end keys for wrappednyamatongwe1-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-15Updating version numbers and copyright.nyamatongwe1-1/+1
2003-02-10Control of colours of fold margin.nyamatongwe1-0/+2
2003-02-09Join and Split lines methods.nyamatongwe1-0/+3
Method to copy selection end points to target.
2003-02-04Patch from Mauritius Thinnes to set the type separator for autocompletionnyamatongwe1-0/+2
images.
2003-02-02Two phase drawing.nyamatongwe1-0/+2
2003-01-12Additions from Yukihiro Nakai to enable DBCS mode on GTK+.nyamatongwe1-0/+1
DBCS mode for Surface so that different font and text drawing code can be invoked on GTK+.
2003-01-10Added method to clear all registered images.nyamatongwe1-0/+1
2003-01-01Changed wrapped printing to be more similar to wrapped display.nyamatongwe1-2/+2
2003-01-01Fixed up line wrapped printing and added property to turn wrapping on ornyamatongwe1-0/+2
off for printing.
2002-11-21Patch from Biswa to add icons to autocompletion lists.nyamatongwe1-0/+1
2002-11-17Jakub Vrána has added a CSS (Cascading Style Sheet) lexer to Scintilla.nyamatongwe1-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-08Patch to add fold level boxing from Wilhelm Pflueger.nyamatongwe1-0/+10
2002-10-10Fixed SC_CURSORWAIT to be 4 to correspond with enumeration in Platform.h.nyamatongwe1-1/+1
2002-10-08Added AppendText method.nyamatongwe1-0/+1
Credit to Sergey.
2002-10-03Cleaned up pixmap marker code.nyamatongwe1-0/+1
2002-10-02PixMap marker support.nyamatongwe1-0/+1
2002-09-19Added mthod to turn off vertical scroll bar.nyamatongwe1-0/+2
2002-09-13Added ChooseCaretX.nyamatongwe1-0/+1
2002-08-07New markers called DOTDOTDOT and ARROWS for emulating Python prompts.nyamatongwe1-0/+2
2002-08-05Visible whitespace specifiable colours feature from Martin Alderson.nyamatongwe1-0/+2
2002-08-02Added keyboard commands to go to start and end of display lines.nyamatongwe1-0/+4
2002-07-11Patch from Philippe to improve caret policy.nyamatongwe1-6/+11
2002-06-19TextHeight feature contributed by Josh Wingstrom.nyamatongwe1-2/+1
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-1/+4
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe1-0/+5
2002-04-18Added enu (enumeration) and lex (lexer) feature types. Defined enumerations ↵nyamatongwe1-0/+2
and lexers.
2002-04-14Implemented endAtLastLine attribute which allows option of scrolling onenyamatongwe1-0/+2
page below last document line.
2002-04-07Added ZOOM notification. Added TextWidth method to allow clients to ↵nyamatongwe1-0/+2
determine width of text items such as width needed for line numbers.
2002-04-04Change to horizontal scrolling to allow the assumed document width to be set.nyamatongwe1-0/+2
2002-02-28Line layout cache feature added.nyamatongwe1-0/+6
2002-02-16Success or failure returned from Scintilla intialisation and finalisation.nyamatongwe1-2/+3
2002-02-12Added clean up function for static callers.nyamatongwe1-0/+1
2002-01-18Updated copyrights for 2002.nyamatongwe1-1/+1
2002-01-13Added option to autocompletion AutoCSetDropRestOfWord which removes anynyamatongwe1-0/+2
word characters following an insertion made by auto-completion. Bundled the changes made by an autocompletion into one undo action.
2002-01-10SC_MASK_FOLDERS calculated in Scintilla.iface rather than Scintilla.h.nyamatongwe1-7/+5
Removed use of arithmetic in Scintilla.iface for client programming languages that do not have the '|' operator.
2002-01-07Added prototype for Scintilla_LinkLexers which is the new name ofnyamatongwe1-0/+1
wxForceScintillaLexers.