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