summaryrefslogtreecommitdiffstats
path: root/doc/Scintilla
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-30 12:33:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-30 12:33:18 -0600
commit03bc485016127d419bbbbc3cfb09e21e8754b383 (patch)
treecad8234bcf26063239ac7a565298b897ffdeef57 /doc/Scintilla
parent664e37abfe5c796c1279b8295fb030f126b0a7d8 (diff)
downloadtqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.tar.gz
tqscintilla-03bc485016127d419bbbbc3cfb09e21e8754b383.zip
Initial automated TQt conversion
Diffstat (limited to 'doc/Scintilla')
-rwxr-xr-xdoc/Scintilla/SciTEIco.pngbin10091 -> 10090 bytes
-rwxr-xr-xdoc/Scintilla/ScintillaDoc.html26
-rwxr-xr-xdoc/Scintilla/ScintillaHistory.html22
-rwxr-xr-xdoc/Scintilla/ScintillaRelated.html8
4 files changed, 28 insertions, 28 deletions
diff --git a/doc/Scintilla/SciTEIco.png b/doc/Scintilla/SciTEIco.png
index d0cc869..6ff6a55 100755
--- a/doc/Scintilla/SciTEIco.png
+++ b/doc/Scintilla/SciTEIco.png
Binary files differ
diff --git a/doc/Scintilla/ScintillaDoc.html b/doc/Scintilla/ScintillaDoc.html
index 3767b3b..4d0b584 100755
--- a/doc/Scintilla/ScintillaDoc.html
+++ b/doc/Scintilla/ScintillaDoc.html
@@ -473,7 +473,7 @@
<a class="message" href="#SCI_GETSTYLEBITSNEEDED">SCI_GETSTYLEBITSNEEDED</a>.</p>
<p><b id="TextRange">TextRange</b> and <b id="CharacterRange">CharacterRange</b><br />
- These structures are defined to be exactly the same shape as the Win32 <code>TEXTRANGE</code>
+ These structures are defined to be exactly the same tqshape as the Win32 <code>TEXTRANGE</code>
and <code>CHARRANGE</code>, so that older code that treats Scintilla as a RichEdit will
work.</p>
<pre>
@@ -677,7 +677,7 @@ struct TextRange {
href="#SCI_SEARCHINTARGET">SCI_SEARCHINTARGET</a></code></p>
<p><b id="TextToFind">TextToFind</b><br />
- This structure is defined to have exactly the same shape as the Win32 structure
+ This structure is defined to have exactly the same tqshape as the Win32 structure
<code>FINDTEXTEX</code> for old code that treated Scintilla as a RichEdit control.</p>
<pre>
struct TextToFind {
@@ -2370,10 +2370,10 @@ struct TextToFind {
20 Windows system colours.</p>
<p>To see an example of how to enable palette support in Scintilla, search the text of SciTE
- for <code>WM_PALETTECHANGED</code>, <code>WM_QUERYNEWPALETTE</code> and
+ for <code>WM_PALETTECHANGED</code>, <code>WM_TQUERYNEWPALETTE</code> and
<code>SCI_SETUSEPALETTE</code>. The Windows messages to forward are:<br />
<code>WM_SYSCOLORCHANGE</code>, <code>WM_PALETTECHANGED</code>,
- <code>WM_QUERYNEWPALETTE</code> (should return <code>TRUE</code>).</p>
+ <code>WM_TQUERYNEWPALETTE</code> (should return <code>TRUE</code>).</p>
<p>To forward a message <code>(WM_XXXX, WPARAM, LPARAM)</code> to Scintilla, you can use
<code>SendMessage(hScintilla, WM_XXXX, WPARAM, LPARAM)</code> where <code>hScintilla</code> is
@@ -2449,7 +2449,7 @@ struct TextToFind {
function.
For example, if you don't allow '_' in your set of characters
use:<br />
- <code>SCI_SETWORDCHARS(0, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")</code>;</p>
+ <code>SCI_SETWORDCHARS(0, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPTQRSTUVWXYZ0123456789")</code>;</p>
<p><b id="SCI_SETWHITESPACECHARS">SCI_SETWHITESPACECHARS(&lt;unused&gt;, const char *chars)</b><br />
Similar to <code>SCI_SETWORDCHARS</code>, this message allows the user to define which chars Scintilla considers
@@ -2873,7 +2873,7 @@ struct TextToFind {
style information (for 32 styles) and 3 bits of indicator information for 3 independent
indicators so that, for example, syntax errors, deprecated names and bad indentation could all
be displayed at once. Indicators may be displayed as simple underlines, squiggly underlines, a
- line of small 'T' shapes, a line of diagonal hatching, a strike-out or a rectangle around the text.</p>
+ line of small 'T' tqshapes, a line of diagonal hatching, a strike-out or a rectangle around the text.</p>
<p>The indicators are set using <a class="message"
href="#SCI_STARTSTYLING"><code>SCI_STARTSTYLING</code></a> with a <code>INDICS_MASK</code> mask
@@ -2886,7 +2886,7 @@ struct TextToFind {
Use <a class="message" href="#SCI_GETENDSTYLED"><code>SCI_GETENDSTYLED</code></a>
to retrieve the current "styled to" position and
<a class="message" href="#SCI_STARTSTYLING"><code>SCI_STARTSTYLING</code></a>
- to reset the styling position and mask (<code>0x1f </code> in the default layout of 5 style bits and 3 indicator bits)
+ to reset the styling position and mask (<code>0x1f </code> in the default tqlayout of 5 style bits and 3 indicator bits)
when you are done.</p>
<p>The number of bits used for styles can be altered with <a class="message"
@@ -2935,7 +2935,7 @@ struct TextToFind {
</tr>
<tr>
- <td align="left"><code>INDIC_SQUIGGLE</code></td>
+ <td align="left"><code>INDIC_STQUIGGLE</code></td>
<td align="center">1</td>
@@ -2947,7 +2947,7 @@ struct TextToFind {
<td align="center">2</td>
- <td>A line of small T shapes.</td>
+ <td>A line of small T tqshapes.</td>
</tr>
<tr>
@@ -2994,7 +2994,7 @@ struct TextToFind {
</table>
<p>The default indicator styles are equivalent to:<br />
- <code>SCI_INDICSETSTYLE(0, INDIC_SQUIGGLE);</code><br />
+ <code>SCI_INDICSETSTYLE(0, INDIC_STQUIGGLE);</code><br />
<code>SCI_INDICSETSTYLE(1, INDIC_TT);</code><br />
<code>SCI_INDICSETSTYLE(2, INDIC_PLAIN);</code></p>
@@ -4110,10 +4110,10 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
Independent from drawing a visual flag at the begin the subline can have an indention.</p>
<p>Much of the time used by Scintilla is spent on laying out and drawing text. The same text
- layout calculations may be performed many times even when the data used in these calculations
- does not change. To avoid these unnecessary calculations in some circumstances, the line layout
+ tqlayout calculations may be performed many times even when the data used in these calculations
+ does not change. To avoid these unnecessary calculations in some circumstances, the line tqlayout
cache can store the results of the calculations. The cache is invalidated whenever the
- underlying data, such as the contents or styling of the document changes. Caching the layout of
+ underlying data, such as the contents or styling of the document changes. Caching the tqlayout of
the whole document has the most effect, making dynamic line wrap as much as 20 times faster but
this requires 7 times the memory required by the document contents plus around 80 bytes per
line.</p>
diff --git a/doc/Scintilla/ScintillaHistory.html b/doc/Scintilla/ScintillaHistory.html
index a230271..a4a74d6 100755
--- a/doc/Scintilla/ScintillaHistory.html
+++ b/doc/Scintilla/ScintillaHistory.html
@@ -578,7 +578,7 @@
Empty ranges can no longer be dragged.
</li>
<li>
- Crash fixed when calls made that use layout inside the painted notification.
+ Crash fixed when calls made that use tqlayout inside the painted notification.
</li>
<li>
Bug fixed where Scintilla created pixmap buffers that were too large leading
@@ -595,8 +595,8 @@
SciTE HTML exporter no longer honours monospaced font setting.
</li>
<li>
- Line layout cache in page mode caches the line of the caret. An assertion is
- now used to ensure that the layout reentrancy problem that caused this
+ Line tqlayout cache in page mode caches the line of the caret. An assertion is
+ now used to ensure that the tqlayout reentrancy problem that caused this
is easier to find.
</li>
<li>
@@ -1285,7 +1285,7 @@
Bug fixed where SCI_LINEENDWRAP would move too far when line ends are visible.
</li>
<li>
- Bugs fixed where calltips with unicode or other non-ASCII text would display
+ Bugs fixed where calltips with tqunicode or other non-ASCII text would display
incorrectly.
</li>
<li>
@@ -1533,7 +1533,7 @@
Bug in SciTE on Windows fixed where clipboard commands stopped working.
</li>
<li>
- Crashing bugs in display fixed in line layout cache.
+ Crashing bugs in display fixed in line tqlayout cache.
</li>
<li>
Crashing bug may be fixed on AMD64 processor on GTK+.
@@ -2954,7 +2954,7 @@
Released on 15 March 2002.
</li>
<li>
- Line layout cache implemented to improve performance by maintaining
+ Line tqlayout cache implemented to improve performance by maintaining
the positioning of characters on lines. Can be set to cache nothing,
the line with the caret, the visible page or the whole document.
</li>
@@ -3534,7 +3534,7 @@
with GTK_ as keywords.
</li>
<li>
- Horizontal scrolling can be jumpy rather than gradual.
+ Qt::Horizontal scrolling can be jumpy rather than gradual.
</li>
<li>
GetSelText places a '\0' in the buffer if the selection is empty..
@@ -4592,7 +4592,7 @@
Tool bar.
</li>
<li>
- Status bar now on Windows as well as GTK+.
+ tqStatus bar now on Windows as well as GTK+.
</li>
<li>
Input fields in Find and Replace dialogs now have history on both Windows and
@@ -4603,7 +4603,7 @@
in items. The selected item may be changed through the API.
</li>
<li>
- Horizontal scrollbar can be turned off.
+ Qt::Horizontal scrollbar can be turned off.
</li>
<li>
Property to remove trailing spaces when saving file.
@@ -4795,7 +4795,7 @@
Caret policy determines how closely caret is tracked by visible area.
</li>
<li>
- New marker shapes: arrow pointing down, plus and minus.
+ New marker tqshapes: arrow pointing down, plus and minus.
</li>
<li>
Optionally display full path in title rather than just file name.
@@ -4879,7 +4879,7 @@
Borland compatible makefile.
</li>
<li>
- Status bar showing caret position in GTK+ version of SciTE.
+ tqStatus bar showing caret position in GTK+ version of SciTE.
</li>
<li>
Bug fixes to selection drawing when part of selection outside window, mouse release over
diff --git a/doc/Scintilla/ScintillaRelated.html b/doc/Scintilla/ScintillaRelated.html
index bc2edc8..410ddb7 100755
--- a/doc/Scintilla/ScintillaRelated.html
+++ b/doc/Scintilla/ScintillaRelated.html
@@ -55,8 +55,8 @@
</a> is an encapsulation of Scintilla for use within the .NET framework.
</p>
<p>
- <a href="http://www.riverbankcomputing.co.uk/qscintilla/index.php">QScintilla
- </a> is a port of Scintilla to the Qt platform. It has a similar license to Qt: GPL for use in
+ <a href="http://www.riverbankcomputing.co.uk/qscintilla/index.php">TQScintilla
+ </a> is a port of Scintilla to the TQt platform. It has a similar license to TQt: GPL for use in
free software and commercial for use in close-source applications.
</p>
<p>
@@ -221,7 +221,7 @@
</p>
<p>
<a href="http://www.die-offenbachs.de/detlev/eric3.html">Eric3</a>
- is a Python IDE written using PyQt and QScintilla.
+ is a Python IDE written using PyTQt and TQScintilla.
</p>
<p>
<a href="http://www.templatetamer.com/">TemplateTamer</a>
@@ -323,7 +323,7 @@
</p>
<p>
<a href="http://www.thekompany.com/products/blackadder/">Black Adder</a> is a
- Qt based development environment for Python and Ruby.
+ TQt based development environment for Python and Ruby.
</p>
<p>
<a href="http://www.activestate.com/Products/Komodo/">Komodo</a>