aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2003-03-08Fix to autocompletion lists where clicking on the list caused focus tonyamatongwe1-1/+4
shift to the list which then led to it being cancelled.
2003-03-06Avoiding infinite loop in regex search backwards for ^nyamatongwe1-1/+2
2003-03-04Patch from Jakub to add quoted strings to CSS lexer.nyamatongwe3-9/+21
2003-03-04Patch from Jakub to optionally implement more POSIX compatible regularnyamatongwe7-38/+84
expressions. \(..\) changes to (..) Fixes problem where find previous would not find earlier matches on same line.
2003-03-04Improved detection of complex error lines to have less false hits and sonyamatongwe1-33/+50
the code is simpler.
2003-03-03Patch from Jakub Vrana to handle some out of bounds characters andnyamatongwe1-2/+2
repetitive pseudo-classes.
2003-03-01Protecting against accessing unmapped windows in initial sizenyamatongwe1-2/+3
determination.
2003-03-01Fixed assertion in LaTeX lexing.nyamatongwe1-1/+1
2003-03-01Explained control character style.nyamatongwe1-1/+3
2003-03-01Fixed DBCS handling.nyamatongwe1-1/+1
2003-03-01Cancel modes when focus lost.nyamatongwe1-1/+2
2003-02-26Ensure text used in user list selection notification is initialised to ""nyamatongwe1-0/+1
in case user presses enter when no item selected.
2003-02-26Patch from Stephan Deibel to prevent Scintilla disrupting the primarynyamatongwe1-2/+3
selection at creation time.
2003-02-26Fixed the parameters to the user list selection notification.nyamatongwe1-3/+3
2003-02-24Reinstated Greg after accidental deletion.nyamatongwe1-0/+1
2003-02-23Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigningnyamatongwe4-1/+10
a key to double click can result in two mouse clicks arriving with the same time.
2003-02-23Patch from Bruce Dodson for a variant on home and end keys for wrappednyamatongwe3-0/+83
mode that go to the start/end of the current display line. A second hit goes to the start/end of the document line.
2003-02-19Made operator= safer if misused.nyamatongwe1-0/+1
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe11-51/+106
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe2-3/+16
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-1/+7
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe1-14/+6
2003-02-17Upgraded keyword list descriptions from Brian Quinlan.nyamatongwe2-2/+16
2003-02-17Modes (autocompletion, calltip) are cancelled when changing buffers.nyamatongwe1-0/+1
2003-02-17Avoid infinite expansion of recursive definitions.nyamatongwe1-2/+6
2003-02-15Made Expose a method. Trying but failing to paint the corner between the ↵nyamatongwe1-24/+31
scrollbars in all situations.
2003-02-15INdentation fix.nyamatongwe1-2/+2
2003-02-15Two phase drawing with demontration of italic "V" followed by "_".nyamatongwe1-6/+8
2003-02-15Improved order.nyamatongwe1-7/+7
2003-02-15Updated version blurb.nyamatongwe1-1/+3
2003-02-15Marked LinesJoin as experimental.nyamatongwe1-0/+1
2003-02-15Added new methods for 1.51: Two phase drawing, autocompletion images,nyamatongwe1-2/+46
line splitting, and SC_CP_DBCS.
2003-02-15Nwe items for 1.51.nyamatongwe1-0/+84
2003-02-15Commented use of -fvtable-thunks.nyamatongwe1-0/+2
2003-02-15Updated to version 1.51.nyamatongwe3-7/+20
2003-02-15Updating version numbers and copyright.nyamatongwe10-13/+13
2003-02-14Cleaned up the fold margin code a bit.nyamatongwe1-9/+14
2003-02-14Fixed bug where autoscrolling off the end wrapped back to the beginning.nyamatongwe1-0/+3
2003-02-14Turn double buffering off for Scintilla to avoid flashing.nyamatongwe1-0/+3
2003-02-14May have fixed a problem with wrapping where an added character isnyamatongwe2-35/+36
initially in style 0 and so is narrower than its real styled width. So moved the wrapping until after the styling. Pixmap setup moved out of Paint into a separate method. Shortening of fold margin colour code.
2003-02-13Added fold margin colours.nyamatongwe1-1/+9
2003-02-12Horizontal scroll bar removed in wrap mode.nyamatongwe1-6/+9
ScrollText removes some redraw area which appears unwanted.
2003-02-11Ensure mouse motion events are still received by scrollbars afternyamatongwe1-8/+13
examination by Scintilla by returning false from signal handler. Ensure mouse buton presses are still received by container after checking whether to popup a menu when popup menus turned off.
2003-02-10Modified GTK+ version to intercept mouse motion on scrollbars and set cursornyamatongwe1-0/+18
to arrow.
2003-02-10Added credit.nyamatongwe1-0/+1
2003-02-10Control of colours of fold margin.nyamatongwe5-169/+220
2003-02-09Join and Split lines methods.nyamatongwe4-20/+100
Method to copy selection end points to target.
2003-02-09Protected style fixed in several ways.nyamatongwe5-58/+108
Method to determine cheaply if protection turned on at all. Caret movement doesn't skip over text outside protected range. Methods for deciding if a range or the selection contains protected text. Several deletion commands perform no action if they would delete protected text. Two phase drawing no longer draws invisible text.
2003-02-08Avoiding problem at widget destruction time.nyamatongwe1-1/+6
2003-02-08Chose arrow cursors more similar to Windows.nyamatongwe2-8/+7