aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
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.
2002-04-18Using symbolc lexical class names for properties lexer.nyamatongwe1-9/+9
2002-04-18Changed default builds to VS .NET.nyamatongwe2-0/+8
2002-04-17Changed ctags recogniser to not trigger on initial tab.nyamatongwe1-1/+1
2002-04-17Added credit.nyamatongwe1-0/+1
2002-04-16Made default nmake build quiet.nyamatongwe1-1/+1
2002-04-16Patch from Holger Kiemes to recognise more tag line formats.nyamatongwe3-0/+14
2002-04-16Added credit.nyamatongwe1-0/+1
2002-04-14Added credit.nyamatongwe1-0/+1
2002-04-14Implemented endAtLastLine attribute which allows option of scrolling onenyamatongwe5-6/+48
page below last document line.
2002-04-12MSVC release build creates debug information.nyamatongwe1-2/+2
2002-04-12Fixed problem where caret would not move to previous line due to wrapping.nyamatongwe2-9/+22
2002-04-12Update from Valery.nyamatongwe1-4/+10
2002-04-11Updated instructions for ensuring lexers linked in and explained the ↵nyamatongwe1-2/+10
procedure used for changing the set of lexers.
2002-04-11Added Eiffel lexer.nyamatongwe1-0/+4
2002-04-11List of lexers automatically generated.nyamatongwe2-7/+21
2002-04-11Added call to Scintilla_LinkLexers to ensure lexers are always linked innyamatongwe1-0/+1
for SciLexer version.
2002-04-11List of lexers automatically generated.nyamatongwe2-4/+22
2002-04-11Uses macro to simplify lexer references.nyamatongwe1-74/+46
Always compiles Scintilla_LinkLexers(). List of lexers automatically generated.
2002-04-11INitial version.nyamatongwe1-0/+104
2002-04-10Changed incorrect mention ot Scintilla_ForceLexers() to correct name,nyamatongwe1-1/+1
Scintilla_LinkLexers().
2002-04-08Avoid visible changes when setting scroll width to same value.nyamatongwe1-2/+3
2002-04-07Added SCN_ZOOM and SCI_TEXTWIDTH.nyamatongwe1-0/+18
2002-04-07Added ZOOM notification. Added TextWidth method to allow clients to ↵nyamatongwe4-6/+42
determine width of text items such as width needed for line numbers.
2002-04-05Fixed folding problem when keywords appeared in document comments.nyamatongwe1-4/+10
2002-04-04Change to horizontal scrolling to allow the assumed document width to be set.nyamatongwe6-24/+67