Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-12 | Added PerLine to build. | nyamatongwe | 2 | -1/+3 | |
2009-07-12 | Include new selection code in build. | nyamatongwe | 1 | -1/+1 | |
2009-07-12 | Changes needed to make new selection class work on Cocoa. | nyamatongwe | 3 | -13/+22 | |
2009-07-12 | Made compile with new selection class for Mac OS X Carbon. | nyamatongwe | 2 | -16/+17 | |
2009-07-12 | Removed trace. | nyamatongwe | 1 | -1/+0 | |
2009-07-12 | Start of documentation of discontiguous selection and virtual space. | nyamatongwe | 1 | -22/+40 | |
2009-07-12 | Allow setting the modifier key to be used for rectangular | nyamatongwe | 3 | -13/+52 | |
selection on GTK+. Paste can be performed in virtual space on GTK+ | |||||
2009-07-12 | Use additional selection colour for additional selections | nyamatongwe | 1 | -5/+6 | |
even when window is primary. When selection alpha is set, set additional selection alpha to same value so that editors unaware of multiple selection behave OK. | |||||
2009-07-10 | Fixed incorrect comment. | nyamatongwe | 1 | -1/+1 | |
2009-07-10 | Duplicate works on discontiguous selections by duplicating each selection. | nyamatongwe | 6 | -114/+104 | |
UndoGroup class simplifies grouping actions together in the undo history. | |||||
2009-07-10 | Allow pasting into virtual space. | nyamatongwe | 1 | -2/+5 | |
2009-07-10 | Stop Backspace from deleting line starts when selection is rectangular. | nyamatongwe | 1 | -0/+2 | |
2009-07-09 | Added setings for colours, alpha, and caret colour for additional | nyamatongwe | 8 | -122/+212 | |
selections. | |||||
2009-07-08 | Draw discontiguous and virtual space selection in non-alpha mode. | nyamatongwe | 4 | -49/+74 | |
2009-07-08 | Fixed problem where rectangular selections in virtual space were | nyamatongwe | 1 | -1/+1 | |
calculated with wrong style so did not match the mouse position. | |||||
2009-07-08 | Moved calculation of rectangular range from occurring after every style | nyamatongwe | 2 | -3/+4 | |
change to after the styles have been valided. Previously was very slow when setting monospaced font mode. Made more code sensitive to virtual spaces to draw caret and selection more accurately. | |||||
2009-07-07 | Using the last style on a line to determine the width of a virtual space | nyamatongwe | 6 | -18/+29 | |
rather than use the default style. This adapts better for comments which use a different font. | |||||
2009-07-06 | Made drag into virtual space work for some cases on GTK+. | nyamatongwe | 1 | -15/+17 | |
2009-07-06 | Fix up some drawing glitches with end of line selection not being removed. | nyamatongwe | 1 | -1/+2 | |
2009-07-06 | Allow drag and drop in virtual space. | nyamatongwe | 5 | -111/+128 | |
2009-07-05 | Fixed bug where cursor right key and end of line for CRLF file would move | nyamatongwe | 1 | -1/+1 | |
between CR and LF. | |||||
2009-07-05 | Incorrect identifier for STYLE_BRACEBAD. Fixes bug #2816521. | nyamatongwe | 1 | -1/+1 | |
2009-07-05 | Python folding uses fold.compact to fix bug #210240 in more cases. | nyamatongwe | 1 | -4/+15 | |
2009-07-04 | Check virtual space options for rectangular selection. | nyamatongwe | 1 | -14/+23 | |
2009-07-04 | Made backspace work better for multi-selection. | nyamatongwe | 1 | -26/+8 | |
Check virtual space options when mouse clicked in virtual space. | |||||
2009-07-04 | Made drag and drop work - return value from PositionInSelection was changed | nyamatongwe | 1 | -1/+1 | |
for multiple selection. | |||||
2009-07-03 | Use screen point for caret that includes virtual spcace so that, for | nyamatongwe | 5 | -17/+28 | |
example, the IME appears near the caret when the caret is in virtual space. Changed LocationFromPosition to work on a SelectionPosition and added convenience method for finding screen point of main caret. | |||||
2009-07-03 | Included Selection and made VC6 version more similar to later versions. | nyamatongwe | 2 | -14/+27 | |
2009-07-03 | Discontiguoues selection and virtual space initial commit. | nyamatongwe | 18 | -816/+1763 | |
2009-07-02 | Updated link for 1.79. | nyamatongwe | 1 | -1/+1 | |
2009-07-01 | Update to CAML lexer from Robert Roessler includes support for SMLrel-1-79 | nyamatongwe | 4 | -53/+109 | |
and some bug fixes. | |||||
2009-07-01 | Patch from Kein-Hong Man for bug #2809168. | nyamatongwe | 1 | -0/+2 | |
2009-07-01 | Included some additional items from mail archive. | nyamatongwe | 1 | -1/+8 | |
2009-06-29 | Typos. | nyamatongwe | 1 | -3/+3 | |
2009-06-28 | Updated sizes. | nyamatongwe | 1 | -1/+1 | |
2009-06-28 | Updated file sizes. | nyamatongwe | 1 | -2/+2 | |
2009-06-28 | Updates for 1.79. | nyamatongwe | 2 | -3/+95 | |
2009-06-28 | Updates for release 1.79. | nyamatongwe | 4 | -29/+18 | |
2009-06-27 | Fix bug in rectangular paste where short lines were not being space filled | nyamatongwe | 1 | -1/+1 | |
as much as needed. | |||||
2009-06-26 | From scintilla-cocoa bzr. | nyamatongwe | 4 | -0/+534 | |
2009-06-26 | From scintilla-cocoa. | nyamatongwe | 2 | -0/+33 | |
2009-06-26 | Added the Scintilla framework as a separate XCode project. | nyamatongwe | 2 | -0/+957 | |
2009-06-26 | Updated cocoa to current version from bzr. | nyamatongwe | 8 | -771/+411 | |
2009-06-26 | Updated to current scintilla-cocoa bzr release which does not try to use | nyamatongwe | 1 | -18/+50 | |
StyleContext within the folder. | |||||
2009-06-26 | Moved DrawTextBlob to be in same location as new selection branch. | nyamatongwe | 1 | -24/+24 | |
2009-06-24 | Some extra const constraints added while working on discontiguous selection. | nyamatongwe | 7 | -12/+12 | |
2009-06-16 | Style numbers changed for D. | nyamatongwe | 1 | -3/+3 | |
2009-06-16 | Bug #2806565 FORTH lexer is too keen to mark things as numbers. | nyamatongwe | 1 | -0/+2 | |
2009-06-16 | Updated set of states for D language. | nyamatongwe | 2 | -6/+8 | |
FR #2793782 | |||||
2009-06-13 | Patch from Wingware to make width of autocompletion more | nyamatongwe | 1 | -5/+26 | |
consistent by ensuring width of pixmap taken into account even when no pixmap yet displayed. |