aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
AgeCommit message (Expand)AuthorFilesLines
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