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
2000-06-11
Made IsControlCharacter inline as Hans says this speeds it up.
nyamatongwe
1
-1
/
+1
2000-06-08
Added GetColumn that determines the column of a position.
nyamatongwe
1
-0
/
+5
2000-06-08
Added CreateDocument message and changed AddRefDoc and ReleaseDoc to
nyamatongwe
1
-2
/
+8
2000-05-20
Fixed scope of variable.
nyamatongwe
1
-0
/
+4
2000-05-15
Support for different character sets for each style.
nyamatongwe
1
-1
/
+15
2000-05-10
Added underline attribute to styles.
nyamatongwe
1
-0
/
+11
2000-05-08
Fixed bug in deleting and changing case of rectangular selections.
nyamatongwe
1
-3
/
+2
2000-05-03
Removed non-working messages.
nyamatongwe
1
-26
/
+2
2000-05-02
Small touch ups - removal of unused definitions, fixing documentation.
nyamatongwe
1
-1
/
+1
2000-04-28
Added zoom set and zoom get.
nyamatongwe
1
-0
/
+8
2000-04-27
Ctrl+Up and Ctrl+Down now keep the caret visible.
nyamatongwe
1
-2
/
+18
2000-04-23
Fixing problems with fold information degrading when lines inserted and
nyamatongwe
1
-1
/
+5
2000-04-21
Changed font sizing to use more Windows compatible calculation
nyamatongwe
1
-1
/
+1
2000-04-18
Removed PropSet from Accessor interface.
nyamatongwe
1
-0
/
+25
2000-04-11
Added smart indentation support code.
nyamatongwe
1
-0
/
+10
2000-04-10
Tab size and indent size can now be different.
nyamatongwe
1
-0
/
+19
2000-04-08
Unicode keyboard input and dragging from Scintilla.
nyamatongwe
1
-3
/
+10
2000-04-08
Warning squashing.
nyamatongwe
1
-1
/
+1
2000-04-07
Changing code to ensure no warnings are produced by compilers.
nyamatongwe
1
-7
/
+5
2000-04-06
Initial Unicode support code.
nyamatongwe
1
-0
/
+6
2000-04-04
Avoid lots of warnings from Borland C++.
nyamatongwe
1
-20
/
+28
2000-04-01
Fixed warnings from Borland compiler.
nyamatongwe
1
-3
/
+1
2000-03-31
Fixed line ends.
nyamatongwe
1
-0
/
+2
2000-03-22
Split UndoHistory out of CellBuffer.
nyamatongwe
1
-1
/
+97
2000-03-18
Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.
nyamatongwe
1
-0
/
+6
2000-03-18
Added SCI_LINESONSCREEN.
nyamatongwe
1
-1
/
+4
2000-03-16
Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.
nyamatongwe
1
-10
/
+13
2000-03-13
Fixed printing problems including putting line numbers in correct position
nyamatongwe
1
-2
/
+9
2000-03-09
Marker changes are relayed through document to all views.
nyamatongwe
1
-4
/
+5
2000-03-09
Drag and drop copy can now be done to edge of selection.
nyamatongwe
1
-1
/
+5
2000-03-09
After paste, view repositioned to ensure caret visible.
nyamatongwe
1
-0
/
+1
2000-03-08
Initial revision
nyamatongwe
1
-0
/
+3705