aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2001-04-20Alexey added folding for Lua.nyamatongwe1-232/+205
2001-04-17Fixed up date and current version.nyamatongwe1-3/+3
2001-04-16Added mention of titmouse.nyamatongwe1-1/+6
2001-04-16Spelling corrections.nyamatongwe2-23/+23
2001-04-16Spelling corrections.nyamatongwe2-4/+4
2001-04-16Mention folder function.nyamatongwe1-0/+6
2001-04-16Initial version.nyamatongwe1-0/+251
2001-04-16Reordered 1.37 changes.nyamatongwe1-4/+4
2001-04-16Updated the 1.37 blurb.nyamatongwe1-1/+2
2001-04-16Finished first try at 1.37 release notes.nyamatongwe1-2/+111
Added Smari to credits.
2001-04-16Changed spelling mistake URIsDropped -> URIDropped.nyamatongwe3-6/+6
2001-04-16Partly done 1.37.nyamatongwe1-1/+42
2001-04-16Start of change notes for 1.37.nyamatongwe1-0/+14
2001-04-16Version and size update.nyamatongwe1-4/+4
2001-04-16Version update and change mailing list volume.nyamatongwe1-3/+3
2001-04-16Removed regular expression to do as feature now implemented.nyamatongwe1-3/+0
2001-04-16Link to code style document.nyamatongwe1-0/+5
2001-04-15Added mention of 1.37.nyamatongwe1-0/+6
2001-04-15Mention of ActiveState's Komodo and Ozan S. Yigit's regex.nyamatongwe1-0/+9
2001-04-15Removed blank lines.nyamatongwe1-3/+0
2001-04-15Moved header dependencies to automatically generated deps.mak.nyamatongwe2-60/+105
Include directories merged into CXXFLAGS for compatibility with other makefiles.
2001-04-15Stopped automatic generation of dependencies - requires "make deps" now.nyamatongwe2-99/+4
2001-04-15Initial version.nyamatongwe1-0/+95
2001-04-15Fixed comment.nyamatongwe1-1/+1
2001-04-15CHanged explicit g++ to $(CC)nyamatongwe1-1/+1
2001-04-15Moved most header dependencies to automatically generated depend file.nyamatongwe1-49/+8
Rule for building depend. Removed -o $@ from main .cxx -> .o rule as that is the default anyway.
2001-04-15Explicitly set subsystem for Borland make.nyamatongwe1-0/+1
2001-04-15Initial version.nyamatongwe1-0/+95
2001-04-14Added implementations for SCI_GETTARGETSTART and SCI_GETTARGETEND.nyamatongwe1-0/+6
2001-04-14Removed SC_UNDOCOLLECT_* enumeration which was deprecated in 1.27.nyamatongwe1-4/+0
2001-04-14Tweaked scrollbars to start 1 pixel earlier and thus reveal their bottomnyamatongwe1-13/+8
and right edges. Further tweaking to scrolling rect to ensure no overlap with scrollbars.
2001-04-14Documented new messages and some old constants.nyamatongwe3-16/+108
2001-04-13Fixed scroll bar size problem by calling gtk_widget_size_request on eachnyamatongwe1-269/+294
scroll bar. Removed end of line spaces and ran through astyle.
2001-04-13Fixed const incorrect code.nyamatongwe1-1/+1
2001-04-13Removed some dead commented code.nyamatongwe3-5/+0
2001-04-13Check for fold flag and don't call Fold method if not set as this avoidsnyamatongwe1-2/+4
checking in the Fold method.
2001-04-13Removed redundant Flush and check for fol as they are done by caller.nyamatongwe1-61/+55
2001-04-13Separated folding code into folding function.nyamatongwe1-34/+57
2001-04-13Added a string name to each lexer.nyamatongwe12-19/+20
Made it possible for LexerModule to be subclassed so that its Lex and Fold methods can be specialised to work across DLL boundaries.
2001-04-13Start of new lexer infrastructure.nyamatongwe8-21/+111
Lexers can have a fold function as well as a lexer function. They can be identified by string name as well as an integer ID and may ask to be automatically assigned that ID.
2001-04-13Separated folding from lexing.nyamatongwe1-42/+63
2001-04-13Added URL to find original code to comments.nyamatongwe1-0/+4
2001-04-12Fix from Philippe to a rectangular selection staing active after the usernyamatongwe1-1/+2
starts navigating with cursor keys.
2001-04-12Changed modification from setting a fold level to indicate that the markernyamatongwe1-1/+2
column should change.
2001-04-11Ignore possible build subdirectories.nyamatongwe1-0/+3
2001-04-11Spelling.nyamatongwe1-1/+1
2001-04-11Added SetMultiple and ToString methods.nyamatongwe2-25/+74
Made argument to single argument Set be const. Added length arguments to several methds so they can be used on buffers without modifying the buffers to include \0 characters.
2001-04-11Removing .cvsignore files.nyamatongwe1-0/+1
2001-04-11Avoided warnings on VC++ Pro.nyamatongwe1-4/+2
2001-04-11Removed carriage returns.nyamatongwe1-5/+5