aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2000-07-07Included string.hnyamatongwe2-0/+2
2000-07-07Made PropSet into a hash table.nyamatongwe1-90/+86
2000-07-07Bug fix to indicators.nyamatongwe1-1/+1
2000-07-06Optimisations.nyamatongwe4-50/+98
2000-07-05Fixed BoundsChecker warnings including some leaks.nyamatongwe5-4/+19
2000-07-05Changed print colour mode to have black on white as well as invert lightnyamatongwe2-9/+11
states.
2000-07-03Changed MAX_PATH to 1024 to make GTK+ version compile.nyamatongwe1-2/+2
2000-07-03Added 'if' and 'import' statements to properties files.nyamatongwe1-14/+25
2000-07-01Making Drawline less context dependent by moving state from Editor tonyamatongwe4-25/+37
LineLayout and ViewStyle. Helps avoid attributes leaking into printing.
2000-07-01Support for print magnification and print light inverted.nyamatongwe2-4/+46
Stopped printing of indentation guides.
2000-06-24Fixed crash in indentation guides when indent size is 0.nyamatongwe1-0/+2
2000-06-24Added methods for getting and setting the start and end of the selection.nyamatongwe1-4/+22
2000-06-23Added Alt+BackSpace as synonym for Undo.nyamatongwe1-0/+1
2000-06-22Caret stability when adding or deleting characters.nyamatongwe1-0/+6
Caret redisplayed when focus in on GTK+. Fixed whitespace visible after indentation option.
2000-06-22Fixed tests for view whitespace to be the right way around.nyamatongwe1-2/+2
2000-06-22Removed deprecated APIs.nyamatongwe4-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-21GetLineEndPosition exposed.nyamatongwe1-1/+4
2000-06-21Added indentation guide API.nyamatongwe5-41/+118
View whitespace has setting to only see outside indentation. Indentation guide highlight.
2000-06-19Tabs in indentation are displayed as vertical lines.nyamatongwe1-4/+14
2000-06-19Fixed hang where only visible char in file is '#'.nyamatongwe1-1/+1
2000-06-17Removed trace.nyamatongwe1-1/+0
2000-06-17Fixed performance problem with line < 0.nyamatongwe1-0/+2
2000-06-14Simplified case where state changes to DEFAULT.nyamatongwe1-29/+4
Fixed counting of lines when a string terminates just before end of line.
2000-06-13Fixed paint bug where last line of document was drawn twice.nyamatongwe1-1/+1
2000-06-12Lua language support from Paul Winwood.nyamatongwe1-0/+298
2000-06-11Property set keys are now case sensitive.nyamatongwe1-12/+9
2000-06-11Made IsControlCharacter inline as Hans says this speeds it up.nyamatongwe1-1/+1
2000-06-08Added GetColumn that determines the column of a position.nyamatongwe3-0/+25
2000-06-08Added CreateDocument message and changed AddRefDoc and ReleaseDoc tonyamatongwe2-3/+9
AddRefDocument and ReleaseDocument.
2000-06-06Handle CDATA sections in XML.nyamatongwe1-1/+11
2000-05-27Changed operator bool in WordList to return false if WordList is empty.nyamatongwe3-51/+18
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.nyamatongwe5-10/+34
2000-05-15Mod for here documents from Steffen Goeldner.nyamatongwe1-3/+5
2000-05-10Added underline attribute to styles.nyamatongwe5-7/+39
Added diagonal and strike-through indicators.
2000-05-08Added LaTeX lexer from Christian Obrecht.nyamatongwe1-0/+105
2000-05-08Fixed bug in deleting and changing case of rectangular selections.nyamatongwe1-3/+2
2000-05-07Scintilla.iface works now for SciMoz.nyamatongwe1-0/+1
makefile made nicer with $@ always used for output
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-03Removed non-working messages.nyamatongwe1-26/+2
2000-05-02Small touch ups - removal of unused definitions, fixing documentation.nyamatongwe1-1/+1
2000-04-28Added zoom set and zoom get.nyamatongwe2-0/+9
2000-04-28Fixed unterminated string when using \n line terminators.nyamatongwe1-5/+5
2000-04-27Ctrl+Up and Ctrl+Down now keep the caret visible.nyamatongwe2-2/+19
2000-04-27Mad preprocessor continue when \ at end of line.nyamatongwe1-17/+20
Made unterminated string finish earlier.
2000-04-27Fixed bug when deleting lines.nyamatongwe1-7/+8
2000-04-23Fixing problems with fold information degrading when lines inserted andnyamatongwe6-34/+114
removed. New notifications before inserting and deleting text.