aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2000-07-18Added functions to clear all styling and contraction.nyamatongwe8-660/+258
2000-07-15Fixed problem with CancelModes killing drag and drop by setting emptynyamatongwe3-5/+4
selection. On GTK+ double click GTK+ events are ignored as this led to prblems in primary selection code.
2000-07-14Added PositionFromPoint API function.nyamatongwe1-0/+7
2000-07-13Showing selection in grey when its not the primary selection on GTK+.nyamatongwe4-4/+17
2000-07-12Added John's autocompletion changes and fiddled to make autocompletion listnyamatongwe6-18/+26
size better.
2000-07-12Autocompletion cancel at start position available to API.nyamatongwe2-1/+8
Inverted default value to be compatible with older code.
2000-07-12John's changes to autocompletion.nyamatongwe4-9/+21
2000-07-10Dropped template as only ever instantiated for int and this allowsnyamatongwe2-10/+9
Scintilla to be template free.
2000-07-08Included Steve Lhomme's PHP updates for the HTML lexer.nyamatongwe1-210/+532
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.rel-1-27nyamatongwe1-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