aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
AgeCommit message (Expand)AuthorFilesLines
2003-01-12Additions from Yukihiro Nakai to enable DBCS mode on GTK+.nyamatongwe1-0/+1
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
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
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
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 a...nyamatongwe1-0/+2
2002-04-14Implemented endAtLastLine attribute which allows option of scrolling onenyamatongwe1-0/+2
2002-04-07Added ZOOM notification. Added TextWidth method to allow clients to determine...nyamatongwe1-0/+2
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
2002-01-10SC_MASK_FOLDERS calculated in Scintilla.iface rather than Scintilla.h.nyamatongwe1-7/+5
2002-01-07Added prototype for Scintilla_LinkLexers which is the new name ofnyamatongwe1-0/+1
2002-01-07Removed an ifdef that didn't add much.nyamatongwe1-2/+0
2001-12-20Added changeable attribute to styles that defaults to true. When it isnyamatongwe1-0/+1
2001-12-19Wrapping supported.nyamatongwe1-0/+4
2001-12-19Patch from Philippe to show control characters as a particular characternyamatongwe1-2/+4
2001-11-16Added DeleteBackNotLine command.nyamatongwe1-0/+1
2001-11-08Added methods for finding the start and end of words.nyamatongwe1-0/+2
2001-11-01Moved position of SC_MARK_BACKGROUND in file and renumbered to be innyamatongwe1-1/+1
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-1/+1
2001-10-13Deprecated SCN_CHECKBRACE and SCN_POSCHANGED.nyamatongwe1-2/+3
2001-10-06Changed multi-line definition to be on one line to avoid compiler problems.nyamatongwe1-7/+2
2001-10-02Patch from Mark to make the x offset accessible through the API.nyamatongwe1-0/+2
2001-09-24Patch from Stephan for the SC_MARK_BACKGROUND marker.nyamatongwe1-0/+1
2001-09-14Addition of more SGML styles from Steve.nyamatongwe1-0/+1
2001-09-07Marker can be any character.nyamatongwe1-0/+1
2001-09-01Using new SelectionText type to handle text that is the subject of copy,nyamatongwe1-12/+1
2001-08-17Separate out the enforcement of the visibilty policy by having both annyamatongwe1-0/+1
2001-08-17Deprecated SCFIND_DOWN as reverse searching is performed by inverting startnyamatongwe1-1/+0
2001-08-10Added PositionFromLocationClose which returns the position in the documentnyamatongwe1-0/+1
2001-08-08Patch from Philippe to make the display jump more when the caret reachesnyamatongwe1-0/+1