Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-01-28 | Changed name of Virtually There site. | nyamatongwe | 1 | -1/+1 | |
2001-01-27 | Patch from James to insert spaces when pasting rectangular to keep pasted | nyamatongwe | 1 | -0/+8 | |
text aligned on its left side. | |||||
2001-01-27 | Updated version numbers and copyright. | nyamatongwe | 1 | -6/+6 | |
2001-01-27 | Patch from Eric to prefer REs after ';'. | nyamatongwe | 1 | -1/+5 | |
2001-01-27 | Patch from Laurent to handle comments such as {} and { } correctly. | nyamatongwe | 1 | -6/+20 | |
2001-01-27 | Much changed ScintillaGTK widget code that draws directly onto the | nyamatongwe | 6 | -323/+407 | |
Scintilla widget with no wDraw drawing area. Signals handled directly through callbacks. | |||||
2001-01-25 | Patch from Steffen to handle $^W and ${"x"} as scalars. | nyamatongwe | 1 | -1/+8 | |
Further change from Neil to avoid whitespace being included in scalars. | |||||
2001-01-25 | Patch from Steffen to make .. as in for ( 1..9 ) work. | nyamatongwe | 1 | -1/+4 | |
2001-01-25 | Patch from Philippe, containing comments and a fix to SString for empty | nyamatongwe | 3 | -22/+70 | |
strings. | |||||
2001-01-24 | Changed isspace to isspacechar which is safe for characters >= 128. | nyamatongwe | 5 | -14/+14 | |
2001-01-24 | Made special scalars like $( and $_ work. | nyamatongwe | 1 | -13/+9 | |
Made some variables unsigned to avoid warnings. | |||||
2001-01-24 | Patch from Steffen for y (transliteration) operator. | nyamatongwe | 1 | -0/+3 | |
2001-01-23 | New function isspacechar to avoid bugs when character >= 0x80. | nyamatongwe | 3 | -16/+26 | |
2001-01-19 | Removed dead code that was commented out in last change. | nyamatongwe | 1 | -23/+0 | |
2001-01-19 | Patch from Steffen to handle single character words better and generally | nyamatongwe | 1 | -3/+10 | |
improve handling of words. | |||||
2001-01-18 | Patch from Steffen to simplify handling of quoted strings by reusing the | nyamatongwe | 1 | -36/+17 | |
code developed for the complex strings. | |||||
2001-01-17 | Added link to WinMerge. | nyamatongwe | 1 | -0/+5 | |
2001-01-16 | Changed undo node coalescing so that a paste followed by typing creates | nyamatongwe | 2 | -2/+11 | |
two undo steps - one for the typing and one for the paste. | |||||
2001-01-14 | Updated titles and capitalisation of gIDE. | nyamatongwe | 2 | -3/+3 | |
2001-01-13 | Updated year. | nyamatongwe | 1 | -1/+1 | |
2001-01-13 | Comment lines at end of JavaScript now allow end: //--></script> | nyamatongwe | 1 | -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-10 | Patch from Steffen to clean up quote handling in a class. | nyamatongwe | 1 | -78/+71 | |
2001-01-06 | Patch from Steffen to separate long quote into qq, qz, qr, and qw states. | nyamatongwe | 3 | -5/+28 | |
2001-01-05 | Patch from Eric to fix bug in file ops. | nyamatongwe | 1 | -1/+1 | |
2001-01-04 | Fixed some warnings. | nyamatongwe | 2 | -2/+1 | |
2001-01-04 | Patch from Eric Promislow to treat file test operators like keywords. | nyamatongwe | 1 | -33/+52 | |
2001-01-04 | Dropped unused parameter to avoid warning. | nyamatongwe | 1 | -1/+1 | |
2001-01-04 | Reformatted. | nyamatongwe | 1 | -31/+28 | |
2001-01-04 | Patch from Philippe to granularise append allocations and remove unused | nyamatongwe | 1 | -90/+84 | |
stuff. | |||||
2001-01-04 | Unused SString::npos removed. | nyamatongwe | 1 | -2/+0 | |
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 | |