Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-07-26 | Invisible indicator INDIC_HIDDEN. | nyamatongwe | 4 | -0/+12 | |
2003-07-25 | Patch from Sergey Puljajev to add Incremental Search and Find Next/Previous | nyamatongwe | 1 | -0/+1 | |
copy of word under caret. | |||||
2003-07-24 | Credits. | nyamatongwe | 1 | -0/+1 | |
2003-07-23 | Patch from Shane to allow multiple pseudo-classes. | nyamatongwe | 1 | -1/+2 | |
2003-07-23 | Patch from Alexey to fold literal strings and comments. | nyamatongwe | 1 | -1/+6 | |
2003-07-23 | Added explanation of extracting DLL from SciTE download. | nyamatongwe | 1 | -0/+6 | |
2003-07-22 | Changed lexer to use lower case keywords to be compatible with other | nyamatongwe | 1 | -1/+1 | |
lexers. | |||||
2003-07-21 | Credit for Nigel. | nyamatongwe | 1 | -0/+1 | |
2003-07-21 | Added contact and license reference. | nyamatongwe | 1 | -1/+2 | |
2003-07-21 | Improve 64 bit portability. | nyamatongwe | 2 | -21/+27 | |
2003-07-21 | Converted some ints to size_t for 64 bit safety. | nyamatongwe | 2 | -5/+5 | |
2003-07-21 | Patch from Hiroshi-Saito to allow strings to use ' delimiters. | nyamatongwe | 1 | -3/+13 | |
2003-07-21 | Fixed unused parameter warning. | nyamatongwe | 1 | -1/+1 | |
2003-07-21 | Fixed warning from Borland. | nyamatongwe | 1 | -2/+2 | |
2003-07-21 | Added PostScript lexer from Nigel Hathaway. | nyamatongwe | 9 | -2/+391 | |
2003-07-21 | Fixed bug where assertions may not have been appearing when they should. | nyamatongwe | 1 | -2/+2 | |
2003-05-27 | Fixed build to include Lout and EScript, also fixed ExternalLexer reference. | ssteele | 1 | -1/+9 | |
2003-05-16 | Moving downloads to SourceForge. | nyamatongwe | 1 | -3/+3 | |
2003-05-16 | Moving archive to SourceForge. | nyamatongwe | 1 | -13/+13 | |
2003-05-16 | Updated sizes.rel-1-53 | nyamatongwe | 1 | -2/+2 | |
2003-05-16 | Updated blurb. | nyamatongwe | 1 | -1/+1 | |
2003-05-16 | Finished 1.53. | nyamatongwe | 1 | -0/+57 | |
2003-05-15 | SCI_LOADLEXERLIBRARY. | nyamatongwe | 1 | -1/+7 | |
2003-05-15 | LoadLexerLibrary now implemented. | nyamatongwe | 1 | -1/+0 | |
2003-05-15 | Updated mailing list info. | nyamatongwe | 1 | -6/+4 | |
2003-05-15 | Updates for 1.53. | nyamatongwe | 3 | -7/+26 | |
2003-05-15 | Updating version number. | nyamatongwe | 2 | -5/+5 | |
2003-05-14 | Credits. | nyamatongwe | 1 | -0/+1 | |
2003-05-14 | INitial version. | nyamatongwe | 1 | -0/+270 | |
2003-05-14 | EScript lexer added. | nyamatongwe | 8 | -8/+46 | |
2003-05-14 | Moved lmNull into LexOthers.cxx as there was a report that the current | nyamatongwe | 2 | -17/+17 | |
location trips a bug in MSVC 7.1. | |||||
2003-05-14 | Added MinGW Developer Studio. | nyamatongwe | 1 | -0/+5 | |
2003-05-11 | Clipping copy range into document. | nyamatongwe | 1 | -0/+2 | |
2003-05-11 | Ensure text copied to clipboard is terminated at correct length. | nyamatongwe | 1 | -10/+5 | |
2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 8 | -27/+118 | |
2003-05-09 | Fixed problem when missing reverse arrow cursor resource meant cursor ↵ | nyamatongwe | 1 | -1/+5 | |
disappeared over margin. | |||||
2003-05-09 | Credit. | nyamatongwe | 1 | -0/+1 | |
2003-05-09 | Added Lout lexer by Kein-Hong Man. | nyamatongwe | 3 | -3/+9 | |
2003-05-09 | Added Lout lexer by Kein-Hong Man. | nyamatongwe | 1 | -0/+208 | |
2003-05-09 | Added Lout lexer by Kein-Hong Man. | nyamatongwe | 5 | -3/+34 | |
2003-04-30 | Protection from runaway recursion. | nyamatongwe | 1 | -1/+1 | |
2003-04-30 | Separated ifdefs around WM_UNICHAR and UNICODE_NOCHAR to work on some | nyamatongwe | 1 | -0/+9 | |
compiler setups. | |||||
2003-04-30 | More protection against recursive property settings. | nyamatongwe | 1 | -16/+16 | |
2003-04-29 | Removed hack that did not set the scroll bar when changing documents which | nyamatongwe | 1 | -4/+1 | |
worked around a GTK+ 2 problem that is now fixed by using an extra window for the text. | |||||
2003-04-29 | Text area is now a separate GtkDrawingArea and thus a separate X window | nyamatongwe | 1 | -38/+85 | |
which simplifies clipping against scroll bars which are no longer windows since GTK+ 2. Only handles expose events, other events are handled by the containing Scintilla widget. DisplayCursor handled here so that it is done relative to the text widget rather than whole Scintilla widget, so cursor is left alone for scroll bars. This removed some very messy code for managing the cursor over the scroll bars. | |||||
2003-04-29 | Made Redraw only redraw the text area, not the scrollbars. | nyamatongwe | 1 | -1/+3 | |
2003-04-29 | Made DisplayCursor virtual so could be overridden by GTK+ platform code. | nyamatongwe | 1 | -1/+1 | |
2003-04-27 | Using iconv to convert input into current character set. | nyamatongwe | 2 | -25/+52 | |
2003-04-24 | Fixed late unchecked change. | nyamatongwe | 1 | -1/+1 | |
2003-04-23 | Using iconv for character set conversion. | nyamatongwe | 1 | -15/+114 | |