Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2000-04-04 | Split a Document based Accessor (DocumentAccessor) off from | nyamatongwe | 17 | -135/+149 | |
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 | Changed Borland instructions to include -l flag. | nyamatongwe | 1 | -1/+2 | |
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-04-01 | Fixed comments to refer to Borland. | nyamatongwe | 1 | -1/+2 | |
2000-03-31 | Fixed up line ends. | nyamatongwe | 3 | -721/+723 | |
Added patch from Mark for makefile_vc. | |||||
2000-03-31 | Fixed line ends. | nyamatongwe | 6 | -2195/+2197 | |
Fixed lastXChosen after Backspace or Ctrl+Backspace. | |||||
2000-03-31 | Fixed line ends. | nyamatongwe | 3 | -987/+987 | |
2000-03-30 | Updated for 1.24rel-1-24 | nyamatongwe | 2 | -719/+719 | |
2000-03-30 | Fixed bugs in handling undo history. | nyamatongwe | 5 | -2193/+2195 | |
Fixed bugs with null fonts. | |||||
2000-03-30 | Updated for 1.24 | nyamatongwe | 3 | -946/+987 | |
2000-03-25 | FIxed problem with first modification sometimes not looking dirty. | nyamatongwe | 2 | -9/+9 | |
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 | 12 | -170/+428 | |
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 jEdit reference. | nyamatongwe | 1 | -1/+1 | |
2000-03-22 | Fixed name mismatch error in SetLength. | nyamatongwe | 1 | -2/+2 | |
2000-03-21 | Fixed up for release of split version.rel-1-23 | nyamatongwe | 3 | -10/+92 | |
2000-03-20 | Fixed up for new directory structure. | nyamatongwe | 1 | -10/+28 | |
2000-03-20 | Breaking up downloaded documentation for Scintilla and SciTE. | nyamatongwe | 2 | -39/+23 | |
2000-03-20 | Breaking up downloaded documentation for Scintilla and SciTE. | nyamatongwe | 1 | -0/+0 | |
2000-03-20 | Made binary so no \r creep in. | nyamatongwe | 1 | -1/+1 | |
2000-03-19 | Updated credits list. | nyamatongwe | 1 | -0/+14 | |
2000-03-18 | Changing to binary so line feed line endings are preserved. | nyamatongwe | 1 | -2/+2 | |
2000-03-18 | Can turn off context (wrong mouse button) menu with SCI_USEPOPUP. | nyamatongwe | 6 | -11/+32 | |
Most signals return FALSE on GTK+. | |||||
2000-03-18 | Added SCI_LINESONSCREEN. | nyamatongwe | 4 | -7/+29 | |
2000-03-17 | Changed name from vcbuild to SciLexer. | nyamatongwe | 1 | -12/+12 | |
2000-03-17 | Added some extensions and directories. | nyamatongwe | 2 | -0/+8 | |
2000-03-17 | Added Lex*. | nyamatongwe | 1 | -1/+19 | |
2000-03-17 | Fixed return value from Press. | nyamatongwe | 1 | -1/+1 | |
2000-03-17 | Fixed warning in ScintillaWin. | nyamatongwe | 2 | -1/+29 | |
makefile_bor uses Lex*. | |||||
2000-03-17 | Fixed bug in releasing font which was an alias of default font. | nyamatongwe | 2 | -7/+14 | |
2000-03-16 | Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx. | nyamatongwe | 14 | -2539/+2704 | |
Fixed setting up of second view to get right document length. Changed Python lexer to handle empty lines immediately after fold line and last line of document. |