Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-05-23 | Fixed error when delete performed at end of document. | nyamatongwe | 1 | -0/+2 | |
2000-05-21 | Shift+Backspace is same as backspace. | nyamatongwe | 1 | -0/+1 | |
2000-05-20 | Fixed scope of variable. | nyamatongwe | 2 | -1/+6 | |
2000-05-20 | Lexer changes from Philippe. | nyamatongwe | 3 | -0/+70 | |
2000-05-15 | Support for different character sets for each style. | nyamatongwe | 10 | -14/+55 | |
2000-05-15 | Added credits. | nyamatongwe | 1 | -0/+15 | |
2000-05-15 | Mod for here documents from Steffen Goeldner. | nyamatongwe | 1 | -3/+5 | |
2000-05-10 | Added explanantion of new underline style and strike-out and diagonal ↵ | nyamatongwe | 1 | -3/+6 | |
indicators. | |||||
2000-05-10 | Added underline attribute to styles. | nyamatongwe | 7 | -7/+47 | |
Added diagonal and strike-through indicators. | |||||
2000-05-09 | Updated sizes. | nyamatongwe | 1 | -1/+1 | |
2000-05-09 | Updated version numbers and download names. | nyamatongwe | 4 | -14/+22 | |
2000-05-09 | Updated version numbers and download names. | nyamatongwe | 1 | -1/+3 | |
2000-05-08 | Optimise for size. | nyamatongwe | 1 | -1/+1 | |
No parenthesis warning as it triggers inside standard MAKELONG macro. | |||||
2000-05-08 | Minor $@ tweaks. | nyamatongwe | 1 | -2/+2 | |
2000-05-08 | Updated for Borland C++ 5.5. | nyamatongwe | 5 | -29/+36 | |
2000-05-08 | Added LaTeX lexer from Christian Obrecht. | nyamatongwe | 3 | -0/+119 | |
2000-05-08 | Added items for update. | nyamatongwe | 1 | -2/+12 | |
2000-05-08 | Fixed bug in deleting and changing case of rectangular selections. | nyamatongwe | 1 | -3/+2 | |
2000-05-07 | Fixed Unicode input for Cyrillic on WM_CHAR. | nyamatongwe | 1 | -16/+28 | |
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 | |