Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-01-02 | From Philippe. | nyamatongwe | 1 | -43/+116 | |
More batch file features are recognised when NEW_BATCH defined. Make lexer understands variables, operators, and preprocessor. | |||||
2001-01-02 | Philippe added % and : operators and support for initial # line. | nyamatongwe | 1 | -2/+10 | |
2001-01-02 | Addition of SCE_C_COMMENTLINEDOC by Philippe. | nyamatongwe | 1 | -2/+7 | |
2001-01-02 | From Philippe: SString::clear and SCE_C_COMMENTLINEDOC. | nyamatongwe | 3 | -0/+8 | |
2000-12-28 | Tweak to display the last character on a line correctly if it is italics. | nyamatongwe | 1 | -1/+8 | |
2000-12-27 | Put VISIBLE_CENTER back in. | nyamatongwe | 2 | -1/+2 | |
2000-12-21 | Patch from James for SetVisiblePolicy. | nyamatongwe | 5 | -2/+45 | |
2000-12-19 | Perl updated. | nyamatongwe | 4 | -163/+133 | |
If property line has no '=' it is treated as '=1'. | |||||
2000-12-18 | Added constructor from a const char * with start and end arguments. | nyamatongwe | 1 | -13/+10 | |
2000-12-17 | Changed comment for UserListShow. | nyamatongwe | 1 | -1/+1 | |
2000-12-17 | Added Laurent's User List. | nyamatongwe | 5 | -9/+39 | |
2000-12-17 | Reversed related project list so newest at top. | nyamatongwe | 2 | -31/+40 | |
Added James Larcombe to credits. | |||||
2000-12-14 | Added dependencies on SString.h. | nyamatongwe | 1 | -30/+30 | |
2000-12-14 | Patch from Steffen for quotes in SCE_PL_LONGQUOTE. | nyamatongwe | 1 | -0/+4 | |
2000-12-10 | Removed file IO code from PropSet to SciTE. | nyamatongwe | 3 | -107/+53 | |
Updated make files to know about SString being moved into its own header. | |||||
2000-12-10 | Moved SString class out nto its own header. | nyamatongwe | 2 | -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-07 | Steffen removed SCE_PL_REF state. | nyamatongwe | 2 | -2/+0 | |
2000-12-07 | Steffen removed SCE_PL_REF state. | nyamatongwe | 1 | -5/+0 | |
2000-12-07 | Added ActiveState to credits. | nyamatongwe | 1 | -0/+3 | |
2000-12-07 | Fix from ActiveState for PODs at start of document. | nyamatongwe | 1 | -17/+18 | |
2000-12-06 | KeyPress now returns TRUE when ordinary characters are typed. | nyamatongwe | 1 | -6/+7 | |
2000-12-01 | Patch from Steffen for treating % as an operator more often. | nyamatongwe | 1 | -4/+6 | |
2000-12-01 | Added link to Moleskine. | nyamatongwe | 1 | -1/+7 | |
2000-11-30 | Patch from ActiveState for better clipboard handling. | nyamatongwe | 1 | -3/+8 | |
2000-11-30 | Patches from Stephan to slow down autoscrolling, exposed | nyamatongwe | 4 | -61/+83 | |
MoveCaretInsideView as part of the API and did some other work on macros. | |||||
2000-11-30 | Dragging shows no-go cursor if no good text format in drag. | nyamatongwe | 1 | -1/+27 | |
2000-11-28 | Removed claim of ctags support as its not complete yet.rel-1-34 | nyamatongwe | 1 | -1/+1 | |
2000-11-28 | Updated sizes on download page. | nyamatongwe | 1 | -1/+1 | |
2000-11-28 | Updated version numbers, dates and blurbs. | nyamatongwe | 3 | -7/+70 | |
2000-11-28 | Added to contributors list. | nyamatongwe | 1 | -0/+15 | |
2000-11-26 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
2000-11-26 | Added attribution. | nyamatongwe | 1 | -0/+3 | |
2000-11-26 | Link to Steps.html. | nyamatongwe | 1 | -0/+3 | |
2000-11-26 | HowTo document from Holger Schmidt. | nyamatongwe | 1 | -0/+139 | |
2000-11-26 | Patches from Philippe to improve Lua lexer, handle '\' continuation | nyamatongwe | 3 | -247/+241 | |
at end of line inside strings and to allow 5 digit line numbers when printing. | |||||
2000-11-21 | Changes by Walter to make work on OpenVMS. | nyamatongwe | 4 | -4/+55 | |
2000-11-21 | Change from John to improve scrolling drawing. | nyamatongwe | 1 | -13/+25 | |
2000-11-21 | Steffen's patch for here documents. | nyamatongwe | 3 | -34/+170 | |
2000-11-16 | Line mode selection forces stream selection instead of rectangular | nyamatongwe | 1 | -0/+1 | |
selection. | |||||
2000-11-12 | Fixed up keypress to only return true when key consumed. | nyamatongwe | 1 | -3/+3 | |
2000-11-12 | John's patch to handle Unicode u", raw r", and Unicode raw ur" strings. | nyamatongwe | 1 | -34/+100 | |
2000-11-12 | Reformatted. | nyamatongwe | 1 | -9/+4 | |
2000-11-12 | Stephan's change to installation of event handlers. | nyamatongwe | 1 | -6/+63 | |
2000-11-08 | Patch from Steffen for regex. | nyamatongwe | 1 | -4/+14 | |
2000-11-08 | Clipping redraw rectangles to client rectangle in Editor::RedrawRect. | nyamatongwe | 1 | -1/+15 | |
2000-11-08 | Added new lexers. | nyamatongwe | 1 | -0/+8 | |
2000-11-08 | Changed bool operator on WordList to use len as words imay now be allocated | nyamatongwe | 1 | -1/+1 | |
but empty. | |||||
2000-11-08 | Changed keystroke handling so that GTK+ stops keys that are mapped to | nyamatongwe | 3 | -10/+18 | |
commands which allows them to propogate up to containers rather than requiring explicit propogation. | |||||
2000-11-08 | Added Pascal Lexer. | nyamatongwe | 4 | -13/+25 | |
2000-11-08 | Initial version by Laurent le Tynevez. | nyamatongwe | 1 | -0/+208 | |