Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-06-22 | Removed deprecated APIs. | nyamatongwe | 8 | -107/+81 | |
Added gets to match sets for UndoCollection, BufferedDraw, CodePage, UsePalette, ReadOnly, CaretFore, and ModEventMask. Undo collection status is a bool again - enumeration deprecated. Timing code commented out. | |||||
2000-06-21 | GetLineEndPosition exposed. | nyamatongwe | 3 | -1/+8 | |
2000-06-21 | Added indentation guide API. | nyamatongwe | 9 | -49/+165 | |
View whitespace has setting to only see outside indentation. Indentation guide highlight. | |||||
2000-06-19 | Tabs in indentation are displayed as vertical lines. | nyamatongwe | 1 | -4/+14 | |
2000-06-19 | Fixed hang where only visible char in file is '#'. | nyamatongwe | 1 | -1/+1 | |
2000-06-17 | Removed trace. | nyamatongwe | 1 | -1/+0 | |
2000-06-17 | Fixed performance problem with line < 0. | nyamatongwe | 1 | -0/+2 | |
2000-06-14 | Simplified case where state changes to DEFAULT. | nyamatongwe | 1 | -29/+4 | |
Fixed counting of lines when a string terminates just before end of line. | |||||
2000-06-13 | Added character set option to histiry. | nyamatongwe | 1 | -0/+4 | |
2000-06-13 | Updated for 1.26. | nyamatongwe | 3 | -10/+15 | |
2000-06-13 | Added changes for version 1.26. | nyamatongwe | 1 | -0/+66 | |
2000-06-13 | Removed warnings caused by unused parameters. | nyamatongwe | 1 | -3/+7 | |
2000-06-13 | Fixed paint bug where last line of document was drawn twice. | nyamatongwe | 1 | -1/+1 | |
2000-06-12 | Updated documentation and checked spelling. | nyamatongwe | 1 | -6/+6 | |
2000-06-12 | Brought documentation up to date. | nyamatongwe | 2 | -5/+25 | |
2000-06-12 | Removed warning when tracing turned off. | nyamatongwe | 1 | -2/+5 | |
2000-06-12 | Updated definitions for LUA and to separate generatable definitions from | nyamatongwe | 2 | -21/+38 | |
those done by hand. | |||||
2000-06-12 | Moved archive of old versions onto SourceForge. | nyamatongwe | 1 | -20/+23 | |
2000-06-12 | Lua language support from Paul Winwood. | nyamatongwe | 6 | -4/+331 | |
2000-06-11 | Property set keys are now case sensitive. | nyamatongwe | 1 | -12/+9 | |
2000-06-11 | Updated for new document calls, get column and charset. | nyamatongwe | 1 | -6/+27 | |
2000-06-11 | Moved GTK+ Scintilla widget definition out into ScintillaWidget.h | nyamatongwe | 5 | -48/+54 | |
2000-06-11 | Added character set codes. | nyamatongwe | 2 | -0/+38 | |
2000-06-11 | Made IsControlCharacter inline as Hans says this speeds it up. | nyamatongwe | 1 | -1/+1 | |
2000-06-08 | Updated version number. | nyamatongwe | 1 | -4/+4 | |
2000-06-08 | Added GetColumn that determines the column of a position. | nyamatongwe | 5 | -0/+29 | |
2000-06-08 | Added GetColumn that determines the column of a position. | nyamatongwe | 1 | -11/+14 | |
2000-06-08 | Added CreateDocument message and changed AddRefDoc and ReleaseDoc to | nyamatongwe | 5 | -8/+18 | |
AddRefDocument and ReleaseDocument. | |||||
2000-06-06 | Added CDATA class. | nyamatongwe | 1 | -0/+1 | |
2000-06-06 | Handle CDATA sections in XML. | nyamatongwe | 1 | -1/+11 | |
2000-06-04 | Ensured the UnicodeMode of each Surface is initialised. | nyamatongwe | 3 | -5/+6 | |
2000-05-28 | Made drawing area larger so it takes up full plugin area in Mozilla. | nyamatongwe | 1 | -1/+1 | |
2000-05-27 | Changed operator bool in WordList to return false if WordList is empty. | nyamatongwe | 4 | -52/+19 | |
Many lexer changes from Philippe Lhoste. VB handles preprocessor and hex constants. C++ optionally leaves preprocessor state after the preprocessor command. HTML terminates incomplete entities earlier and marks them as bad attributes. | |||||
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 | |