aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2000-11-26Patches from Philippe to improve Lua lexer, handle '\' continuationnyamatongwe3-247/+241
at end of line inside strings and to allow 5 digit line numbers when printing.
2000-11-21Changes by Walter to make work on OpenVMS.nyamatongwe2-0/+48
2000-11-21Steffen's patch for here documents.nyamatongwe1-32/+160
2000-11-16Line mode selection forces stream selection instead of rectangularnyamatongwe1-0/+1
selection.
2000-11-12John's patch to handle Unicode u", raw r", and Unicode raw ur" strings.nyamatongwe1-34/+100
2000-11-08Patch from Steffen for regex.nyamatongwe1-4/+14
2000-11-08Clipping redraw rectangles to client rectangle in Editor::RedrawRect.nyamatongwe1-1/+15
2000-11-08Changed keystroke handling so that GTK+ stops keys that are mapped tonyamatongwe2-4/+9
commands which allows them to propogate up to containers rather than requiring explicit propogation.
2000-11-08Added Pascal Lexer.nyamatongwe1-1/+0
2000-11-08Initial version by Laurent le Tynevez.nyamatongwe1-0/+208
2000-11-06Fix from laurent so binary search works when ignoring case.nyamatongwe1-2/+2
2000-11-06Fix from Steve for handling '\' in PHP strings.nyamatongwe1-1/+4
2000-11-05Avoid scrolling when mouse down near right margin and scolled to left.nyamatongwe1-6/+2
2000-11-03Smoother EnsureCaretVisible from Stephan.nyamatongwe1-38/+41
2000-11-03Shift+Tab when selection on one line moves cursor backwards to tab stopsnyamatongwe1-12/+23
just as it does in VC++.
2000-11-01Ahmad's Apache CONF lexer.nyamatongwe1-0/+179
2000-11-01Change from Stephan to scroll to horizontal 0 position when possible.nyamatongwe1-2/+13
2000-10-27Added support for JavaScript regular expressions.nyamatongwe2-4/+50
2000-10-16Merged Jason's WordPart left and right movement patch.nyamatongwe3-0/+107
2000-10-13Made whole word searching work again.nyamatongwe1-1/+1
2000-10-13Fix from Peter to make tab key fill up to tab stop when using spaces.nyamatongwe1-2/+6
2000-10-06Patch from Mark for SCN_PAINTED notification at end of painting.nyamatongwe2-45/+62
2000-10-06Added call to NotifyMove in MovePositionTo to cause SCN_POSCHANGED to benyamatongwe1-0/+1
sent.
2000-10-06patch from John Ehresman to autocompletion when cancelAtStartpos is falsenyamatongwe1-25/+13
and user backspaces into pre-existing text.
2000-10-05Made SCI_SETCURSOR take effect immediately.nyamatongwe1-0/+1
2000-10-05SetCursor implemented.nyamatongwe2-8/+24
2000-10-05Mouse capture doesn't always call ::GetCapture.nyamatongwe2-17/+34
Better line selection handling.
2000-10-03Mouse down captures now optional.nyamatongwe2-2/+10
Save and restore of assertion destination in paint.
2000-10-03Error status attribute created.nyamatongwe2-0/+9
2000-09-22An hasFocus flag was added to separate logical focus from environmentnyamatongwe2-3/+24
determined focus. hasFocus determines whether the caret is displayed.
2000-09-18Added patch from Eric Hougaard to send the length in the need shownnyamatongwe1-1/+1
notification.
2000-09-14Markus added some more print modes.nyamatongwe1-2/+9
2000-09-08Implemented settable caret width.nyamatongwe3-4/+23
2000-09-07Changed back to two pass way of creating word arrays.nyamatongwe1-1/+5
2000-09-06Removed a couple of completed items from the TODO list and added a couplenyamatongwe1-0/+1
of bugs. Bug wuth not redrawing caret sometimes when performing undo fixed.
2000-09-06Fix from Tahir Karaca for LineVector::MergeMarkers.nyamatongwe1-58/+65
2000-09-06Dots inside identirifers are now in the operator lexical class.nyamatongwe1-0/+7
Added markus Gritsch to credits list.
2000-09-05Fixed indentation.nyamatongwe1-6/+6
2000-09-04Added SCFIND_WORDSTART.nyamatongwe3-23/+36
2000-09-04Small tweak from Steffen.nyamatongwe1-2/+3
2000-09-01Fix from Ferda to make the binary search work for autocompletion andnyamatongwe1-14/+50
calltips.
2000-08-31Changes from Ferda to put the sorting and searching here rather than innyamatongwe1-4/+267
SciTEBase.
2000-08-31Added some fixes from Steffen to keep ch and chNext synchronised.nyamatongwe1-3/+3
2000-08-30Perl error format supported.nyamatongwe1-7/+13
SCE_ERR_* symbols replace inline constants.
2000-08-29Merged Jan's changes to SString. Has a size field and allows C++ standardnyamatongwe1-0/+2
library style iterator access.
2000-08-29Initial version.nyamatongwe1-0/+1181
2000-08-27Fixed sorting to use qsort by implementing a string comparisonnyamatongwe1-32/+6
function rather than passing strcmp in directly.
2000-08-25Patches from Eric Prmislow and Steffen Goeldner to fix up here docsnyamatongwe1-5/+32
some quoting and pos handling.
2000-08-25Patch from Steve for handling comments in PHP.nyamatongwe1-36/+26
2000-08-22Added C# support to LexCPP with verbatime string literals and @ quotednyamatongwe1-1/+18
keywords handled correctly.