Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-29 | Patch from Philippe for unterminated string and 4 keyword sets. | nyamatongwe | 2 | -0/+8 | |
2003-11-27 | Typo. | nyamatongwe | 1 | -2/+2 | |
2003-11-04 | Erlang support. | nyamatongwe | 2 | -0/+34 | |
2003-11-04 | Explained relationship between SetCharsDefault, SetWhitespaceChars, | nyamatongwe | 1 | -0/+2 | |
and SetWordChars. | |||||
2003-11-04 | Simplified SetCharClasses and added SCI_SETCHARSDEFAULT. | nyamatongwe | 2 | -0/+4 | |
2003-11-01 | Patch from Roy Wood to allow changing the characters that are in the | nyamatongwe | 2 | -0/+3 | |
whitespace class. | |||||
2003-10-27 | Patches from Roy Wood: | nyamatongwe | 2 | -0/+34 | |
Word movement to end of word. Stuttered page movement. User defined keyboard accelerators on GTK+. | |||||
2003-10-17 | SCI_HOMERECTEXTEND added. | nyamatongwe | 2 | -17/+23 | |
2003-10-15 | Forthe lexer added. | nyamatongwe | 2 | -0/+28 | |
2003-10-13 | PowerBasic. | nyamatongwe | 1 | -1/+2 | |
2003-10-10 | Added lexer constant for PowerBasic. | nyamatongwe | 2 | -0/+2 | |
2003-10-08 | Enhancements to Asm lexer by Kein-Hong Man. | nyamatongwe | 2 | -0/+8 | |
2003-10-03 | Rectangular selection by keyboard from Philippe. | nyamatongwe | 2 | -3/+63 | |
2003-09-28 | Hotspot improvements from Simon, including setting to | nyamatongwe | 2 | -0/+4 | |
limit hotspots to a single line. | |||||
2003-09-27 | Updates from Hans Hagen for TeX. | nyamatongwe | 2 | -0/+2 | |
2003-09-27 | Separate tex lexer. | nyamatongwe | 2 | -0/+31 | |
Metapost lexer. Export as XML. | |||||
2003-09-27 | Updated YAML lexer. | nyamatongwe | 2 | -0/+4 | |
2003-09-27 | Removed ListBox::Sort as always created in sorted order. | nyamatongwe | 1 | -1/+0 | |
2003-09-23 | Scriptol updates. | nyamatongwe | 2 | -36/+28 | |
2003-09-21 | Remove temporary file if no update. | nyamatongwe | 1 | -1/+3 | |
2003-09-21 | YAML. | nyamatongwe | 2 | -0/+18 | |
2003-09-21 | Avoid file rewrite when contents unchanged. | nyamatongwe | 1 | -3/+12 | |
2003-09-21 | Added Lex statement for LOT. | nyamatongwe | 1 | -2/+3 | |
2003-09-21 | Added MPT lexer. | nyamatongwe | 2 | -2/+19 | |
2003-09-20 | Formatting, dates. | nyamatongwe | 1 | -1/+1 | |
2003-09-18 | Added Idler ID for use in idle code. | nyamatongwe | 1 | -0/+1 | |
2003-09-05 | Patch from Marius Gheorghe to support multiple equivalent entries in | nyamatongwe | 1 | -1/+1 | |
WordList. | |||||
2003-08-18 | Support for Clarion from Ron Schofield. | nyamatongwe | 2 | -0/+36 | |
2003-08-14 | Added BOX indicator. | nyamatongwe | 2 | -0/+2 | |
2003-08-10 | Added MMIX lexer by Christoph Hösler. | nyamatongwe | 2 | -0/+40 | |
2003-08-08 | Added a constant for the number of keyword sets. | nyamatongwe | 2 | -0/+4 | |
2003-08-02 | Patch from Philippe for Lua and POV lexers. | nyamatongwe | 2 | -12/+28 | |
2003-07-31 | Made some of PropSet protected so it can be overridden. | nyamatongwe | 1 | -4/+14 | |
2003-07-30 | NSIS scripting language support from Angelo Mandato. | nyamatongwe | 2 | -0/+32 | |
2003-07-26 | Invisible indicator INDIC_HIDDEN. | nyamatongwe | 2 | -0/+2 | |
2003-07-21 | Added PostScript lexer from Nigel Hathaway. | nyamatongwe | 2 | -0/+36 | |
2003-05-15 | LoadLexerLibrary now implemented. | nyamatongwe | 1 | -1/+0 | |
2003-05-14 | EScript lexer added. | nyamatongwe | 2 | -0/+28 | |
2003-05-11 | Addition of CopyText, CopyRange, and LineCopy. | nyamatongwe | 2 | -0/+12 | |
2003-05-09 | Added Lout lexer by Kein-Hong Man. | nyamatongwe | 2 | -0/+27 | |
2003-04-30 | Protection from runaway recursion. | nyamatongwe | 1 | -1/+1 | |
2003-04-18 | Changed Function* to simpler Function. | nyamatongwe | 1 | -4/+4 | |
2003-04-18 | New methods for finding the next or previous position taking multi byte | nyamatongwe | 2 | -0/+10 | |
characters into account. | |||||
2003-04-18 | Patch from Simon for portable DLL loading. | nyamatongwe | 1 | -0/+18 | |
2003-04-18 | Batch from Biswapesh to add another keyword set for the cpp lexer. | nyamatongwe | 2 | -0/+2 | |
2003-04-13 | Marked SCI_LOADLEXERLIBRARY as not implemented. | nyamatongwe | 1 | -1/+1 | |
Removed "experimental" tag from Join. | |||||
2003-04-06 | Move method for Rectangle class. | nyamatongwe | 1 | -0/+6 | |
Ensure windows that are moved are not moved off screen to the top or left. | |||||
2003-04-03 | CallTip can display up and down arrows and clicks are reported to | nyamatongwe | 2 | -0/+2 | |
container. Calltip can be replaced while visible rather than needing a cancel and recreation to minimize flashing. | |||||
2003-03-28 | Jakub's paragraph movement commands. | nyamatongwe | 2 | -0/+10 | |
2003-03-20 | Patch from Simon Steele to implement the hotspot style and associated | nyamatongwe | 3 | -1/+25 | |
notifications. |