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
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
2013-04-24
Added automatic folding options.
nyamatongwe
1
-4
/
+81
2013-04-21
Implement commonly needed folding methods based on code from SciTE.
nyamatongwe
1
-25
/
+106
2013-04-02
Fix automatic scrolling on Cocoa.
nyamatongwe
1
-0
/
+2
2013-03-20
Add ScrollRange feature.
nyamatongwe
1
-10
/
+48
2013-03-18
Bug: [#1455]. Fix unfolding when new line inserted.
nyamatongwe
1
-0
/
+5
2013-03-16
Fix margin drawing with Cocoa when always-visible scrollbars turned on.
nyamatongwe
1
-1
/
+3
2013-03-16
Bug: [#1453]. Make subsequent tab markers visible on GTK+.
nyamatongwe
1
-6
/
+3
2013-03-15
Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars unle...
nyamatongwe
1
-51
/
+124
2013-03-15
Simplify calculation of visible line for point.
nyamatongwe
1
-4
/
+2
2013-03-13
Implement high-priority idle work on Cocoa to avoid abandoning paints in some...
nyamatongwe
1
-1
/
+1
2013-03-13
Add different types of task to StyleNeeded mechanism, renaming to WorkNeeded.
Unknown
1
-11
/
+10
2013-03-13
Handle test and reset of needUpdateUI in NotifyUpdateUI so less chance of des...
Unknown
1
-13
/
+12
2013-02-25
Editor: SCI_LINESCROLL: treat columns as signed
Mook
1
-1
/
+1
2013-02-22
Define the maximum number of margins in Scintilla.iface.
nyamatongwe
1
-5
/
+5
2013-02-18
Don't draw line numbers before start of document.
nyamatongwe
1
-2
/
+3
2013-02-18
Bug: [#1446]. Display thumb at correct position when SetVScrollBar(true) called.
nyamatongwe
1
-0
/
+2
2013-02-05
Add allocation of extended styles.
nyamatongwe
1
-0
/
+9
2013-01-19
Support the three Unicode line ends NEL, LS, and PS in CellBuffer, Document,
nyamatongwe
1
-0
/
+18
2013-01-19
To allow for new line end sequences implement IsPositionInLineEnd on the
nyamatongwe
1
-6
/
+14
2013-01-06
Bug #1430. Fix crash when printing line longer than 8000 characters.
nyamatongwe
1
-1
/
+1
2013-01-03
Fix behaviour of the left and right keys after SCI_SETSELECTIONMODE(SC_SEL_ST...
nyamatongwe
1
-0
/
+4
2013-01-01
Feature #3592730. Option for caret line to be visible without focus.
nyamatongwe
1
-2
/
+10
2012-09-19
Allow subclasses to modify padding when last segment on line is italics.
nyamatongwe
1
-1
/
+2
2012-09-05
Fix crashes on Ubuntu with GTK+3 where scroll bar changes invalidate the
nyamatongwe
1
-0
/
+2
2012-09-04
Cache the CaseFolder object between FindText calls so that finding many insta...
nyamatongwe
1
-26
/
+14
2012-08-26
Add SCI_VCHOMEDISPLAYEXTEND keyboard command
Colomban Wendling
1
-0
/
+12
2012-08-25
Add SCI_VCHOMEDISPLAY keyboard command
Colomban Wendling
1
-0
/
+12
2012-07-24
Add ncurses platform. Rest of the implementation is an external project.
nyamatongwe
1
-3
/
+5
2012-07-21
Scale factor implemented for RGBAImages to allow for high definition markers ...
nyamatongwe
1
-1
/
+6
2012-07-18
strncat was being used with incorrect length argument. Result is always
nyamatongwe
1
-3
/
+3
2012-07-16
Implement SCI_GETSELECTIONEMPTY API. Bug #3543121.
nyamatongwe
1
-0
/
+3
2012-07-16
Send SCN_UPDATEUI with SC_UPDATE_SELECTION for backspace in virtual space. Bu...
nyamatongwe
1
-0
/
+1
2012-07-16
Fix rectangular selection range after backspace. Bug #3543097.
nyamatongwe
1
-0
/
+1
2012-07-11
Fix margin click so clicking on first pixel of margin causes a notification.
nyamatongwe
1
-1
/
+1
2012-07-02
When line starts with 0 width character, do not allow end of previous line
nyamatongwe
1
-0
/
+2
2012-06-27
Fix screen redraw issues introduced with change set 4199.
Marko Njezic
1
-6
/
+7
2012-07-02
Reduce scope of variable.
nyamatongwe
1
-1
/
+1
2012-07-01
Fix hang when Zero Width Space U+200B occurs at start of document.
nyamatongwe
1
-1
/
+1
2012-06-27
Using the correct side margin for previous commit.
nyamatongwe
1
-1
/
+1
2012-06-26
Bugs #699587, #3537799. Allow text at start of line to overlap 1 pixel
nyamatongwe
1
-3
/
+16
2012-06-17
Use std::string instead of fixed size strings.
nyamatongwe
1
-0
/
+12
2012-05-29
add CharClassifier::GetCharsOfClass
Mook
1
-0
/
+16
2012-05-26
Add DeleteRange method.
nyamatongwe
1
-0
/
+4
2012-05-26
Add GetRangePointer and GetGapPosition methods.
nyamatongwe
1
-0
/
+6
2012-05-26
Relying on Document for position in line of line end characters.
nyamatongwe
1
-10
/
+3
2012-05-26
Move classification of UTF-8 byte sequences into UniConversion module.
nyamatongwe
1
-86
/
+5
2012-05-16
Treat 66 non-characters *FFFE, *FFFF, FDD0 .. FDEF as errors and display the ...
nyamatongwe
1
-0
/
+8
[next]