diff --git a/doc/other/ScintillaDoc.html b/doc/other/ScintillaDoc.html index 3767b3b..d82f9fc 100644 --- a/doc/other/ScintillaDoc.html +++ b/doc/other/ScintillaDoc.html @@ -5308,7 +5308,7 @@ EM_SETTARGETDEVICE
To build Scintilla or SciTE, see the README file present in both the Scintilla and SciTE - directories. For Windows, GCC 3.2, Borland C++ or Microsoft Visual Studio .NET can be used + directories. For Windows, GCC 3.2 or Microsoft Visual Studio .NET can be used for building. There is a make file for building Scintilla but not SciTE with Visual C++ 6 at scintilla/win32/scintilla_vc6.mak. For GTK+, GCC 3.1 should be used. GTK+ 1.2x and 2.0x are supported. The version of GTK+ installed should be detected automatically. diff --git a/doc/other/ScintillaToDo.html b/doc/other/ScintillaToDo.html index 0fd6b0b..38fe762 100644 --- a/doc/other/ScintillaToDo.html +++ b/doc/other/ScintillaToDo.html @@ -93,12 +93,6 @@ GRASP.
-- A VCL component wrapper around Scintilla so it can be used with Delphi or - Borland C++ Builder. - There is some work - on this available. -
Port to MacOS X.
diff --git a/tqt/tqextscintillalexer.cpp b/tqt/tqextscintillalexer.cpp index 5cb62d3..5663415 100644 --- a/tqt/tqextscintillalexer.cpp +++ b/tqt/tqextscintillalexer.cpp @@ -343,8 +343,6 @@ bool TQextScintillaLexer::writeSettings(TQSettings &qs,const char *prefix) const fdesc += f.family(); fdesc += fmt.arg(f.pointSize()); - - // The casts are for Borland. fdesc += fmt.arg((int)f.bold()); fdesc += fmt.arg((int)f.italic()); fdesc += fmt.arg((int)f.underline());