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
/
Editor.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-07
Bug [#1910]. Accessibility support may be queried and, on GTK+, disabled.
Neil
1
-0
/
+7
2017-03-06
Use several C++11 features as examples so problems with these features are seen.
Vicente
1
-18
/
+15
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
1
-1
/
+1
2017-02-23
Bug [#1905]. Fix stream selection mode when moving caret up or down.
Neil
1
-0
/
+3
2017-01-19
Bug [#1896]. Avoid unnecessary unfolding when a deletion does not include a line
Neil
1
-2
/
+2
2017-01-19
Bug [#1896]. Ensure folding consistent when fold header added above folded part.
Neil
1
-1
/
+1
2016-12-09
Use double coordinates instead of float in some cases as float ran out of
Neil
1
-4
/
+4
2016-06-17
Bug [#1888]. Only invalidate selection when using SCI_SETSELECTIONN api's
John Ehresman
1
-32
/
+39
2016-11-23
Implementation of MarginRightClick event.
Tse Kit Yam
1
-0
/
+21
2016-11-29
Textual tags may be displayed on folded lines with SCI_TOGGLEFOLDSHOWTEXT.
Tse Kit Yam
1
-0
/
+10
2016-11-16
Removed elements that have been deprecated for more than 5 years.
Neil
1
-9
/
+0
2016-11-16
Deprecate non-branded struct names in Scintilla.h.
Neil
1
-1
/
+1
2016-11-14
Added alternate appearance for visible tabs which looks like a horizontal line.
jedailey
1
-0
/
+8
2016-11-05
Add options to choose between the locations of a position when there
Neil Hodgson
1
-4
/
+10
2016-10-26
Moved location to margin code from Editor to ViewStyle.
Neil
1
-7
/
+1
2016-10-26
Marked method const as it can be.
Neil
1
-1
/
+1
2016-10-22
Redraw previous selection when switching from rectangular selection to line
Neil
1
-0
/
+1
2016-10-19
Margin click to select line now clears rectangular and additional selections.
Neil
1
-0
/
+3
2016-09-29
The number of margins can be changed with SCI_SETMARGINS.
Neil
1
-5
/
+13
2016-09-29
Margin type SC_MARGIN_COLOUR and API SCI_SETMARGINBACKN added.
Neil
1
-0
/
+13
2016-09-27
On Win32, mouse wheel scrolling can be restricted to only occur when the mouse
Stefan Küng
1
-0
/
+8
2016-09-23
EDGE_MULTILINE and SCI_MULTIEDGEADDLINE added to allow displaying multiple
A-R-C-A
1
-4
/
+14
2016-09-18
Fix spelling in comment.
Neil
1
-1
/
+1
2016-09-18
Bug [#1861]. Fix caret position from left/right move with rectangular selection.
Neil
1
-6
/
+6
2016-09-14
Casts for 64 to 32-bit conversions on OS X.
Neil Hodgson
1
-2
/
+2
2016-08-31
Bug [#1850]. Use tabs for virtual space in indentation when tabs enabled.
jedailey
1
-15
/
+25
2016-08-20
Bug [#1648]: Option added to prevent left arrow movement and selection wrapping
Neil
1
-2
/
+2
2016-08-15
Bug [#1842]. Fix fold expand when some child text not styled.
Neil
1
-0
/
+3
2016-05-14
Post a caret moved accessibility event in Editor::MovedCaret so that screen
Neil
1
-0
/
+4
2016-05-03
Avoid use of const_cast when retrieving window positions.
Neil
1
-1
/
+1
2016-03-29
Feature [feature-requests:#1142]. Allow Super modifier on GTK+.
Neil
1
-2
/
+3
2016-01-31
Replace expressions to find level number of a fold level with function call.
Neil
1
-3
/
+3
2016-01-31
Bug [#1799]. Folds unfolded when two fold regions are merged by either deleting
Markus Nißl
1
-0
/
+17
2016-01-05
Fix infinite loop with both wrap and idle styling to end turned on.
Neil
1
-8
/
+4
2015-12-31
Bug [#1796]. Expand folded areas before deleting fold header line.
Neil
1
-8
/
+15
2015-12-31
Treat Unicode line ends like common line ends when maintaining fold state.
Neil
1
-5
/
+1
2015-12-07
Prefer StyleIndexAt over StyleAt to avoid problems with out-of-bounds access for
Neil
1
-4
/
+4
2015-12-04
Fix some problems with out-of-bounds access for protected text.
Neil
1
-4
/
+4
2015-12-04
Bug [#1784]. Highlight whole run for hover indicator when wrapped.
Neil
1
-4
/
+1
2015-12-01
Undo virtual spaces in one step at start of IME composition.
Neil
1
-0
/
+2
2015-11-20
Remove line end whitespace.
Neil
1
-5
/
+5
2015-11-15
Send SCN_UPDATEUI with SC_UPDATE_SELECTION when application changes multiple
John Ehresman
1
-0
/
+10
2015-11-11
Implemented idle styling. This allows painting without first styling all visible
Neil
1
-5
/
+75
2015-10-19
Bug [#1768]. Report error when negative length passed to SCI_SETSTYLING.
Neil
1
-1
/
+4
2015-10-12
Implement Swap in SelectionRange to avoid warnings.
Neil
1
-1
/
+1
2015-09-23
When SC_MARK_UNDERLINE if not assigned to a margin, stop drawing the whole line.
Neil
1
-1
/
+1
2015-09-23
Optimise drawing by only drawing affected lines when markers shown in the text.
Neil
1
-36
/
+40
2015-09-04
Change FillVirtualSpace to ClearBeforeTentativeStart and delete selected text.
johnsonj
1
-2
/
+11
2015-08-24
Simplify filling virtual space and avoid any side effects that may be caused by
johnsonj
1
-4
/
+9
2015-07-27
Add Position.h as a place-holder and to allow #include "Position.h" in source.
Neil
1
-0
/
+1
[next]