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
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
2015-06-25
Fix regression due to recent multiple-selection changes with the selection not
Neil Hodgson
1
-1
/
+1
2015-06-24
Make multiple selection work over most cursor movement and selection, new line,
Neil
1
-337
/
+536
2015-06-23
Casts to silence warnings for 64-bit builds.
Neil
1
-2
/
+2
2015-06-16
Clean up some selection operations. Commonly when changing selection modes,
Neil
1
-26
/
+26
2015-06-13
Fix bug where maximum two selections possible at once with Ctrl+click due
Neil Hodgson
1
-6
/
+6
2015-06-11
Added MultipleSelectAddNext, MultipleSelectAddEach, IsRangeWord, and
Neil
1
-0
/
+75
2015-06-04
Move FindText flag decoding from caller to function to minimize code and chance
Neil
1
-16
/
+0
2015-04-14
Ensure SCI_TEXTHEIGHT uses valid style data and remove test pauses that
Neil
1
-0
/
+1
2015-04-10
Avoid warning from clang analyze due to potential NULL pointer by asserting
Neil Hodgson
1
-0
/
+1
2015-02-24
Notify container of non-BMP characters correctly.
Neil
1
-22
/
+3
[prev]
[next]