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
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
2012-05-08
Feature #3520037. Trim current selection when setting a word or
nyamatongwe
1
-5
/
+10
2012-05-05
Replace std::auto_ptr with own code as has been deprecated by C++11.
nyamatongwe
1
-2
/
+15
2012-05-04
Bug #3522250. Group undo for newline with selection.
nyamatongwe
1
-2
/
+11
2012-05-04
Bug #3522251. SCI_NEWLINE with multiple selections now only replaces the
nyamatongwe
1
-0
/
+5
2012-04-24
Feature #3520037. Restore Ctrl+Triple Click adding a line to the selection.
nyamatongwe
1
-1
/
+1
2012-04-23
Feature #3520037. Modify Ctrl+Double Click change so that does not trigger
nyamatongwe
1
-1
/
+1
2012-04-23
Bug #3519246. Stop allowing selection into virtual space for rectangular sele...
nyamatongwe
1
-1
/
+1
2012-04-23
Allow Ctrl+Double Click to add words to the selection.
nyamatongwe
1
-1
/
+2
2012-04-15
Add an option to draw wrap markers in line number margin. Feature #3518198.
Marko Njezic
1
-20
/
+25
2012-04-21
Ensure annotation box is drawn using base style. Bug #3519872.
nyamatongwe
1
-1
/
+1
2012-04-15
Printing uses different margins, so reset screen margins. Bug #3517854.
Marko Njezic
1
-0
/
+4
2012-04-14
Remove Fold method as identical to superclass. Feature #3517596.
nyamatongwe
1
-10
/
+0
2012-04-14
Remove unused WhiteSpace get/set. Feature #3517596.
nyamatongwe
1
-8
/
+0
2012-04-13
Include wrap indentation in alpha selection when selecting whole lines. Bug #...
Marko Njezic
1
-0
/
+4
2012-04-12
Avoid drawing alpha selection into wrap indentation area. Bug #3515555.
nyamatongwe
1
-1
/
+1
2012-04-12
Bug #3514882. Fix recent change set 4086 which caused selection to end of a w...
nyamatongwe
1
-1
/
+2
2012-04-11
Bug #3514882. Properly draw translucent whole line states, by respecting right
nyamatongwe
1
-9
/
+9
2012-04-11
Bug #3514882. Properly determine last line that needs to be styled before
nyamatongwe
1
-2
/
+2
2012-04-11
Bug #3514882. Stop invalidating pixmapLine (and indirectly pixmapSelMargin)
nyamatongwe
1
-1
/
+0
2012-04-06
Remove unused variable.
nyamatongwe
1
-1
/
+0
2012-04-06
Bug #3513946. Make printing work when Direct2D is used for on screen drawing.
nyamatongwe
1
-2
/
+5
2012-03-31
Make MoveSelectedLines() work properly when there's no newline at EOF. Bug #3...
Marko Njezic
1
-8
/
+25
2012-04-03
Moved wrap indent code to wrapping branch.
nyamatongwe
1
-11
/
+6
2012-03-31
Bug #3512961. Word wrap indentation for print using positions calculated for
nyamatongwe
1
-10
/
+11
2012-02-29
Always record undo action for Ctrl+D
Unknown
1
-1
/
+1
2012-03-01
Bug #3494492. Change aveCharWidth in FontMeasurements to actually store
nyamatongwe
1
-2
/
+2
2012-02-29
Bug #3493503. Clip drawing operations to the painting area when using unbuffered
nyamatongwe
1
-5
/
+10
2012-02-27
Feature #3493530. Reduce amount of redrawing triggered by SCI_MARKERSETBACKSE...
nyamatongwe
1
-2
/
+3
2012-02-25
Bug #3493503. Properly redraw image markers with height larger than line height.
Marko Njezic
1
-1
/
+17
2012-02-17
Draw markers horizontally off center only on textual margins. Bug #3488696.
Marko Njezic
1
-1
/
+1
2012-02-18
Wrap lines if needed when moving to a position. Bug #3487397.
nyamatongwe
1
-3
/
+7
2012-02-07
Respect virtual space in ButtonDown/ButtonUp and prevent random behavior of
Marko Njezic
1
-23
/
+29
2012-02-09
Fix rounding issue in SPositionFromLocation() that started with introduction of
Marko Njezic
1
-1
/
+1
2012-02-08
Fix spurious extra indentation guide at end of indentation caused by change
nyamatongwe
1
-9
/
+17
2012-02-04
Make priority wrap actually process all displayed document lines. Bug #3484179.
Marko Njezic
1
-0
/
+6
2012-02-04
Properly highlight EOL blobs. Bug #3484330.
Marko Njezic
1
-16
/
+20
2012-01-30
Fix cursor up/down movement on wrapped lines and lines with annotations.
Marko Njezic
1
-13
/
+33
[next]