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
2014-01-21
Added ELEMENTS macro and use it to clarify determining size of arrays.
Neil Hodgson
1
-3
/
+4
2014-01-13
Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text.
Neil
1
-0
/
+1
2013-12-27
Ensure caret is visible after scroll.
Neil
1
-2
/
+2
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-41
/
+26
2013-12-17
Added DropSelectionN API.
Neil
1
-0
/
+5
2013-12-15
Make single argument constructors explicit to avoid unexpected conversions.
Neil
1
-3
/
+3
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-8
/
+8
2013-12-10
Bug [#1562]. Clickable area of hotspots was off by half a character width.
Christian Walther
1
-9
/
+13
2013-12-03
Bug [#1560]. Fix missing second one of adjacent indicators.
Christian Walther
1
-1
/
+4
2013-11-03
Report control key as SCI_META for mouse down events for GTK+ on OS X.
nyamatongwe
1
-28
/
+62
2013-10-23
Widen scroll width for annotations.
Neil
1
-7
/
+12
2013-09-30
Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to be
Neil
1
-1
/
+5
2013-09-25
Feature [feature-requests:#1021]. Cocoa SCI_POSITIONFROMPOINTCLOSE returning ...
nyamatongwe
1
-0
/
+3
2013-09-22
Avoid attempt to redraw an empty area.
nyamatongwe
1
-0
/
+2
2013-09-10
Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...
Neil
1
-17
/
+17
2013-08-20
Added PositionRelative to optimize navigation by character.
Neil
1
-0
/
+3
2013-08-20
Fix bug where coordinates were relative to the text view instead of the whole...
nyamatongwe
1
-5
/
+9
2013-08-15
Feature: [feature-requests:#1007]. Option to allow mouse selection to
Neil
1
-1
/
+16
2013-08-12
Feature: [feature-requests:#1007]. Fix bugs with redrawing selection.
Neil
1
-0
/
+2
2013-08-09
Structure colour settings into ColourOptional and ForeBackColours types.
Neil
1
-54
/
+46
2013-08-09
Move wrapping, edge and visual adjustments from Editor to ViewStyle.
Neil
1
-87
/
+73
2013-08-08
Bug [#1512]. Fix bug with horizontal caret position when margin changed.
Neil
1
-0
/
+2
2013-08-08
Move functionality from Editor to ViewStyle.
Neil
1
-167
/
+156
2013-08-07
Bug [#1511]. Ensure representation set up initially.
Neil
1
-0
/
+2
2013-08-07
Optimize performance with many control characters such as when opening
Neil
1
-129
/
+101
2013-08-07
Removed dead code.
Neil
1
-17
/
+0
2013-07-25
Minor changes to avoid warnings from Coverity.
Neil
1
-4
/
+5
2013-07-23
Only use map for character representations instead of unordered_map where pos...
nyamatongwe
1
-3
/
+0
2013-07-22
Added the character representation feature.
Neil
1
-94
/
+167
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-0
/
+1
2013-07-11
Allow Editor subclasses to turn off overstrike caret.
Neil
1
-1
/
+2
2013-07-11
Avoid warning for 64-bit build.
Neil
1
-1
/
+1
2013-07-07
When case conversion changes the length of the text, ensure only
Neil
1
-6
/
+16
2013-07-03
Ensure style data initialised before drawing margin.
nyamatongwe
1
-0
/
+2
2013-06-18
Simplify line wrapping code, minimize lines wrapped and avoid rewrapping lines.
nyamatongwe
1
-109
/
+77
2013-06-18
Determine more accurately whether painting was abandoned by styling and so
nyamatongwe
1
-1
/
+3
2013-06-17
Fix wrap width so doesn't take account of margin twice.
nyamatongwe
1
-1
/
+1
2013-06-11
Fix a bug with word wrap where the last line could be shown twice.
nyamatongwe
1
-0
/
+2
2013-05-26
Switch SelectionText to use a std::string to hold the data and to provide acc...
nyamatongwe
1
-22
/
+26
2013-05-25
Simplify copying text since it is now using a std::string so no need to
Neil Hodgson
1
-29
/
+12
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-12
/
+12
2013-05-23
Bug: [#1478]. Tab/backTab in column select requires one undo per line.
nyamatongwe
1
-6
/
+2
2013-05-19
Don't dereference character string when length is 0. May be a NULL pointer
nyamatongwe
1
-1
/
+1
2013-05-17
Fix fold all to show lines instead of going past end which then failed.
nyamatongwe
1
-1
/
+1
2013-05-07
Replace X.data() with &X[0] to allow building with old releases of Visual C++.
nyamatongwe
1
-1
/
+1
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
1
-8
/
+4
2013-05-04
Replacing raw pointers and allocations with std::string.
nyamatongwe
1
-44
/
+18
2013-05-02
Replacing raw pointers and allocations with std::vector and std::map.
nyamatongwe
1
-2
/
+2
2013-04-26
Bug: [#1467]. Don't change scroll position when window is zero size.
nyamatongwe
1
-0
/
+3
2013-04-24
Cosmetic: remove line-end whitespace.
nyamatongwe
1
-17
/
+17
[next]