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
2001-08-31
Moved Windows-specific mouse wheel variables from Editor to ScintillaWin.
nyamatongwe
1
-3
/
+0
2001-08-17
Separate out the enforcement of the visibilty policy by having both an
nyamatongwe
1
-20
/
+26
2001-08-15
Fixed some folding symbols.
nyamatongwe
1
-3
/
+8
2001-08-14
Fixed typos in comments.
nyamatongwe
1
-2
/
+2
2001-08-10
Fixed some problems with the outline folding markers.
nyamatongwe
1
-1
/
+6
2001-08-10
Typing makes the dwell not occur again until the mouse moves.
nyamatongwe
1
-4
/
+7
2001-08-10
Added PositionFromLocationClose which returns the position in the document
nyamatongwe
1
-34
/
+72
2001-08-08
Inverted CARET_XEVEN test as it was tested incorrectly.
nyamatongwe
1
-1
/
+1
2001-08-08
Patch from Philippe to make the display jump more when the caret reaches
nyamatongwe
1
-9
/
+15
2001-08-08
Added mouse dwell feature.
nyamatongwe
1
-3
/
+35
2001-08-07
Fixed bug with atomatic scrolling when some folding has been done caused
nyamatongwe
1
-2
/
+2
2001-08-07
Ensured old code that does not know about outlining still gets visible
nyamatongwe
1
-3
/
+15
2001-08-07
Fixed up problem with outlining folding margin where folder tails were not
nyamatongwe
1
-6
/
+14
2001-08-06
Fold column gets outlining style appearence.
nyamatongwe
1
-6
/
+54
2001-08-01
SCI_GETSELTEXT puts a \0 in the buffer if selection is empty.
nyamatongwe
1
-0
/
+2
2001-07-17
Changed caret to start in off and inactive state.
nyamatongwe
1
-1
/
+1
2001-06-20
Patch from Mark to avoid unnecessary save point notification.
nyamatongwe
1
-1
/
+0
2001-06-12
Fixed some Borland warnings.
nyamatongwe
1
-1
/
+1
2001-06-11
Patch from Michele to make tab and backspace in indentation work
nyamatongwe
1
-2
/
+6
2001-06-11
Patch from Shane Caraveo at ActiveState to notify containers of
nyamatongwe
1
-8
/
+47
2001-05-22
Support for forced upper and lower case styles.
nyamatongwe
1
-0
/
+10
2001-05-20
Removed uncounted version of ReplaceTarget to allow
nyamatongwe
1
-5
/
+1
2001-05-14
Merged patch from Michele to add ability for tab key to perform indent when
nyamatongwe
1
-43
/
+96
2001-04-29
Addition of new target methods - versions of ReplaceTarget that take counted
nyamatongwe
1
-7
/
+47
2001-04-14
Added implementations for SCI_GETTARGETSTART and SCI_GETTARGETEND.
nyamatongwe
1
-0
/
+6
2001-04-12
Fix from Philippe to a rectangular selection staing active after the user
nyamatongwe
1
-1
/
+2
2001-04-10
Turn off caret line when caret is turned off such as when don't have focus.
nyamatongwe
1
-1
/
+1
2001-04-09
Philippe provided fix for EM_GETLINE and reformatting.
nyamatongwe
1
-64
/
+92
2001-04-05
Replace target functionality to make find and replace operations faster
nyamatongwe
1
-14
/
+20
2001-04-04
Target API for changing document withot visible changes: SetTargetStart,
nyamatongwe
1
-4
/
+30
2001-04-03
Regular expression find support.
nyamatongwe
1
-11
/
+19
2001-03-31
Added caret line feature.
nyamatongwe
1
-12
/
+33
2001-03-28
Patch from Stephan to prevent double recording of newlines in macros.
nyamatongwe
1
-4
/
+4
2001-03-22
Patch from James Larcombe for SCI_DELLINERIGHT, SCI_DELLINELEFT and
nyamatongwe
1
-1
/
+20
2001-02-24
Patch from Jan Hercek to fix folding by using the display line rather than
nyamatongwe
1
-11
/
+12
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-36
/
+49
2001-02-17
Defining sptr_t and uptr_t to be integral types large enough to contain
nyamatongwe
1
-1
/
+1
2001-02-06
Made SCI_CANPASTE and EM_CANPASTE work correctly using
nyamatongwe
1
-1
/
+5
2001-01-29
Fixed problem where BeginUndoAction and EndUndoAction were in wrong order.
nyamatongwe
1
-2
/
+2
2001-01-27
Patch from James to insert spaces when pasting rectangular to keep pasted
nyamatongwe
1
-0
/
+8
2001-01-27
Much changed ScintillaGTK widget code that draws directly onto the
nyamatongwe
1
-9
/
+9
2001-01-16
Changed undo node coalescing so that a paste followed by typing creates
nyamatongwe
1
-2
/
+8
2000-12-28
Tweak to display the last character on a line correctly if it is italics.
nyamatongwe
1
-1
/
+8
2000-12-21
Patch from James for SetVisiblePolicy.
nyamatongwe
1
-0
/
+26
2000-11-30
Patch from ActiveState for better clipboard handling.
nyamatongwe
1
-3
/
+8
2000-11-30
Patches from Stephan to slow down autoscrolling, exposed
nyamatongwe
1
-60
/
+76
2000-11-26
Patches from Philippe to improve Lua lexer, handle '\' continuation
nyamatongwe
1
-1
/
+1
2000-11-16
Line mode selection forces stream selection instead of rectangular
nyamatongwe
1
-0
/
+1
2000-11-08
Clipping redraw rectangles to client rectangle in Editor::RedrawRect.
nyamatongwe
1
-1
/
+15
2000-11-08
Changed keystroke handling so that GTK+ stops keys that are mapped to
nyamatongwe
1
-3
/
+8
[prev]
[next]