Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-08 | Prevent moving the IME window and dropping the caret on | nyamatongwe | 1 | -1/+1 | |
Windows NT when it has already consumed characters from the IME. | |||||
2004-07-08 | Patch from David Ascher. SC_MARK_EMPTY no longer overrides | nyamatongwe | 1 | -5/+6 | |
the background colour as it is supposed to be invisible. | |||||
2004-06-30 | Another accomodation of cygwin. | nyamatongwe | 1 | -1/+1 | |
2004-06-29 | Patch from Hans Eckardt to not consider separator comment | nyamatongwe | 1 | -1/+2 | |
lines of all slashes as normal comments instead of doc comments. //////////////////////////////////////////// | |||||
2004-06-23 | Delete all markers for a particular marker number now deletes | nyamatongwe | 2 | -3/+3 | |
multiple markers on one line. | |||||
2004-06-23 | Delete all markers for a particular marker number now deletes | nyamatongwe | 1 | -5/+13 | |
multiple markers on one line. | |||||
2004-06-23 | Patch for autocompletion from Trent Mick that prevents | nyamatongwe | 1 | -2/+13 | |
selecting an item when no item matches typed text. | |||||
2004-06-21 | Updated to match current sources. | nyamatongwe | 1 | -103/+176 | |
2004-06-20 | Update from Jos, mostly changes folding. | nyamatongwe | 1 | -10/+16 | |
2004-06-20 | Parameterised del command and added -mno-cygwin for | nyamatongwe | 1 | -2/+3 | |
mingw under cygwin users. | |||||
2004-06-12 | Credit. | nyamatongwe | 1 | -0/+1 | |
2004-06-12 | Update from Hadar Raz to add more lexical classes. | nyamatongwe | 1 | -145/+107 | |
2004-06-12 | Update from Hadar Raz to add more lexical classes. | nyamatongwe | 2 | -6/+14 | |
2004-06-12 | Added Xin. | nyamatongwe | 1 | -0/+4 | |
2004-06-09 | Unset function on PropSet. | nyamatongwe | 2 | -0/+28 | |
2004-06-08 | Made safe for non-ASCII characters by using character | nyamatongwe | 1 | -10/+10 | |
classification functions that accept non-ASCII or checking for ASCII before calling ctype functions. | |||||
2004-06-02 | Update from Philippe with some support for CSS 2. | nyamatongwe | 1 | -4/+13 | |
2004-06-02 | Fixed issue with continuation lines on If statements. | nyamatongwe | 1 | -1/+3 | |
2004-06-01 | Added credit. | nyamatongwe | 1 | -0/+1 | |
2004-06-01 | Patch for allowing retrieval of document text encoded as | nyamatongwe | 6 | -35/+143 | |
UTF-8 and converting from UTF-8 to the document encoding. | |||||
2004-06-01 | Patch from Florian Balmer to perform clipboard actions | nyamatongwe | 1 | -39/+141 | |
using Unicode where possible and doing reasonable conversions to and from the character set in use. | |||||
2004-05-30 | Fix from Jos. | nyamatongwe | 1 | -2/+1 | |
2004-05-29 | Removed treating ':' as end of word in GetNearestWords | nyamatongwe | 1 | -5/+3 | |
as it conflicted with languages that use ':' inside identifiers. Functionality can be achieved by passing ':' as otherSeparator parameter. | |||||
2004-05-29 | Updated AutoIt3 lexer from Jos. | nyamatongwe | 3 | -40/+280 | |
Handles folding by syntax rathe rthan indentation. | |||||
2004-05-29 | Removed finished items. | nyamatongwe | 1 | -13/+0 | |
2004-05-29 | Fixed up version numbers and download URLs for last | nyamatongwe | 1 | -2/+2 | |
two releases. | |||||
2004-05-29 | Mentioned Perl fix.rel-1-61 | nyamatongwe | 1 | -3/+6 | |
2004-05-29 | More documentation of "fold" property. | nyamatongwe | 1 | -2/+4 | |
2004-05-28 | Added wyoEditor. | nyamatongwe | 1 | -7/+4 | |
2004-05-28 | Changes for 1.61. | nyamatongwe | 1 | -2/+68 | |
2004-05-28 | Updates for 1.61. | nyamatongwe | 5 | -13/+32 | |
2004-05-27 | Fixed behaviour of SetWordChars so characters can be removed | nyamatongwe | 3 | -6/+6 | |
from set of word characters. Implemented by setting any (alphanumeric or '_') characters not in argument to be punctuation. | |||||
2004-05-25 | Fixed grammar error. | nyamatongwe | 1 | -1/+1 | |
2004-05-17 | Patch from Kein-Hong Man to improve handling of '/'. | nyamatongwe | 1 | -3/+8 | |
2004-05-16 | Do not use new GtkClipboard code on GTK+ 2.0.x as | nyamatongwe | 1 | -7/+11 | |
it was not available until 2.2. | |||||
2004-05-13 | Links to documents on container side lexer and folding. | nyamatongwe | 1 | -0/+4 | |
2004-05-13 | Made LineLayout::styles unsigned as slightly safer | nyamatongwe | 2 | -6/+6 | |
if anyone extends to allow 256 styles. | |||||
2004-05-11 | Modifications to selection handling to make copying and | nyamatongwe | 4 | -87/+100 | |
pasting from/to various encodings work. | |||||
2004-05-11 | Inhibit warnings from using char as index. | nyamatongwe | 1 | -1/+1 | |
2004-05-09 | Fixed # pre-processor statement inside of comment block | nyamatongwe | 1 | -11/+24 | |
would invalidly change the color. Added logic for #include <xyz.au3> to treat the <> as string Added underscore to IsAOperator. | |||||
2004-05-04 | Support from Bruce Dodson for Lua tracebacks. | nyamatongwe | 1 | -4/+6 | |
2004-05-03 | Allow backslash quoting in strings when sql.backslash.escapes | nyamatongwe | 1 | -3/+15 | |
turned on. | |||||
2004-05-02 | Draw lines without the final pixel: this is the same as on | nyamatongwe | 1 | -0/+4 | |
Win32 leading to more consistent graphics. | |||||
2004-05-02 | Philippe added function for determining if a character is a digit in | nyamatongwe | 1 | -1/+11 | |
bases other than decimal. | |||||
2004-05-02 | Philippe added function for determining if a character is a digit in | nyamatongwe | 1 | -1/+1 | |
bases other than decimal. | |||||
2004-05-02 | Some comments and const modifiers from Philippe. | nyamatongwe | 2 | -4/+14 | |
2004-05-02 | Removed some continuation marker variables that are not needed. | nyamatongwe | 1 | -10/+5 | |
2004-05-02 | Credits. | nyamatongwe | 1 | -0/+1 | |
2004-05-02 | Fix for folding of PHP when braces inside strings. | nyamatongwe | 1 | -0/+2 | |
2004-05-01 | Fixed up target version text.rel-1-60 | nyamatongwe | 1 | -1/+1 | |