aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2000-06-13Added character set option to histiry.rel-1-26nyamatongwe1-0/+4
2000-06-13Updated for 1.26.nyamatongwe3-10/+15
2000-06-13Added changes for version 1.26.nyamatongwe1-0/+66
2000-06-13Removed warnings caused by unused parameters.nyamatongwe1-3/+7
2000-06-13Fixed paint bug where last line of document was drawn twice.nyamatongwe1-1/+1
2000-06-12Updated documentation and checked spelling.nyamatongwe1-6/+6
2000-06-12Brought documentation up to date.nyamatongwe2-5/+25
2000-06-12Removed warning when tracing turned off.nyamatongwe1-2/+5
2000-06-12Updated definitions for LUA and to separate generatable definitions fromnyamatongwe2-21/+38
those done by hand.
2000-06-12Moved archive of old versions onto SourceForge.nyamatongwe1-20/+23
2000-06-12Lua language support from Paul Winwood.nyamatongwe6-4/+331
2000-06-11Property set keys are now case sensitive.nyamatongwe1-12/+9
2000-06-11Updated for new document calls, get column and charset.nyamatongwe1-6/+27
2000-06-11Moved GTK+ Scintilla widget definition out into ScintillaWidget.hnyamatongwe5-48/+54
2000-06-11Added character set codes.nyamatongwe2-0/+38
2000-06-11Made IsControlCharacter inline as Hans says this speeds it up.nyamatongwe1-1/+1
2000-06-08Updated version number.nyamatongwe1-4/+4
2000-06-08Added GetColumn that determines the column of a position.nyamatongwe5-0/+29
2000-06-08Added GetColumn that determines the column of a position.nyamatongwe1-11/+14
2000-06-08Added CreateDocument message and changed AddRefDoc and ReleaseDoc tonyamatongwe5-8/+18
AddRefDocument and ReleaseDocument.
2000-06-06Added CDATA class.nyamatongwe1-0/+1
2000-06-06Handle CDATA sections in XML.nyamatongwe1-1/+11
2000-06-04Ensured the UnicodeMode of each Surface is initialised.nyamatongwe3-5/+6
2000-05-28Made drawing area larger so it takes up full plugin area in Mozilla.nyamatongwe1-1/+1
2000-05-27Changed operator bool in WordList to return false if WordList is empty.nyamatongwe4-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-23Fixed error when delete performed at end of document.nyamatongwe1-0/+2
2000-05-21Shift+Backspace is same as backspace.nyamatongwe1-0/+1
2000-05-20Fixed scope of variable.nyamatongwe2-1/+6
2000-05-20Lexer changes from Philippe.nyamatongwe3-0/+70
2000-05-15Support for different character sets for each style.nyamatongwe10-14/+55
2000-05-15Added credits.nyamatongwe1-0/+15
2000-05-15Mod for here documents from Steffen Goeldner.nyamatongwe1-3/+5
2000-05-10Added explanantion of new underline style and strike-out and diagonal ↵nyamatongwe1-3/+6
indicators.
2000-05-10Added underline attribute to styles.nyamatongwe7-7/+47
Added diagonal and strike-through indicators.
2000-05-09Updated sizes.rel-1-25nyamatongwe1-1/+1
2000-05-09Updated version numbers and download names.nyamatongwe4-14/+22
2000-05-09Updated version numbers and download names.nyamatongwe1-1/+3
2000-05-08Optimise for size.nyamatongwe1-1/+1
No parenthesis warning as it triggers inside standard MAKELONG macro.
2000-05-08Minor $@ tweaks.nyamatongwe1-2/+2
2000-05-08Updated for Borland C++ 5.5.nyamatongwe5-29/+36
2000-05-08Added LaTeX lexer from Christian Obrecht.nyamatongwe3-0/+119
2000-05-08Added items for update.nyamatongwe1-2/+12
2000-05-08Fixed bug in deleting and changing case of rectangular selections.nyamatongwe1-3/+2
2000-05-07Fixed Unicode input for Cyrillic on WM_CHAR.nyamatongwe1-16/+28
2000-05-07Always uses $@ for output.nyamatongwe1-6/+6
2000-05-07Scintilla.iface works now for SciMoz.nyamatongwe2-6/+9
makefile made nicer with $@ always used for output
2000-05-04Patched keypad patch to not apply when Ctrl pressed so magnification works ↵nyamatongwe2-8/+9
again.
2000-05-03Fixed problem with initial style not being picked up correctly since thenyamatongwe1-0/+4
lexer now starts styling from one line before where it is asked to.
2000-05-03Fixed minor errors and spelling mistakes.nyamatongwe2-29/+23
2000-05-03Initial version.nyamatongwe1-0/+1055