aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2002-06-19TextHeight feature contributed by Josh Wingstrom.nyamatongwe5-3/+12
2002-06-13Added -Os space optimization compiler option.nyamatongwe1-1/+1
2002-06-12Patch from Gilles to make non debug targets force linking of lexers.nyamatongwe1-3/+5
2002-06-11Two enumerations incorrectly specified with "val".nyamatongwe1-2/+2
2002-06-10Avoid continuation lines due to hassles with old GCC.nyamatongwe1-3/+1
2002-06-09Compatibility with 64 bit systems.nyamatongwe2-10/+32
2002-06-09Compatibility with 64 bit systems.nyamatongwe1-3/+3
2002-06-09Compatibility with 64 bit systems.nyamatongwe5-3/+14
2002-06-09Choose compile options that are more compatible with standard C++.nyamatongwe1-1/+1
2002-06-09Avoid type size warnings.nyamatongwe1-2/+1
2002-06-09Using lenpos_t to avoid typing problem.nyamatongwe1-1/+1
2002-06-08Added Olivier to credits.nyamatongwe1-0/+1
2002-06-08Changed autocompletion fill up character handling to ensure the fill up ↵nyamatongwe2-8/+13
character is added separately and is seen as a char added notification so that calltips can be shown.
2002-06-08Patch from Philippe to fix multiline string handling.nyamatongwe1-10/+12
2002-06-08Patch from Philippe to handling line continuation to suit Macintosh format ↵nyamatongwe1-6/+4
files.
2002-06-08Stopped switching out of JavaScript state when </ inside regex.nyamatongwe1-0/+1
2002-06-04Documented macro recording a bit.nyamatongwe1-2/+6
2002-05-28Credit Gerhard.nyamatongwe1-0/+1
2002-05-27Removed nonFuncChar as no longer used.nyamatongwe1-4/+0
2002-05-21Changed from GetTickCount to GetMessageTime as that retieves the time the ↵nyamatongwe1-2/+2
mouse was clicked rather than the current time and there may have been a delay.
2002-05-20Fold #if as well as #region but require fold.preprocessor property to be set ↵nyamatongwe1-3/+4
to allow folding preprocessor directives.
2002-05-20Added a Match method to Accessor to make it easy to check for strings in a ↵nyamatongwe5-15/+25
document. Moved IsASpaceOrTab into StyleContext header.
2002-05-20Added a Match method to Accessor to make it easy to check for strings in a ↵nyamatongwe2-0/+2
document. Moved IsASpaceOrTab into StyleContext header.
2002-05-18Folding implemented for fold comments //{..//} and C# #region..#endregion.nyamatongwe1-0/+36
2002-05-11Fixed spelling.nyamatongwe1-1/+1
2002-05-10Updated download size.nyamatongwe1-1/+1
2002-05-09Added credit.nyamatongwe1-0/+1
2002-05-09Provided comment for 1.46.nyamatongwe1-1/+3
2002-05-09Updated changes.nyamatongwe1-4/+11
2002-05-09Documented parameter.nyamatongwe1-1/+1
2002-05-08Changes for 1.46.nyamatongwe1-0/+101
2002-05-08Added VS.NET files.nyamatongwe1-0/+3
2002-05-08Updated version number to 1.46.nyamatongwe5-13/+25
2002-05-08Added a reference to Practival Ruby.nyamatongwe1-0/+4
2002-05-07Clear all does not clear the contractionstate if in read-only mode.nyamatongwe1-1/+3
2002-04-26Fixed bug when handling removal of '\n' following '\r'.nyamatongwe1-4/+7
2002-04-23Don Paul Beletsky added substr and lowercase methods.nyamatongwe1-0/+22
2002-04-23Fixed allocation to be larger to avoid Win32 API problem.nyamatongwe1-1/+3
2002-04-22Script tag recognised in XML mode.nyamatongwe1-1/+3
2002-04-21Made Turkish and Thai set up bettr font specifications.nyamatongwe1-2/+2
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe10-50/+57
2002-04-21Changed lenpos_t to be size_t as that is WIN64 safe.nyamatongwe1-1/+1
2002-04-21Simplified LOGO option handling.nyamatongwe1-96/+94
Shared INCLUDEDIRS between compilers. Simplified command lines. Regenerated dependencies.
2002-04-21Updated.nyamatongwe1-3/+0
2002-04-21Stopped reporting of files deleted by piping to NUL:.nyamatongwe1-1/+1
2002-04-20Added QUIET option for Borland and simplified QUIET handling. Merged ↵nyamatongwe1-20/+21
resource file compilation and simplified some rules.
2002-04-19Patch from Don Paul including memcpy use, comments and change method.nyamatongwe1-6/+13
2002-04-18Fixed spelling.nyamatongwe1-1/+1
2002-04-18Added enu (enumeration) and lex (lexer) feature types. Defined enumerations ↵nyamatongwe3-22/+98
and lexers.
2002-04-18Added enu (enumeration) and lex (lexer) feature types. Defined enumerations ↵nyamatongwe1-0/+7
and lexers.