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
Age
Commit message (
Expand
)
Author
Files
Lines
2000-06-24
Fixed crash in indentation guides when indent size is 0.
nyamatongwe
1
-0
/
+2
2000-06-24
Added methods for getting and setting the start and end of the selection.
nyamatongwe
1
-4
/
+22
2000-06-23
Added Alt+BackSpace as synonym for Undo.
nyamatongwe
1
-0
/
+1
2000-06-22
Caret stability when adding or deleting characters.
nyamatongwe
1
-0
/
+6
2000-06-22
Fixed tests for view whitespace to be the right way around.
nyamatongwe
1
-2
/
+2
2000-06-22
Removed deprecated APIs.
nyamatongwe
4
-65
/
+27
2000-06-21
GetLineEndPosition exposed.
nyamatongwe
1
-1
/
+4
2000-06-21
Added indentation guide API.
nyamatongwe
5
-41
/
+118
2000-06-19
Tabs in indentation are displayed as vertical lines.
nyamatongwe
1
-4
/
+14
2000-06-19
Fixed hang where only visible char in file is '#'.
nyamatongwe
1
-1
/
+1
2000-06-17
Removed trace.
nyamatongwe
1
-1
/
+0
2000-06-17
Fixed performance problem with line < 0.
nyamatongwe
1
-0
/
+2
2000-06-14
Simplified case where state changes to DEFAULT.
nyamatongwe
1
-29
/
+4
2000-06-13
Fixed paint bug where last line of document was drawn twice.
nyamatongwe
1
-1
/
+1
2000-06-12
Lua language support from Paul Winwood.
nyamatongwe
1
-0
/
+298
2000-06-11
Property set keys are now case sensitive.
nyamatongwe
1
-12
/
+9
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
3
-0
/
+25
2000-06-08
Added CreateDocument message and changed AddRefDoc and ReleaseDoc to
nyamatongwe
2
-3
/
+9
2000-06-06
Handle CDATA sections in XML.
nyamatongwe
1
-1
/
+11
2000-05-27
Changed operator bool in WordList to return false if WordList is empty.
nyamatongwe
3
-51
/
+18
2000-05-23
Fixed error when delete performed at end of document.
nyamatongwe
1
-0
/
+2
2000-05-21
Shift+Backspace is same as backspace.
nyamatongwe
1
-0
/
+1
2000-05-20
Fixed scope of variable.
nyamatongwe
2
-1
/
+6
2000-05-20
Lexer changes from Philippe.
nyamatongwe
3
-0
/
+70
2000-05-15
Support for different character sets for each style.
nyamatongwe
5
-10
/
+34
2000-05-15
Mod for here documents from Steffen Goeldner.
nyamatongwe
1
-3
/
+5
2000-05-10
Added underline attribute to styles.
nyamatongwe
5
-7
/
+39
2000-05-08
Added LaTeX lexer from Christian Obrecht.
nyamatongwe
1
-0
/
+105
2000-05-08
Fixed bug in deleting and changing case of rectangular selections.
nyamatongwe
1
-3
/
+2
2000-05-07
Scintilla.iface works now for SciMoz.
nyamatongwe
1
-0
/
+1
2000-05-03
Fixed problem with initial style not being picked up correctly since the
nyamatongwe
1
-0
/
+4
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
2
-0
/
+9
2000-04-28
Fixed unterminated string when using \n line terminators.
nyamatongwe
1
-5
/
+5
2000-04-27
Ctrl+Up and Ctrl+Down now keep the caret visible.
nyamatongwe
2
-2
/
+19
2000-04-27
Mad preprocessor continue when \ at end of line.
nyamatongwe
1
-17
/
+20
2000-04-27
Fixed bug when deleting lines.
nyamatongwe
1
-7
/
+8
2000-04-23
Fixing problems with fold information degrading when lines inserted and
nyamatongwe
6
-34
/
+114
2000-04-23
Ensured lexers do not style any more than they have been asked to.
nyamatongwe
5
-10
/
+10
2000-04-21
Changed font sizing to use more Windows compatible calculation
nyamatongwe
4
-5
/
+14
2000-04-18
Removed PropSet from Accessor interface.
nyamatongwe
8
-7
/
+39
2000-04-11
Added smart indentation support code.
nyamatongwe
3
-17
/
+31
2000-04-11
Fixed handling folding in of triple quoted strings.
nyamatongwe
1
-11
/
+24
2000-04-10
Added get/set of separator character used when setting auto-completion list.
nyamatongwe
3
-2
/
+27
2000-04-10
Tab size and indent size can now be different.
nyamatongwe
3
-19
/
+97
2000-04-10
Removed redundant subexpression in PropSet::GetInt.
nyamatongwe
1
-1
/
+1
2000-04-10
Death of Accessor.
nyamatongwe
3
-166
/
+86
2000-04-08
Unicode keyboard input and dragging from Scintilla.
nyamatongwe
5
-9
/
+17
[next]