index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
Editor.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-21
Added commands for rotating selections and swapping caret and anchor of
nyamatongwe
1
-0
/
+10
2009-07-19
When both Ctrl and Shift down when mouse pressed, prioritise Shift so that
nyamatongwe
1
-10
/
+12
2009-07-17
Using sensible default for virtual space options.
nyamatongwe
1
-1
/
+0
2009-07-15
Remove duplicate carets after Delete or Backspace.
nyamatongwe
1
-1
/
+4
2009-07-15
Fixed bug where wrong length was returned for SCI_GETSELTEXT with NULL
nyamatongwe
1
-23
/
+11
2009-07-15
No explicit count of ranges in selection as can use vector::size().
nyamatongwe
1
-37
/
+21
2009-07-14
Added controls for enabling multiple selection and multiple selection
nyamatongwe
1
-16
/
+39
2009-07-14
Fix problems in drawing end of line dur to separate drawing of line end
nyamatongwe
1
-26
/
+36
2009-07-13
Using std::string for space buffer to ensure deletion.
nyamatongwe
1
-8
/
+16
2009-07-12
Since exception handling now turned on, do not check return value from new.
nyamatongwe
1
-17
/
+13
2009-07-12
Use additional selection colour for additional selections
nyamatongwe
1
-5
/
+6
2009-07-10
Duplicate works on discontiguous selections by duplicating each selection.
nyamatongwe
1
-104
/
+78
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
1
-109
/
+155
2009-07-08
Draw discontiguous and virtual space selection in non-alpha mode.
nyamatongwe
1
-19
/
+34
2009-07-08
Fixed problem where rectangular selections in virtual space were
nyamatongwe
1
-1
/
+1
2009-07-08
Moved calculation of rectangular range from occurring after every style
nyamatongwe
1
-2
/
+2
2009-07-07
Using the last style on a line to determine the width of a virtual space
nyamatongwe
1
-12
/
+18
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
1
-93
/
+83
2009-07-05
Fixed bug where cursor right key and end of line for CRLF file would move
nyamatongwe
1
-1
/
+1
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
2009-07-03
Use screen point for caret that includes virtual spcace so that, for
nyamatongwe
1
-9
/
+18
2009-07-03
Discontiguoues selection and virtual space initial commit.
nyamatongwe
1
-721
/
+1046
2009-06-27
Fix bug in rectangular paste where short lines were not being space filled
nyamatongwe
1
-1
/
+1
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
1
-1
/
+1
2009-06-09
Feature #2796119 Indent wrapped lines to first line. From maXmo.
nyamatongwe
1
-21
/
+48
2009-05-27
Branded structs in Scintilla.h with Sci_ prefix and added forwarding macros
nyamatongwe
1
-5
/
+5
2009-05-27
Avoid warning on old MSVC.
nyamatongwe
1
-3
/
+4
2009-05-27
Added SC_MARK_UNDERLINE from Stephan Deibel.
nyamatongwe
1
-1
/
+17
2009-05-20
Remove garbage accented character.
nyamatongwe
1
-1
/
+1
2009-05-15
Removed deprecated symbols
nyamatongwe
1
-69
/
+11
2009-05-09
Fixed bug #2789430 SCI_ANNOTATIONSETSTYLE with multi-line annotations
nyamatongwe
1
-1
/
+1
2009-05-03
Fixed signed/unsigned issue.
nyamatongwe
1
-1
/
+1
2009-05-03
Added CharPositionFromPoint and CharPositionFromPointClose and merged the
nyamatongwe
1
-64
/
+42
2009-04-25
Moved box folding constants into deprecated category. They have been
nyamatongwe
1
-0
/
+4
2009-04-22
Removed Document methods that returned parts of annotations in favour of
nyamatongwe
1
-100
/
+54
2009-04-22
Avoid pointing at uninitialized memory as this triggered BoundsChecker.
nyamatongwe
1
-3
/
+3
2009-04-22
Fixed bug where not styling last document line on screen when followed by
nyamatongwe
1
-146
/
+131
2009-04-19
Added UNDO_MAY_COALESCE flag to AddUndoAction.
nyamatongwe
1
-1
/
+1
2009-04-12
Annotations and text margins added.
nyamatongwe
1
-3
/
+372
2009-04-04
Added AddUndoAction call for adding application actions into undo stack.
nyamatongwe
1
-0
/
+5
2009-04-02
Method to find the symbol defined for a marker number.
nyamatongwe
1
-0
/
+7
2009-04-02
Bug #2723006 flickering caret with Tab.
nyamatongwe
1
-0
/
+2
2009-04-01
Added commands to add extra ascent and descent space.
nyamatongwe
1
-0
/
+16
2009-02-14
Feature #2586290 INDIC_ROUNDBOX alpha transparency setting from Todd
nyamatongwe
1
-0
/
+10
2008-11-21
Patch from twhiteman for bug #2126144 wrapping with CARETSTYLE_BLOCK caret
nyamatongwe
1
-2
/
+9
2008-09-04
Bug #2087470 fix.
nyamatongwe
1
-2
/
+2
[next]