aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2000-08-22Added SCE_H_VALUE.nyamatongwe1-0/+1
2000-08-22Added SCE_H_VALUE class for HTML for unquoted values.nyamatongwe4-8/+47
2000-08-21Merging patches from Ferda and Jan.nyamatongwe7-55/+147
Autocompletion flags for ignoring case and automatically choosing single items. WM_PAINT handling with passed HDC. Events in Scintilla.iface.
2000-08-18Added in most of Ferdinand Prantl's changes except for regular expressionnyamatongwe14-36/+221
search. Some bits not quite done as well.
2000-08-16Invisible text.nyamatongwe2-0/+5
Fixes to ensure long lines do not overflow buffers.
2000-08-16Invisible text.nyamatongwe6-370/+423
Fixes to ensure long lines do not overflow buffers.
2000-08-03Fixes from Philippe for preprocessor and HTML comments and one from Stevenyamatongwe3-24/+39
for HTML comments.
2000-08-02Couple of typos found by Philippe.nyamatongwe1-2/+2
2000-07-31Added to TODO list.nyamatongwe1-1/+11
2000-07-29Patch to PHP lexer to handle multiple line strings.nyamatongwe1-9/+9
2000-07-26Updated for modular properties files.rel-1-30nyamatongwe1-0/+1
2000-07-26Updated download sizes.nyamatongwe1-1/+1
2000-07-26Ensured all messages are documented.nyamatongwe1-1/+29
2000-07-26Updated download size.nyamatongwe1-1/+1
2000-07-26Avoided warning on GTK+ because DBCS not supported.nyamatongwe1-6/+7
2000-07-26Updated downloads to refer to 1.30.nyamatongwe1-4/+4
2000-07-26Updated for 1.30.nyamatongwe2-49/+30
2000-07-26Added history entry for 1.30.nyamatongwe2-3/+61
Included Ralf's soft tab patch.
2000-07-25Updated version number to 1.30.nyamatongwe1-4/+4
2000-07-24Updated documentation for removal of WM_* and EM_* and addition ofnyamatongwe1-58/+115
direct features.
2000-07-24Updated lexer state list.nyamatongwe2-5/+45
Added key codes and other constants to .iface.
2000-07-24Renumbered constants and added new messages to Scintilla.iface.nyamatongwe2-43/+160
2000-07-24Added SCI_CANPASTE.nyamatongwe1-0/+1
2000-07-23Changed SCI_POSITIONFROMPOINT to take x,y parameters rather than a pointernyamatongwe1-6/+2
to a POINT structure.
2000-07-22Converting key codes to SCK_* values on input so they can be handled in anyamatongwe1-9/+34
cross platform way.
2000-07-22Changed key codes to not overlap printing keys.nyamatongwe4-27/+34
Mved the #ifs around DBCS support to avoid warnings on GTK+.
2000-07-22Moved structures used by API into Scintilla.h and made cross-platform.nyamatongwe1-1/+11
2000-07-22Updates to make new API work on both GTK+ and Win32.nyamatongwe7-26/+45
2000-07-21Added SCI_GETDIRECTFUNCTION and SCI_GETDIRECTPOINTER to remove Windowsnyamatongwe2-0/+16
SendMessage intermediary code between client and Scintilla.
2000-07-21Provide alternative symbols for all features defined in WinDefs.h to allownyamatongwe12-182/+396
for eventual removal of WinDefs.h.
2000-07-19Updated to 1.29.nyamatongwe1-4/+4
2000-07-19Speed ups by Steve.nyamatongwe1-24/+28
2000-07-19More Steve updates - allows folding of embedded Python.nyamatongwe1-26/+76
2000-07-18Updates from Steve to make Python strings and incremental styling work.nyamatongwe1-3/+21
2000-07-18Added functions to clear all styling and contraction.nyamatongwe10-660/+262
2000-07-15Fixed problem with CancelModes killing drag and drop by setting emptynyamatongwe4-6/+10
selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code.
2000-07-14Added SCI_POSITIONFROMPOINT.nyamatongwe1-0/+1
2000-07-14Added PositionFromPoint API function.nyamatongwe3-0/+12
2000-07-13Showing selection in grey when its not the primary selection on GTK+.nyamatongwe5-4/+22
2000-07-13Added John's selection unclaiming code.nyamatongwe1-0/+16
2000-07-12Fixed stray "\".nyamatongwe1-1/+1
2000-07-12Added John's change to button 2 actions.nyamatongwe1-28/+43
2000-07-12Fixed up infinite resize.nyamatongwe2-9/+16
Made GTK+ version ListBox responsive to font choice when finding good size.
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe9-26/+133
size better.
2000-07-12Autocompletion cancel at start position available to API.nyamatongwe4-1/+17
Inverted default value to be compatible with older code.
2000-07-12John's changes to autocompletion.nyamatongwe4-9/+21
2000-07-10Removed documentation or old features that have been removed.nyamatongwe1-19/+0
2000-07-10Dropped template as only ever instantiated for int and this allowsnyamatongwe2-10/+9
Scintilla to be template free.
2000-07-10Moved EntryMemory from Scintilla to SciTE as it is only used there.nyamatongwe1-33/+0
2000-07-08Included Steve Lhomme's PHP updates for the HTML lexer.nyamatongwe2-210/+543