Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-05-07 | Always uses $@ for output. | nyamatongwe | 1 | -6/+6 | |
2000-05-07 | Scintilla.iface works now for SciMoz. | nyamatongwe | 2 | -6/+9 | |
makefile made nicer with $@ always used for output | |||||
2000-05-04 | Patched keypad patch to not apply when Ctrl pressed so magnification works ↵ | nyamatongwe | 2 | -8/+9 | |
again. | |||||
2000-05-03 | Fixed problem with initial style not being picked up correctly since the | nyamatongwe | 1 | -0/+4 | |
lexer now starts styling from one line before where it is asked to. | |||||
2000-05-03 | Fixed minor errors and spelling mistakes. | nyamatongwe | 2 | -29/+23 | |
2000-05-03 | Initial version. | nyamatongwe | 1 | -0/+1055 | |
2000-05-03 | Removed some non-working IME messages. | nyamatongwe | 1 | -2/+0 | |
2000-05-03 | Removed non-working messages. | nyamatongwe | 2 | -68/+2 | |
2000-05-02 | Small touch ups - removal of unused definitions, fixing documentation. | nyamatongwe | 4 | -7/+5 | |
2000-04-28 | Fixed up divide key on GTK+. | nyamatongwe | 1 | -3/+2 | |
2000-04-28 | Added zoom setting and getting and key Ctrl+Keypad/ restores default zoom. | nyamatongwe | 3 | -4/+10 | |
Version number updated to 1.25 | |||||
2000-04-28 | Added zoom set and zoom get. | nyamatongwe | 2 | -0/+9 | |
2000-04-28 | Fixed unterminated string when using \n line terminators. | nyamatongwe | 1 | -5/+5 | |
2000-04-28 | Updated for indentation commands. | nyamatongwe | 2 | -2/+79 | |
2000-04-27 | Ctrl+Up and Ctrl+Down now keep the caret visible. | nyamatongwe | 2 | -2/+19 | |
2000-04-27 | Added commctrl.h on Windows as now using tool bar and status bar controls in ↵ | nyamatongwe | 1 | -0/+1 | |
SciTE. | |||||
2000-04-27 | Fixed bugs removed from TODO. | nyamatongwe | 2 | -9/+3 | |
Design made more accurate. | |||||
2000-04-27 | Mad preprocessor continue when \ at end of line. | nyamatongwe | 1 | -17/+20 | |
Made unterminated string finish earlier. | |||||
2000-04-27 | Fixed bug when deleting lines. | nyamatongwe | 1 | -7/+8 | |
2000-04-27 | Added const indicators to methods that are const. | nyamatongwe | 1 | -2/+2 | |
2000-04-27 | Deletes source browsing files. | nyamatongwe | 1 | -0/+1 | |
2000-04-23 | Added notifications before inserting or deleting text. | nyamatongwe | 1 | -1/+3 | |
2000-04-23 | Fixing problems with fold information degrading when lines inserted and | nyamatongwe | 6 | -34/+114 | |
removed. New notifications before inserting and deleting text. | |||||
2000-04-23 | Ensured lexers do not style any more than they have been asked to. | nyamatongwe | 5 | -10/+10 | |
2000-04-21 | Changed font sizing to use more Windows compatible calculation | nyamatongwe | 8 | -57/+43 | |
Some unfinished work on fixing folding bugs. | |||||
2000-04-18 | Horizontal scroll bar disabling. | nyamatongwe | 1 | -22/+114 | |
2000-04-18 | Horizontal scroll bar disabling. | nyamatongwe | 2 | -5/+21 | |
Fixed makefile for GTK+. | |||||
2000-04-18 | Removed PropSet from Accessor interface. | nyamatongwe | 8 | -7/+39 | |
Indenting and horizontal scroll bar messages. Fixed undo grouping bug. Vertical scrolling can be performed with Ctrl+ arrows | |||||
2000-04-18 | Removed use of PropSet in Accessor to avoid linkage. | nyamatongwe | 5 | -3/+12 | |
Added indenting and horizontal scroll bar messages. | |||||
2000-04-18 | Added indenting and horizontal scrollbar commands. | nyamatongwe | 1 | -2/+7 | |
2000-04-11 | Added fix for Calltip window registration. | nyamatongwe | 1 | -0/+7 | |
2000-04-11 | Added smart indentation support code. | nyamatongwe | 5 | -17/+45 | |
2000-04-11 | Fixed handling folding in of triple quoted strings. | nyamatongwe | 1 | -11/+24 | |
Always lex the line before asked to ensure folding and tab timmy right. | |||||
2000-04-10 | Added get/set of separator character used when setting auto-completion list. | nyamatongwe | 5 | -3/+37 | |
Message for selecting an element of the autocompletion list. | |||||
2000-04-10 | Tab size and indent size can now be different. | nyamatongwe | 5 | -21/+109 | |
Indentation can contain either a mixture of tabs and spaces or only spaces. | |||||
2000-04-10 | Removed redundant subexpression in PropSet::GetInt. | nyamatongwe | 1 | -1/+1 | |
2000-04-10 | Death of Accessor. | nyamatongwe | 3 | -166/+86 | |
Birth of UniConversion. | |||||
2000-04-09 | Fixed key entry so characters between 128 and 255 can be entered. | nyamatongwe | 1 | -2/+2 | |
2000-04-08 | Unicode keyboard input and dragging from Scintilla. | nyamatongwe | 7 | -67/+135 | |
Fixing warnings on GTK+ and uping warning level. | |||||
2000-04-08 | Warning squashing. | nyamatongwe | 12 | -121/+61 | |
Updated contributors list. Fixed lexing of MS warnings. | |||||
2000-04-07 | Warning level set to 4. | nyamatongwe | 1 | -1/+1 | |
2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 4 | -16/+22 | |
2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 20 | -102/+97 | |
2000-04-07 | Accessor has a virtual destructor. | nyamatongwe | 5 | -1/+10 | |
2000-04-06 | Mouse wheel patch added. | nyamatongwe | 1 | -1/+20 | |
2000-04-06 | Initial Unicode support code. | nyamatongwe | 10 | -146/+361 | |
2000-04-05 | Changed the lexer module objects to be globally visible (by removing 'static') | nyamatongwe | 7 | -11/+11 | |
so they can be explicitly referenced to force inclusion in a build. | |||||
2000-04-05 | Moved performance critical functionality back up into Accessor from | nyamatongwe | 5 | -66/+39 | |
sub classes. | |||||
2000-04-04 | Initial version. | nyamatongwe | 4 | -0/+471 | |
2000-04-04 | Avoid lots of warnings from Borland C++. | nyamatongwe | 18 | -86/+99 | |
Changed name of interface class defined in Accessor.h to Accessor. |