aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
AgeCommit message (Collapse)AuthorFilesLines
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.
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
false, text in this style is read only.
2001-12-19Wrapping supported.nyamatongwe1-0/+4
2001-12-19Patch from Philippe to show control characters as a particular characternyamatongwe1-2/+4
rather than as the default blobs.
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
sequence.
2001-10-28Removed platform-specific headers from Platform.h and thus stoppednyamatongwe1-1/+1
visibility of these headers to most code.
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
cut, paste and drag operations. Mouse wheel scrolling moved into platform subclasses. Macro support always included so MACRO_SUPPORT definition and use removed. Allowing menu popup moved from Editor to ScintillaBase.
2001-08-17Separate out the enforcement of the visibilty policy by having both annyamatongwe1-0/+1
EnsureVisible method and an EnsureVisibleEnforcePolicy method.
2001-08-17Deprecated SCFIND_DOWN as reverse searching is performed by inverting startnyamatongwe1-1/+0
and end of range. Removed out of date comment about SCFIND_REGEXP.
2001-08-10Added PositionFromLocationClose which returns the position in the documentnyamatongwe1-0/+1
of a pixel location in the window but returns INVALID_POSITION if the location is outside the text area or not near text. Improvements to mouse dwell to make it only trigger when the mouse is up, use PositionFromLocationClose to calculate the position parameter, and send a dwell end if the user types.
2001-08-08Patch from Philippe to make the display jump more when the caret reachesnyamatongwe1-0/+1
a margin. This is chosen with the CARET_XJUMPS flag.
2001-08-08Added mouse dwell feature.nyamatongwe1-1/+8
2001-08-06Fold column gets outlining style appearence.nyamatongwe1-1/+25
2001-05-22Support for forced upper and lower case styles.nyamatongwe1-0/+4
2001-05-20Removed uncounted version of ReplaceTarget to allow fornyamatongwe1-2/+1
nulls in replace strings.
2001-05-18Eiffel support.nyamatongwe1-1/+1
2001-05-14Merged patch from Michele to add ability for tab key to perform indent whennyamatongwe1-0/+4
selection is empty and within indentation and for backspace to unindent in the same circumstances.
2001-04-29Addition of new target methods - versions of ReplaceTarget that take countednyamatongwe1-0/+5
strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a series of calls rather than a structure. Handling of \000 in search and replace. Handling of /escapes within character ranges of regular expressions. Some handling of bare ^ and $ regular expressions.
2001-04-27Feature from Stephan to allow autocompletion to stay open even when therenyamatongwe1-0/+2
are no longer any values that start with the typed text.
2001-04-16Changed spelling mistake URIsDropped -> URIDropped.nyamatongwe1-1/+1
2001-04-14Removed SC_UNDOCOLLECT_* enumeration which was deprecated in 1.27.nyamatongwe1-4/+0
2001-04-14Documented new messages and some old constants.nyamatongwe1-2/+4
2001-04-13Start of new lexer infrastructure.nyamatongwe1-0/+1
Lexers can have a fold function as well as a lexer function. They can be identified by string name as well as an integer ID and may ask to be automatically assigned that ID.
2001-04-04Target API for changing document withot visible changes: SetTargetStart,nyamatongwe1-0/+3
SetTargetEnd, and ReplaceTarget.
2001-03-31Added caret line feature.nyamatongwe1-0/+4
2001-03-31Support for URI drag and drop on GTK+.nyamatongwe1-0/+1
2001-03-22Patch from James Larcombe.nyamatongwe1-0/+3
Functions to delete from caret to end of line and from start of line to caret. Mode for caret policy to be even handed with respect to left and right margins rather than favouring display to the left.
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-1/+3