aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2000-03-23Fixed bug when copying null font name.nyamatongwe1-0/+2
2000-03-23Fixed bug in ContractionState when files larer than 400 lines had fold ↵nyamatongwe2-5/+5
points set. Fixed block comments in PLSQL.
2000-03-22Split UndoHistory out of CellBuffer.nyamatongwe12-170/+428
Fixed coalescing of nodes in the undo history. Added LineCut, LineDelete, LineTranspose, UpperCase and LowerCase keyboard commands and added keys for them. Added UUID lexical class to CPP lexer.
2000-03-22Fixed jEdit reference.nyamatongwe1-1/+1
2000-03-22Fixed name mismatch error in SetLength.nyamatongwe1-2/+2
2000-03-21Fixed up for release of split version.rel-1-23nyamatongwe3-10/+92
2000-03-20Fixed up for new directory structure.nyamatongwe1-10/+28
2000-03-20Breaking up downloaded documentation for Scintilla and SciTE.nyamatongwe2-39/+23
2000-03-20Breaking up downloaded documentation for Scintilla and SciTE.nyamatongwe1-0/+0
2000-03-20Made binary so no \r creep in.nyamatongwe1-1/+1
2000-03-19Updated credits list.nyamatongwe1-0/+14
2000-03-18Changing to binary so line feed line endings are preserved.nyamatongwe1-2/+2
2000-03-18Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.nyamatongwe6-11/+32
Most signals return FALSE on GTK+.
2000-03-18Added SCI_LINESONSCREEN.nyamatongwe4-7/+29
2000-03-17Changed name from vcbuild to SciLexer.nyamatongwe1-12/+12
2000-03-17Added some extensions and directories.nyamatongwe2-0/+8
2000-03-17Added Lex*.nyamatongwe1-1/+19
2000-03-17Fixed return value from Press.nyamatongwe1-1/+1
2000-03-17Fixed warning in ScintillaWin.nyamatongwe2-1/+29
makefile_bor uses Lex*.
2000-03-17Fixed bug in releasing font which was an alias of default font.nyamatongwe2-7/+14
2000-03-16Split up KeyWords.cxx into 7 individual lexer files Lex*.cxx.nyamatongwe14-2539/+2704
Fixed setting up of second view to get right document length. Changed Python lexer to handle empty lines immediately after fold line and last line of document.
2000-03-16Added Lex* files.nyamatongwe1-3/+31
2000-03-16Moved some functionality from KeyWords into StylingContext so all thenyamatongwe2-3/+49
lexing code could be moved out to files containing one lexer each.
2000-03-16Added Lex* files.nyamatongwe2-2/+20
2000-03-16Added Lex* files.nyamatongwe1-5/+41
2000-03-14Changed uses of ColourSegment to ColourTo and removed ColourSegment method.nyamatongwe3-298/+196
2000-03-14Allow command line setting of output directories.nyamatongwe1-50/+66
2000-03-13Fixed printing problems including putting line numbers in correct positionnyamatongwe6-8/+24
and flushing state when switching surfaces in case surfaces are encapsulating a shared underlying graphics context.
2000-03-09Marker changes are relayed through document to all views.nyamatongwe3-8/+34
2000-03-09Added modification flag for chanegs to markers.nyamatongwe1-0/+1
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.nyamatongwe3-3/+4
2000-03-09Initial version.nyamatongwe2-0/+13
2000-03-08Initial version.nyamatongwe1-0/+181
2000-03-08Handles null font.nyamatongwe1-2/+12
2000-03-08Made work on GTK+/Linux.nyamatongwe5-12/+26
2000-03-08xnyamatongwe1-0/+0
2000-03-08xnyamatongwe1-0/+0
2000-03-08xnyamatongwe1-0/+0
2000-03-08Initial revisionnyamatongwe25-0/+10801
2000-03-08Initial revisionnyamatongwe19-0/+5295
2000-03-08Initial revisionnyamatongwe18-0/+3566