aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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.
2000-11-21Changes by Walter to make work on OpenVMS.nyamatongwe4-4/+55
2000-11-21Change from John to improve scrolling drawing.nyamatongwe1-13/+25
2000-11-21Steffen's patch for here documents.nyamatongwe3-34/+170
2000-11-16Line mode selection forces stream selection instead of rectangularnyamatongwe1-0/+1
selection.
2000-11-12Fixed up keypress to only return true when key consumed.nyamatongwe1-3/+3
2000-11-12John's patch to handle Unicode u", raw r", and Unicode raw ur" strings.nyamatongwe1-34/+100
2000-11-12Reformatted.nyamatongwe1-9/+4
2000-11-12Stephan's change to installation of event handlers.nyamatongwe1-6/+63
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-08Added new lexers.nyamatongwe1-0/+8
2000-11-08Changed bool operator on WordList to use len as words imay now be allocatednyamatongwe1-1/+1
but empty.
2000-11-08Changed keystroke handling so that GTK+ stops keys that are mapped tonyamatongwe3-10/+18
commands which allows them to propogate up to containers rather than requiring explicit propogation.
2000-11-08Added Pascal Lexer.nyamatongwe4-13/+25
2000-11-08Initial version by Laurent le Tynevez.nyamatongwe1-0/+208
2000-11-06Updated release blurbs.rel-1-33nyamatongwe2-2/+3
2000-11-06Size and release blurb modifications.nyamatongwe1-1/+1
2000-11-06Updated for 1.33.nyamatongwe2-1/+150
2000-11-06Updating download version numbers and sizes.nyamatongwe3-7/+23
2000-11-06Fix from laurent so binary search works when ignoring case.nyamatongwe1-2/+2
2000-11-06Added Pascal language.nyamatongwe2-0/+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++.