aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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.
2000-08-22Added SCE_H_VALUE class for HTML for unquoted values.nyamatongwe3-7/+44
2000-08-21Merging patches from Ferda and Jan.nyamatongwe3-8/+41
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface.
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe8-26/+141
search. Some bits not quite done as well.
2000-08-16Invisible text.nyamatongwe5-370/+422
Fixes to ensure long lines do not overflow buffers.
2000-08-03Fixes from Philippe for preprocessor and HTML comments and one from Stevenyamatongwe3-24/+39
for HTML comments.
2000-07-29Patch to PHP lexer to handle multiple line strings.nyamatongwe1-9/+9
2000-07-26Avoided warning on GTK+ because DBCS not supported.nyamatongwe1-6/+7
2000-07-26Added history entry for 1.30.nyamatongwe1-3/+9
Included Ralf's soft tab patch.
2000-07-24Added SCI_CANPASTE.nyamatongwe1-0/+1
2000-07-23Changed SCI_POSITIONFROMPOINT to take x,y parameters rather than a pointernyamatongwe1-6/+2
to a POINT structure.
2000-07-22Changed key codes to not overlap printing keys.nyamatongwe2-8/+13
Mved the #ifs around DBCS support to avoid warnings on GTK+.
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe2-12/+13
2000-07-21Provide alternative symbols for all features defined in WinDefs.h to allownyamatongwe8-120/+205
for eventual removal of WinDefs.h.