summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 17:01:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:00:27 +0900
commit6923f459303f67484c216514ed048333abc931e6 (patch)
treea4094bbf5df437c3a779304b63b5bd761da1541a
parent2116474ab6d253624b129bbb21543e9214796dca (diff)
downloadtqscintilla-r14.1.x.tar.gz
tqscintilla-r14.1.x.zip
Drop Borland compiler specific coder14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3c23eba2e71e6aebeb7ff5091fc69d050170e1d1)
-rw-r--r--doc/other/ScintillaDoc.html2
-rw-r--r--doc/other/ScintillaToDo.html6
-rw-r--r--tqt/tqextscintillalexer.cpp2
3 files changed, 1 insertions, 9 deletions
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
<h2 id="BuildingScintilla">Building Scintilla</h2>
<p>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
@@ -94,12 +94,6 @@
GRASP</a>.
</p>
<p>
- A VCL component wrapper around Scintilla so it can be used with Delphi or
- Borland C++ Builder.
- There is <a href="http://www.pnotepad.org/scintilla/">some work</a>
- on this available.
- </p>
- <p>
Port to MacOS X.
</p>
<p>
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());