aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2001-01-18Patch from Steffen to simplify handling of quoted strings by reusing thenyamatongwe1-36/+17
code developed for the complex strings.
2001-01-17Added link to WinMerge.nyamatongwe1-0/+5
2001-01-16Changed undo node coalescing so that a paste followed by typing createsnyamatongwe2-2/+11
two undo steps - one for the typing and one for the paste.
2001-01-14Updated titles and capitalisation of gIDE.nyamatongwe2-3/+3
2001-01-13Updated year.nyamatongwe1-1/+1
2001-01-13Comment lines at end of JavaScript now allow end: //--></script>nyamatongwe1-2/+16
Handle non-inline scripts that use the src attribute. Multiple line tags are read fully - previously seeked back to beginning of tag but used the original length rather than adding the characters moved over. XML end tags: /> detected correctly in simple <tag/> case.
2001-01-10Patch from Steffen to clean up quote handling in a class.nyamatongwe1-78/+71
2001-01-06Patch from Steffen to separate long quote into qq, qz, qr, and qw states.nyamatongwe3-5/+28
2001-01-05Patch from Eric to fix bug in file ops.nyamatongwe1-1/+1
2001-01-04Fixed some warnings.nyamatongwe2-2/+1
2001-01-04Patch from Eric Promislow to treat file test operators like keywords.nyamatongwe1-33/+52
2001-01-04Dropped unused parameter to avoid warning.nyamatongwe1-1/+1
2001-01-04Reformatted.nyamatongwe1-31/+28
2001-01-04Patch from Philippe to granularise append allocations and remove unusednyamatongwe1-90/+84
stuff.
2001-01-04Unused SString::npos removed.nyamatongwe1-2/+0
2001-01-02From Philippe.nyamatongwe1-43/+116
More batch file features are recognised when NEW_BATCH defined. Make lexer understands variables, operators, and preprocessor.
2001-01-02Philippe added % and : operators and support for initial # line.nyamatongwe1-2/+10
2001-01-02Addition of SCE_C_COMMENTLINEDOC by Philippe.nyamatongwe1-2/+7
2001-01-02From Philippe: SString::clear and SCE_C_COMMENTLINEDOC.nyamatongwe3-0/+8
2000-12-28Tweak to display the last character on a line correctly if it is italics.nyamatongwe1-1/+8
2000-12-27Put VISIBLE_CENTER back in.nyamatongwe2-1/+2
2000-12-21Patch from James for SetVisiblePolicy.nyamatongwe5-2/+45
2000-12-19Perl updated.nyamatongwe4-163/+133
If property line has no '=' it is treated as '=1'.
2000-12-18Added constructor from a const char * with start and end arguments.nyamatongwe1-13/+10
2000-12-17Changed comment for UserListShow.nyamatongwe1-1/+1
2000-12-17Added Laurent's User List.nyamatongwe5-9/+39
2000-12-17Reversed related project list so newest at top.nyamatongwe2-31/+40
Added James Larcombe to credits.
2000-12-14Added dependencies on SString.h.nyamatongwe1-30/+30
2000-12-14Patch from Steffen for quotes in SCE_PL_LONGQUOTE.nyamatongwe1-0/+4
2000-12-10Removed file IO code from PropSet to SciTE.nyamatongwe3-107/+53
Updated make files to know about SString being moved into its own header.
2000-12-10Moved SString class out nto its own header.nyamatongwe2-172/+218
Moved file functionality from PropSet to PropSetFile subclass which is part of SciTE rather than Scintilla so Scintilla has no file IO.
2000-12-07Steffen removed SCE_PL_REF state.nyamatongwe2-2/+0
2000-12-07Steffen removed SCE_PL_REF state.nyamatongwe1-5/+0
2000-12-07Added ActiveState to credits.nyamatongwe1-0/+3
2000-12-07Fix from ActiveState for PODs at start of document.nyamatongwe1-17/+18
2000-12-06KeyPress now returns TRUE when ordinary characters are typed.nyamatongwe1-6/+7
2000-12-01Patch from Steffen for treating % as an operator more often.nyamatongwe1-4/+6
2000-12-01Added link to Moleskine.nyamatongwe1-1/+7
2000-11-30Patch from ActiveState for better clipboard handling.nyamatongwe1-3/+8
2000-11-30Patches from Stephan to slow down autoscrolling, exposednyamatongwe4-61/+83
MoveCaretInsideView as part of the API and did some other work on macros.
2000-11-30Dragging shows no-go cursor if no good text format in drag.nyamatongwe1-1/+27
2000-11-28Removed claim of ctags support as its not complete yet.rel-1-34nyamatongwe1-1/+1
2000-11-28Updated sizes on download page.nyamatongwe1-1/+1
2000-11-28Updated version numbers, dates and blurbs.nyamatongwe3-7/+70
2000-11-28Added to contributors list.nyamatongwe1-0/+15
2000-11-26Updated version number.nyamatongwe1-4/+4
2000-11-26Added attribution.nyamatongwe1-0/+3
2000-11-26Link to Steps.html.nyamatongwe1-0/+3
2000-11-26HowTo document from Holger Schmidt.nyamatongwe1-0/+139
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.