Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-09 | Now removes lib files from zip. | nyamatongwe | 1 | -1/+1 | |
2001-02-09 | New lexclasses for Avenue from Alexey. | nyamatongwe | 2 | -1/+23 | |
2001-02-09 | New version from Alexey. Diverged much more from LexCPP code. | nyamatongwe | 1 | -57/+79 | |
2001-02-08 | Setting operators in ASP VBScript to correct lexical class. | nyamatongwe | 1 | -1/+1 | |
2001-02-07 | GetWild does file extension comparison case insensitively. | nyamatongwe | 1 | -3/+4 | |
2001-02-06 | For CanPaste also check Editor::CanPaste to see if OK. | nyamatongwe | 1 | -0/+2 | |
2001-02-06 | Made SCI_CANPASTE and EM_CANPASTE work correctly using | nyamatongwe | 3 | -12/+18 | |
IsClipboardFormatAvailable on Windows. | |||||
2001-02-06 | Removed macro substitution of case insensitive string comparison functions | nyamatongwe | 2 | -35/+53 | |
and declared new functions CompareCaseInsensitive and CompareNCaseInsensitive implemented in Scintilla. | |||||
2001-02-05 | Added explicit initialisation of base class in copy constructor for | nyamatongwe | 1 | -1/+1 | |
ScintillaGTK to avoid warning from gcc. | |||||
2001-02-05 | Patch from John to make GTK+ version build on Win32. | nyamatongwe | 6 | -8/+336 | |
Modified by me to avoid pointless warnings and print error message if try to build with Borland C++. | |||||
2001-02-03 | Refactored detection of self reference within variable to separate function | nyamatongwe | 1 | -11/+20 | |
and added a comment. | |||||
2001-02-03 | Fixed infinite recursion when a value contains a reference to itself. | nyamatongwe | 1 | -0/+10 | |
2001-02-02 | Used GetExpanded rather than Get when filling in variable file selectors so | nyamatongwe | 1 | -2/+2 | |
they can be made up of other variables. | |||||
2001-02-01 | Added Avenue lexer. | nyamatongwe | 1 | -0/+4 | |
2001-02-01 | Building from cxx now sets the directory to ..\win32 first. | nyamatongwe | 1 | -0/+3 | |
2001-02-01 | Added lexer for Avenue. | nyamatongwe | 5 | -78/+89 | |
Trailing spaces removed from a lot of lines. | |||||
2001-02-01 | Lexer for Avenue files by Alexey. | nyamatongwe | 1 | -0/+166 | |
2001-01-29 | Removed USE_XIM definition.rel-1-35 | nyamatongwe | 1 | -4/+2 | |
2001-01-29 | Removed todo item. | nyamatongwe | 1 | -7/+0 | |
2001-01-29 | Fixed problem where BeginUndoAction and EndUndoAction were in wrong order. | nyamatongwe | 2 | -6/+11 | |
Made both the effects of backspace and delete keys be coalesced together into undo actions. | |||||
2001-01-29 | Updated documentation of caret policy and visible policy. | nyamatongwe | 1 | -4/+9 | |
2001-01-29 | Fiddled with caret and visible policies. | nyamatongwe | 2 | -6/+6 | |
2001-01-28 | Updating documentation to include additions for 1.35. | nyamatongwe | 4 | -9/+147 | |
2001-01-28 | Added static_cast to hush Borland C++. | nyamatongwe | 1 | -2/+2 | |
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 52 | -52/+52 | |
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 | |