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-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
2015-02-23
Add SCI_GETTARGETTEXT as a simpler alternate to SCI_GETTEXTRANGE.
Neil
1
-1
/
+6
2015-02-22
Added SCI_SETTARGETRANGE method to set both the start and end of the target.
Neil Hodgson
1
-0
/
+5
2015-02-15
Add SC_INDICFLAG_VALUEFORE and INDIC_TEXTFORE to allow a wide range of indicator
Neil
1
-0
/
+10
2015-02-14
Fix 64->32 bit conversion warnings.
Neil Hodgson
1
-13
/
+16
2015-02-13
Ensure style data OK before wrapping lines when changing documents.
Neil
1
-0
/
+1
2015-02-04
Implement hover style and colour for indicators.
Neil
1
-9
/
+77
2015-01-16
When the mouse is on the line between margin and text changed to treat as within
Neil
1
-1
/
+1
2014-12-08
Avoid warnings from clang about calling abs with float arguments.
Neil
1
-3
/
+3
2014-12-07
Protect FineTickerCancel from being called when fine tickers not implemented.
Neil
1
-6
/
+5
2014-12-05
Extract FillVirtualSpace so it is not repeated and can be made less complex in
Neil
1
-0
/
+7
2014-11-19
Platform overrides for some drawing and behaviour to benefit PLAT_CURSES.
Neil
1
-4
/
+5
2014-10-16
Explain how multiple selections are processed.
Neil
1
-0
/
+3
2014-10-04
Bug [#1657]. Prevent caret blinking when holding down Delete key.
Neil
1
-0
/
+1
2014-10-02
Allow using C++11 <regex> for searches as a provisional feature.
Neil
1
-38
/
+53
2014-10-02
Include <stdexcept> so that exceptions derived from std::runtime_error can be
Neil
1
-0
/
+1
2014-09-12
Allow choice between windowed and inline IME.
Neil
1
-0
/
+7
2014-09-05
Bug [#1654]. Missing cast in PositionIsHotspot.
Neil
1
-1
/
+1
2014-08-18
Bug [#1640]. Remove dead DelChar method.
Neil
1
-8
/
+0
2014-08-08
Implement explicit tab stops per line.
Neil
1
-0
/
+27
2014-08-06
Bug [#1633]. Redraw selection after SCI_DELWORDRIGHT.
Neil
1
-0
/
+2
[next]