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
2003-10-20
Fixes to wrapping code.
nyamatongwe
1
-4
/
+4
2003-10-17
SCI_HOMERECTEXTEND added.
nyamatongwe
1
-0
/
+6
2003-10-16
When multiple lines added, wrap all the added lines not just the top 2.
nyamatongwe
1
-5
/
+4
2003-10-13
Hotspot fix from Simon.
nyamatongwe
1
-2
/
+2
2003-10-09
Fixes to Autocomplete crash from Philippe.
nyamatongwe
1
-51
/
+81
2003-10-03
Rectangular selection by keyboard from Philippe.
nyamatongwe
1
-186
/
+353
2003-09-28
Hotspot improvements from Simon, including setting to
nyamatongwe
1
-6
/
+13
2003-09-24
Fixed read past end of allocation in drawing indicators.
nyamatongwe
1
-4
/
+6
2003-09-20
Typo fixed.s
nyamatongwe
1
-1
/
+1
2003-09-20
Formatting, dates.
nyamatongwe
1
-3
/
+7
2003-09-20
Patch from Naba to perform incremental wrapping in idle time.
nyamatongwe
1
-17
/
+109
2003-09-18
Safe parts of idle time wrapping.
nyamatongwe
1
-0
/
+6
2003-09-05
Ensure hotspot range initialised.
nyamatongwe
1
-4
/
+5
2003-08-17
Added assertion to prevent retrieving text beyond the end of the document.
nyamatongwe
1
-0
/
+1
2003-08-14
Added BOX indicator.
nyamatongwe
1
-1
/
+1
2003-08-14
Fixed bugs with displaying indicators with wrap turned on.
nyamatongwe
1
-7
/
+11
2003-08-03
Added refresh of pixmaps when wrapping.
nyamatongwe
1
-0
/
+3
2003-07-21
Improve 64 bit portability.
nyamatongwe
1
-18
/
+24
2003-05-11
Clipping copy range into document.
nyamatongwe
1
-0
/
+2
2003-05-11
Ensure text copied to clipboard is terminated at correct length.
nyamatongwe
1
-10
/
+5
2003-05-11
Addition of CopyText, CopyRange, and LineCopy.
nyamatongwe
1
-5
/
+38
2003-04-29
Removed hack that did not set the scroll bar when changing documents which
nyamatongwe
1
-4
/
+1
2003-04-29
Made Redraw only redraw the text area, not the scrollbars.
nyamatongwe
1
-1
/
+3
2003-04-21
New folding scheme that allows "} else {" to be a fold header.
nyamatongwe
1
-3
/
+10
2003-04-18
New methods for finding the next or previous position taking multi byte
nyamatongwe
1
-0
/
+6
2003-04-13
Avoid resetting scroll bars when changing documents as that leads to
nyamatongwe
1
-1
/
+4
2003-04-08
Fixed warning in debug code.
nyamatongwe
1
-1
/
+1
2003-04-07
Fix bug on GTK+ 2.x where synchronous repaint causes currentPos to be used
nyamatongwe
1
-1
/
+8
2003-03-28
Jakub's paragraph movement commands.
nyamatongwe
1
-0
/
+20
2003-03-27
Fixed up problem where multiple hot spots highlighted at once.
nyamatongwe
1
-1
/
+12
2003-03-22
Moved invalidation code around a bit to try to optimize on GTK+ 2.x.
nyamatongwe
1
-2
/
+2
2003-03-20
Patch from Simon Steele to implement the hotspot style and associated
nyamatongwe
1
-17
/
+139
2003-03-18
Fixed problem with overstrike mode typing over the last character of the
nyamatongwe
1
-1
/
+1
2003-03-09
Added Pango text display support to GTK+ platform.
nyamatongwe
1
-18
/
+18
2003-03-04
Patch from Jakub to optionally implement more POSIX compatible regular
nyamatongwe
1
-1
/
+5
2003-03-01
Cancel modes when focus lost.
nyamatongwe
1
-1
/
+2
2003-02-23
Patch from Jakub Vrana to avoid mouse debouncing on Windows where assigning
nyamatongwe
1
-1
/
+1
2003-02-23
Patch from Bruce Dodson for a variant on home and end keys for wrapped
nyamatongwe
1
-0
/
+64
2003-02-17
Modes (autocompletion, calltip) are cancelled when changing buffers.
nyamatongwe
1
-0
/
+1
2003-02-15
INdentation fix.
nyamatongwe
1
-2
/
+2
2003-02-14
Cleaned up the fold margin code a bit.
nyamatongwe
1
-9
/
+14
2003-02-14
Fixed bug where autoscrolling off the end wrapped back to the beginning.
nyamatongwe
1
-0
/
+3
2003-02-14
May have fixed a problem with wrapping where an added character is
nyamatongwe
1
-35
/
+35
2003-02-10
Control of colours of fold margin.
nyamatongwe
1
-168
/
+193
2003-02-09
Join and Split lines methods.
nyamatongwe
1
-19
/
+84
2003-02-09
Protected style fixed in several ways.
nyamatongwe
1
-57
/
+94
2003-02-02
Hoisted drawing of EOL into method so can avoid overwriting last
nyamatongwe
1
-28
/
+45
2003-02-02
Two phase drawing.
nyamatongwe
1
-34
/
+127
2003-01-31
Patch from David Ascher for horizontal scrolling.
nyamatongwe
1
-0
/
+9
2003-01-27
Made more robust.
nyamatongwe
1
-25
/
+36
[next]