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
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
/
Selection.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-12
Implement Swap in SelectionRange to avoid warnings.
Neil
1
-0
/
+1
2015-06-24
Make multiple selection work over most cursor movement and selection, new line,
Neil
1
-0
/
+1
2015-06-16
Clean up some selection operations. Commonly when changing selection modes,
Neil
1
-0
/
+1
2014-07-07
Fix bug where too many characters may be deleted when a rectangular selection is
Neil
1
-0
/
+1
2014-06-22
Stop storing a pointer to the selection on LineLayout objects where it may have
Neil
1
-0
/
+2
2014-05-01
Consolidate insertion for paste into Editor class and perform line end
Neil
1
-0
/
+1
2013-12-17
Added DropSelectionN API.
Neil
1
-0
/
+1
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-2
/
+2
2011-01-02
Avoid cppcheck warnings.
nyamatongwe
1
-2
/
+2
2010-11-21
Speed up creating large rectangular selections.
nyamatongwe
1
-0
/
+1
2010-02-17
Formatting whitespace.
nyamatongwe
1
-2
/
+2
2010-01-30
Fix bug #2942131 Caret pos after rectagular delete.
nyamatongwe
1
-0
/
+4
2009-10-11
Fix bug #2871358 where left or right key with rectangular selection
nyamatongwe
1
-0
/
+7
2009-08-16
Always copy rectangular selections in ascending order.
nyamatongwe
1
-0
/
+6
2009-07-30
When using Ctrl+Drag for multiple selection when previous selections
nyamatongwe
1
-1
/
+5
2009-07-21
Added commands for rotating selections and swapping caret and anchor of
nyamatongwe
1
-0
/
+1
2009-07-15
Remove duplicate carets after Delete or Backspace.
nyamatongwe
1
-0
/
+1
2009-07-15
No explicit count of ranges in selection as can use vector::size().
nyamatongwe
1
-4
/
+1
2009-07-14
Added controls for enabling multiple selection and multiple selection
nyamatongwe
1
-5
/
+4
2009-07-09
Added setings for colours, alpha, and caret colour for additional
nyamatongwe
1
-2
/
+4
2009-07-08
Draw discontiguous and virtual space selection in non-alpha mode.
nyamatongwe
1
-1
/
+21
2009-07-06
Allow drag and drop in virtual space.
nyamatongwe
1
-0
/
+4
2009-07-03
Discontiguoues selection and virtual space initial commit.
nyamatongwe
1
-0
/
+142