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
2005-07-22
Ensure all pixmaps released.
nyamatongwe
1
-0
/
+1
2005-07-18
Fix for bug #1239832 where typing in overstrike mode was undone in two
nyamatongwe
1
-0
/
+6
2005-06-15
When inserting text, the needshown notification is made for a 0 length
nyamatongwe
1
-1
/
+1
2005-06-03
Fixed bug 1214067 Alt+Shift+Click not displaying rectangular selection
nyamatongwe
1
-12
/
+11
2005-05-07
Patch from Robert that avoids slow performance for multiple step undo
nyamatongwe
1
-11
/
+49
2005-05-04
Patch from Robert Roessler fixes bug where indicator that started at second
nyamatongwe
1
-22
/
+21
2005-04-18
Make code work as documented by treating -1 as special length for encoding
nyamatongwe
1
-1
/
+1
2005-04-01
Patch from Franck Marcia that makes SCI_PARADOWN and SCI_PARAUP takes
nyamatongwe
1
-4
/
+20
2005-03-25
Patch from Franck Marcia implements sticky caret.
nyamatongwe
1
-6
/
+33
2005-03-20
Patch from nissl in RFE 1164540 adds WrapCount method.
nyamatongwe
1
-0
/
+15
2005-03-19
Initialise all SCNotification structs to {0} ensuring all fields are 0 or
nyamatongwe
1
-16
/
+16
2005-02-21
Feature request 1144928.
nyamatongwe
1
-0
/
+2
2005-02-18
Patch from wxWidgets to fix infinite loop due to wrapping never completing
nyamatongwe
1
-0
/
+1
2005-02-10
Patch from Suzumizaki-Kimitaka to add character wrap mode.
nyamatongwe
1
-2
/
+17
2005-02-04
Exits from dwell by firing SCN_DWELLEND when scroll performed.
nyamatongwe
1
-0
/
+3
2004-12-03
Patch from Regis Vaquette to allow compilation for Windows CE.
nyamatongwe
1
-0
/
+4
2004-08-12
Fixed hotspot double click bug caused by automatic construction of
nyamatongwe
1
-1
/
+1
2004-07-30
Patch from Ben Key to use an invisible system caret to enable screen
nyamatongwe
1
-0
/
+5
2004-07-28
Patch from Shen Shu to remove indicator display in wrap indentation.
nyamatongwe
1
-2
/
+3
2004-07-22
New method SCI_FINDCOLUMN.
nyamatongwe
1
-0
/
+3
2004-07-17
Patch from Brian Carnes to avoid scroll upwards when line added in wrap mode ...
nyamatongwe
1
-1
/
+1
2004-07-15
Patch from Trent Mick to not treat the end of line characters as part
nyamatongwe
1
-4
/
+8
2004-07-08
Patch from David Ascher. SC_MARK_EMPTY no longer overrides
nyamatongwe
1
-5
/
+6
2004-06-01
Patch for allowing retrieval of document text encoded as
nyamatongwe
1
-0
/
+6
2004-05-27
Fixed behaviour of SetWordChars so characters can be removed
nyamatongwe
1
-2
/
+2
2004-05-13
Made LineLayout::styles unsigned as slightly safer
nyamatongwe
1
-5
/
+5
2004-05-11
Modifications to selection handling to make copying and
nyamatongwe
1
-5
/
+9
2004-05-02
Removed some continuation marker variables that are not needed.
nyamatongwe
1
-10
/
+5
2004-04-27
Continuation Marker feature from Hans Eckardt.
nyamatongwe
1
-13
/
+198
2004-04-19
Fix to line layout cache use. When a line was retrieved from
nyamatongwe
1
-0
/
+1
2004-04-16
Patch from John Ehresman to add character set to selections.
nyamatongwe
1
-5
/
+5
2004-04-06
SCI_SETTEXT made a single undo action.
nyamatongwe
1
-2
/
+4
2004-03-27
Fixed bug when wrapping and undo removes all text in
nyamatongwe
1
-1
/
+7
2004-03-20
Fixed a clash in the line layout cache when caching page and caret
nyamatongwe
1
-2
/
+6
2004-02-29
Patch from Bruce to return required allocation size when a NULL
nyamatongwe
1
-9
/
+24
2004-02-26
Patch to indent to next indent mark rather than to add the
nyamatongwe
1
-1
/
+2
2004-02-21
Avoid warning when char type is unsigned.
nyamatongwe
1
-1
/
+1
2004-02-06
Changed rectangular selection to use same technique to calculate
nyamatongwe
1
-1
/
+2
2004-01-20
Method to preallocate document space.
nyamatongwe
1
-0
/
+4
2004-01-18
Patch from Bruce Dodson to ensure correct folding.
nyamatongwe
1
-1
/
+19
2004-01-13
When styling is performed outside a styleneeded event,
nyamatongwe
1
-0
/
+1
2004-01-11
Reset braces highlight positions when changing document.
nyamatongwe
1
-1
/
+4
2004-01-04
Fixes to avoid laying out lines after end of document when
nyamatongwe
1
-11
/
+8
2004-01-02
Patch from Mick Trent to fix a problem with word selection mode
nyamatongwe
1
-1
/
+11
2003-12-14
Patch from John Ehresman to fix hotspot crash.
nyamatongwe
1
-1
/
+1
2003-12-05
Some casts fixed to use int rather than short for document positions.
nyamatongwe
1
-2
/
+2
2003-12-03
Explicitly set the selection type when switching documents as rectangular
nyamatongwe
1
-0
/
+1
2003-11-27
Reenabled background wrap.
nyamatongwe
1
-1
/
+1
2003-11-27
Ensure style data refreshed before wrapping lines.
nyamatongwe
1
-1
/
+2
2003-11-06
SelectionText has been holding a terminating NUL but some client code
nyamatongwe
1
-1
/
+0
[prev]
[next]