aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2000-10-13Fix from Peter to make tab key fill up to tab stop when using spaces.nyamatongwe1-2/+6
2000-10-13Better setting of charset for Eastern Europe and escape to allownyamatongwe1-1/+8
font to be specified completely with leading "-".
2000-10-13Changed mail address to Big Pond.nyamatongwe3-5/+25
Added several sites to related sites page. Fixed spelling on history page.
2000-10-06Patch from Mark for SCN_PAINTED notification at end of painting.nyamatongwe4-45/+64
2000-10-06New from Mark so CVS doesn't look at .obj or .res.nyamatongwe1-0/+3
2000-10-06Mark added a QUIET option to turn off the Microsoft copyright notices.nyamatongwe1-0/+7
2000-10-06Added call to NotifyMove in MovePositionTo to cause SCN_POSCHANGED to benyamatongwe1-0/+1
sent.
2000-10-06patch from John Ehresman to autocompletion when cancelAtStartpos is falsenyamatongwe1-25/+13
and user backspaces into pre-existing text.
2000-10-05Made SCI_SETCURSOR take effect immediately.nyamatongwe1-0/+1
2000-10-05SetCursor implemented.nyamatongwe4-13/+29
2000-10-05Added cursor setting.nyamatongwe2-0/+11
2000-10-05Mouse capture doesn't always call ::GetCapture.nyamatongwe3-18/+36
Better line selection handling.
2000-10-04Added SCLEX_CONF.nyamatongwe2-0/+2
2000-10-04Changed SetDocPointer to use second argument.nyamatongwe1-1/+1
2000-10-03Mouse down captures now optional.nyamatongwe4-11/+33
Save and restore of assertion destination in paint.
2000-10-03Mouse down captures now optional.nyamatongwe5-6/+17
2000-10-03Error status attribute created.nyamatongwe4-0/+16
2000-10-03Added PLATFORM_ASSERT which is a verson of the standard assert whichnyamatongwe4-3/+52
can be directed wither to debug output or message boxes on Windows.
2000-09-22Added SCI_GRABFOCUS handling.nyamatongwe1-0/+4
2000-09-22An hasFocus flag was added to separate logical focus from environmentnyamatongwe4-16/+32
determined focus. hasFocus determines whether the caret is displayed.
2000-09-22Added SetFocus and GetFocus for access to the internal focus flag whichnyamatongwe2-0/+7
determines if the caret is displayed.
2000-09-19Patch from Stephan with some casts to avoid warnings.nyamatongwe1-6/+6
2000-09-18Patches from Stephan for XIM input to allow accented characters to be typednyamatongwe2-4/+137
into Scintilla on GTK+.
2000-09-18Some "struct"s added to make compile as C as well as C++.nyamatongwe1-10/+10
2000-09-18Added patch from Eric Hougaard to send the length in the need shownnyamatongwe1-1/+1
notification.
2000-09-14Markus added some more print modes.nyamatongwe3-2/+15
2000-09-08Implemented settable caret width.nyamatongwe5-6/+33
2000-09-08Updated version number to 1.32.nyamatongwe4-11/+28
2000-09-07Incorporated Mark's patch to handle failing GetTextExtentExPoint.nyamatongwe1-1/+5
2000-09-07Changed back to two pass way of creating word arrays.nyamatongwe1-1/+5
2000-09-06Switched description of 1.31 with SciTE.nyamatongwe1-2/+2
2000-09-06Updated file sizes.nyamatongwe1-1/+1
2000-09-06Define either DEBUG or NDEBUG to compiler if DEBUG defined to make.nyamatongwe1-1/+7
2000-09-06Added change log for 1.31.nyamatongwe2-5/+93
Fixed up index.html with 1.31 changes.
2000-09-06Removed a couple of completed items from the TODO list and added a couplenyamatongwe3-10/+15
of bugs. Bug wuth not redrawing caret sometimes when performing undo fixed.
2000-09-06Added Tahir Karaca to credits.nyamatongwe1-0/+3
2000-09-06Fix from Tahir Karaca for LineVector::MergeMarkers.nyamatongwe2-59/+66
2000-09-06Dots inside identirifers are now in the operator lexical class.nyamatongwe2-0/+10
Added markus Gritsch to credits list.
2000-09-06Updated documentation for 1.31 release.nyamatongwe3-6/+38
2000-09-05Added StyleSetVisible.nyamatongwe1-0/+1
2000-09-05Updated for new build procedures for Microsoft and Borland compilers.nyamatongwe2-63/+16
2000-09-05Fixed indentation.nyamatongwe1-6/+6
2000-09-05Removed testing code for assert call.nyamatongwe1-1/+1
2000-09-05makefile_vc and makefile_bor are replaced with scintilla.maknyamatongwe3-189/+3
2000-09-05Support for DEBUG or NDEBUG defines to make assert work.nyamatongwe4-14/+26
2000-09-04Updated version to 1.31.nyamatongwe1-4/+4
2000-09-04Added SCFIND_WORDSTART.nyamatongwe5-27/+45
2000-09-04Mention of Boa Constructor.nyamatongwe1-1/+6
2000-09-04Small tweak from Steffen.nyamatongwe1-2/+3
2000-09-01Fix from Ferda to make the binary search work for autocompletion andnyamatongwe1-14/+50
calltips.