Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-22 | Added SCE_H_VALUE class for HTML for unquoted values. | nyamatongwe | 3 | -7/+44 | |
2000-08-21 | Merging patches from Ferda and Jan. | nyamatongwe | 3 | -8/+41 | |
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface. | |||||
2000-08-18 | Added in most of Ferdinand Prantl's changes except for regular expression | nyamatongwe | 8 | -26/+141 | |
search. Some bits not quite done as well. | |||||
2000-08-16 | Invisible text. | nyamatongwe | 5 | -370/+422 | |
Fixes to ensure long lines do not overflow buffers. | |||||
2000-08-03 | Fixes from Philippe for preprocessor and HTML comments and one from Steve | nyamatongwe | 3 | -24/+39 | |
for HTML comments. | |||||
2000-07-29 | Patch to PHP lexer to handle multiple line strings. | nyamatongwe | 1 | -9/+9 | |
2000-07-26 | Avoided warning on GTK+ because DBCS not supported. | nyamatongwe | 1 | -6/+7 | |
2000-07-26 | Added history entry for 1.30. | nyamatongwe | 1 | -3/+9 | |
Included Ralf's soft tab patch. | |||||
2000-07-24 | Added SCI_CANPASTE. | nyamatongwe | 1 | -0/+1 | |
2000-07-23 | Changed SCI_POSITIONFROMPOINT to take x,y parameters rather than a pointer | nyamatongwe | 1 | -6/+2 | |
to a POINT structure. | |||||
2000-07-22 | Changed key codes to not overlap printing keys. | nyamatongwe | 2 | -8/+13 | |
Mved the #ifs around DBCS support to avoid warnings on GTK+. | |||||
2000-07-22 | Updates to make new API work on both GTK+ and Win32. | nyamatongwe | 2 | -12/+13 | |
2000-07-21 | Provide alternative symbols for all features defined in WinDefs.h to allow | nyamatongwe | 8 | -120/+205 | |
for eventual removal of WinDefs.h. | |||||
2000-07-19 | Speed ups by Steve. | nyamatongwe | 1 | -24/+28 | |
2000-07-19 | More Steve updates - allows folding of embedded Python. | nyamatongwe | 1 | -26/+76 | |
2000-07-18 | Updates from Steve to make Python strings and incremental styling work. | nyamatongwe | 1 | -3/+21 | |
2000-07-18 | Added functions to clear all styling and contraction. | nyamatongwe | 8 | -660/+258 | |
2000-07-15 | Fixed problem with CancelModes killing drag and drop by setting empty | nyamatongwe | 3 | -5/+4 | |
selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code. | |||||
2000-07-14 | Added PositionFromPoint API function. | nyamatongwe | 1 | -0/+7 | |
2000-07-13 | Showing selection in grey when its not the primary selection on GTK+. | nyamatongwe | 4 | -4/+17 | |
2000-07-12 | Added John's autocompletion changes and fiddled to make autocompletion list | nyamatongwe | 6 | -18/+26 | |
size better. | |||||
2000-07-12 | Autocompletion cancel at start position available to API. | nyamatongwe | 2 | -1/+8 | |
Inverted default value to be compatible with older code. | |||||
2000-07-12 | John's changes to autocompletion. | nyamatongwe | 4 | -9/+21 | |
2000-07-10 | Dropped template as only ever instantiated for int and this allows | nyamatongwe | 2 | -10/+9 | |
Scintilla to be template free. | |||||
2000-07-08 | Included Steve Lhomme's PHP updates for the HTML lexer. | nyamatongwe | 1 | -210/+532 | |
2000-07-07 | Included string.h | nyamatongwe | 2 | -0/+2 | |
2000-07-07 | Made PropSet into a hash table. | nyamatongwe | 1 | -90/+86 | |
2000-07-07 | Bug fix to indicators. | nyamatongwe | 1 | -1/+1 | |
2000-07-06 | Optimisations. | nyamatongwe | 4 | -50/+98 | |
2000-07-05 | Fixed BoundsChecker warnings including some leaks. | nyamatongwe | 5 | -4/+19 | |
2000-07-05 | Changed print colour mode to have black on white as well as invert light | nyamatongwe | 2 | -9/+11 | |
states. | |||||
2000-07-03 | Changed MAX_PATH to 1024 to make GTK+ version compile. | nyamatongwe | 1 | -2/+2 | |
2000-07-03 | Added 'if' and 'import' statements to properties files. | nyamatongwe | 1 | -14/+25 | |
2000-07-01 | Making Drawline less context dependent by moving state from Editor to | nyamatongwe | 4 | -25/+37 | |
LineLayout and ViewStyle. Helps avoid attributes leaking into printing. | |||||
2000-07-01 | Support for print magnification and print light inverted. | nyamatongwe | 2 | -4/+46 | |
Stopped printing of indentation guides. | |||||
2000-06-24 | Fixed crash in indentation guides when indent size is 0. | nyamatongwe | 1 | -0/+2 | |
2000-06-24 | Added methods for getting and setting the start and end of the selection. | nyamatongwe | 1 | -4/+22 | |
2000-06-23 | Added Alt+BackSpace as synonym for Undo. | nyamatongwe | 1 | -0/+1 | |
2000-06-22 | Caret stability when adding or deleting characters. | nyamatongwe | 1 | -0/+6 | |
Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option. | |||||
2000-06-22 | Fixed tests for view whitespace to be the right way around. | nyamatongwe | 1 | -2/+2 | |
2000-06-22 | Removed deprecated APIs. | nyamatongwe | 4 | -65/+27 | |
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 | 1 | -1/+4 | |
2000-06-21 | Added indentation guide API. | nyamatongwe | 5 | -41/+118 | |
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 | Fixed paint bug where last line of document was drawn twice. | nyamatongwe | 1 | -1/+1 | |
2000-06-12 | Lua language support from Paul Winwood. | nyamatongwe | 1 | -0/+298 | |