Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-08-24 | Changed autocomplete to only cancel at start when deleting characters. | nyamatongwe | 1 | -1/+2 | |
2002-06-08 | Changed autocompletion fill up character handling to ensure the fill up ↵ | nyamatongwe | 1 | -1/+1 | |
character is added separately and is seen as a char added notification so that calltips can be shown. | |||||
2002-02-12 | Made lexer objects const so they do not show up in map as static / globals. | nyamatongwe | 1 | -1/+1 | |
File specific inline functions marker as static to ensure no bad linking. | |||||
2002-01-18 | Updated copyrights for 2002. | nyamatongwe | 1 | -1/+1 | |
2002-01-10 | Patch from Kengo Jinno to make Japanese entry work on Windows 9x. | nyamatongwe | 1 | -1/+1 | |
More changes from Neil to avoid problem introduced by above with overstrike mode replacing one character with two. Comments about Digital Mars ifdefs. | |||||
2001-10-12 | Patch from John to allow double-clicking in autocompletion lists on GTK+. | nyamatongwe | 1 | -6/+7 | |
2001-09-14 | Addition of more SGML styles from Steve. | nyamatongwe | 1 | -1/+1 | |
2001-09-01 | Using new SelectionText type to handle text that is the subject of copy, | nyamatongwe | 1 | -0/+1 | |
cut, paste and drag operations. Mouse wheel scrolling moved into platform subclasses. Macro support always included so MACRO_SUPPORT definition and use removed. Allowing menu popup moved from Editor to ScintillaBase. | |||||
2001-05-01 | External lexer feature added by Simon allows lexers to be housed in DLLs with | nyamatongwe | 1 | -1/+1 | |
a .lexer extension which are automatically loaded at startup. Minor fix to IME support in ScintillaWin.cxx to deal with current mingw headers. | |||||
2001-04-13 | Start of new lexer infrastructure. | nyamatongwe | 1 | -0/+3 | |
Lexers can have a fold function as well as a lexer function. They can be identified by string name as well as an integer ID and may ask to be automatically assigned that ID. | |||||
2001-02-24 | Updated documentation comments from Philippe. | nyamatongwe | 1 | -4/+9 | |
2001-02-17 | Defining sptr_t and uptr_t to be integral types large enough to contain | nyamatongwe | 1 | -1/+1 | |
pointers to allow portability to 64 bit platforms. | |||||
2001-01-28 | Updating copyright notices for 2001. | nyamatongwe | 1 | -1/+1 | |
2000-12-17 | Added Laurent's User List. | nyamatongwe | 1 | -0/+3 | |
2000-08-18 | Added in most of Ferdinand Prantl's changes except for regular expression | nyamatongwe | 1 | -1/+1 | |
search. Some bits not quite done as well. | |||||
2000-07-21 | Provide alternative symbols for all features defined in WinDefs.h to allow | nyamatongwe | 1 | -2/+2 | |
for eventual removal of WinDefs.h. | |||||
2000-07-15 | Fixed problem with CancelModes killing drag and drop by setting empty | nyamatongwe | 1 | -1/+1 | |
selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code. | |||||
2000-07-12 | Added John's autocompletion changes and fiddled to make autocompletion list | nyamatongwe | 1 | -0/+1 | |
size better. | |||||
2000-07-12 | John's changes to autocompletion. | nyamatongwe | 1 | -0/+1 | |
2000-04-08 | Unicode keyboard input and dragging from Scintilla. | nyamatongwe | 1 | -1/+1 | |
Fixing warnings on GTK+ and uping warning level. | |||||
2000-04-07 | Changing code to ensure no warnings are produced by compilers. | nyamatongwe | 1 | -0/+3 | |
2000-04-04 | Avoid lots of warnings from Borland C++. | nyamatongwe | 1 | -1/+1 | |
Changed name of interface class defined in Accessor.h to Accessor. | |||||
2000-03-08 | Initial revision | nyamatongwe | 1 | -0/+68 | |