Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 5 | -10/+34 | |
2000-05-15 | Mod for here documents from Steffen Goeldner. | nyamatongwe | 1 | -3/+5 | |
2000-05-10 | Added underline attribute to styles. | nyamatongwe | 5 | -7/+39 | |
Added diagonal and strike-through indicators. | |||||
2000-05-08 | Added LaTeX lexer from Christian Obrecht. | nyamatongwe | 1 | -0/+105 | |
2000-05-08 | Fixed bug in deleting and changing case of rectangular selections. | nyamatongwe | 1 | -3/+2 | |
2000-05-07 | Scintilla.iface works now for SciMoz. | nyamatongwe | 1 | -0/+1 | |
makefile made nicer with $@ always used for output | |||||
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 | Removed non-working messages. | nyamatongwe | 1 | -26/+2 | |
2000-05-02 | Small touch ups - removal of unused definitions, fixing documentation. | nyamatongwe | 1 | -1/+1 | |
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-27 | Ctrl+Up and Ctrl+Down now keep the caret visible. | nyamatongwe | 2 | -2/+19 | |
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-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 | 4 | -5/+14 | |
Some unfinished work on fixing folding bugs. | |||||
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-11 | Added smart indentation support code. | nyamatongwe | 3 | -17/+31 | |
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 | 3 | -2/+27 | |
Message for selecting an element of the autocompletion list. | |||||
2000-04-10 | Tab size and indent size can now be different. | nyamatongwe | 3 | -19/+97 | |
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-08 | Unicode keyboard input and dragging from Scintilla. | nyamatongwe | 5 | -9/+17 | |
Fixing warnings on GTK+ and uping warning level. | |||||
2000-04-08 | Warning squashing. | nyamatongwe | 2 | -3/+2 | |
Updated contributors list. Fixed lexing of MS warnings. | |||||
2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 18 | -101/+91 | |
2000-04-07 | Accessor has a virtual destructor. | nyamatongwe | 3 | -0/+7 | |
2000-04-06 | Initial Unicode support code. | nyamatongwe | 6 | -43/+100 | |
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 | 3 | -32/+3 | |
sub classes. | |||||
2000-04-04 | Initial version. | nyamatongwe | 3 | -0/+402 | |
2000-04-04 | Avoid lots of warnings from Borland C++. | nyamatongwe | 13 | -69/+81 | |
Changed name of interface class defined in Accessor.h to Accessor. | |||||
2000-04-04 | Split a Document based Accessor (DocumentAccessor) off from | nyamatongwe | 9 | -32/+35 | |
the old accessor which is now called WindowAccessor. Accessor.h defines a common interface which is the type consumed by the lexers. | |||||
2000-04-03 | Added Mark's change to support changing the document from within the | nyamatongwe | 2 | -4/+12 | |
read-only notification. | |||||
2000-04-03 | Fixed problems with undo history not coalescing undo nodes correctly. | nyamatongwe | 2 | -4/+11 | |
2000-04-01 | Fixed warnings from Borland compiler. | nyamatongwe | 7 | -13/+6 | |
2000-03-31 | Fixed line ends. | nyamatongwe | 6 | -2195/+2197 | |
Fixed lastXChosen after Backspace or Ctrl+Backspace. | |||||
2000-03-30 | Fixed bugs in handling undo history. | nyamatongwe | 5 | -2193/+2195 | |
Fixed bugs with null fonts. | |||||
2000-03-25 | FIxed problem with first modification sometimes not looking dirty. | nyamatongwe | 1 | -7/+8 | |
Remonved unused 'PUNTUATION' lexclass. | |||||
2000-03-23 | Fixed bug when copying null font name. | nyamatongwe | 1 | -0/+2 | |
2000-03-23 | Fixed bug in ContractionState when files larer than 400 lines had fold ↵ | nyamatongwe | 2 | -5/+5 | |
points set. Fixed block comments in PLSQL. | |||||
2000-03-22 | Split UndoHistory out of CellBuffer. | nyamatongwe | 9 | -167/+420 | |
Fixed coalescing of nodes in the undo history. Added LineCut, LineDelete, LineTranspose, UpperCase and LowerCase keyboard commands and added keys for them. Added UUID lexical class to CPP lexer. | |||||
2000-03-22 | Fixed name mismatch error in SetLength. | nyamatongwe | 1 | -2/+2 | |
2000-03-18 | Can turn off context (wrong mouse button) menu with SCI_USEPOPUP. | nyamatongwe | 2 | -0/+8 | |
Most signals return FALSE on GTK+. | |||||
2000-03-18 | Added SCI_LINESONSCREEN. | nyamatongwe | 1 | -1/+4 | |
2000-03-17 | Fixed bug in releasing font which was an alias of default font. | nyamatongwe | 2 | -7/+14 | |