diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-22 12:15:51 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-22 12:15:51 +1100 |
commit | 6ce1ec77ba6f5d803c078f70d47a944ad95c33f6 (patch) | |
tree | c0e7b90970ee20776aac7be3e7186f8f09e65c9d | |
parent | 9ce203c80aee4f0250238ebbeadd2edb3b627109 (diff) | |
download | scintilla-mirror-6ce1ec77ba6f5d803c078f70d47a944ad95c33f6.tar.gz |
Fixing tag mismatches.
-rw-r--r-- | doc/ScintillaDoc.html | 41 |
1 files changed, 18 insertions, 23 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index aea26e7c1..1df4f3ed2 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -2274,7 +2274,7 @@ struct Sci_TextToFind { Unicode line ends.</p> </div> - <code><a class="message" href="#SCI_SETEOLMODE">SCI_SETEOLMODE(int eolMode)</a><br /> + <a class="message" href="#SCI_SETEOLMODE">SCI_SETEOLMODE(int eolMode)</a><br /> <a class="message" href="#SCI_GETEOLMODE">SCI_GETEOLMODE</a><br /> <a class="message" href="#SCI_CONVERTEOLS">SCI_CONVERTEOLS(int eolMode)</a><br /> <a class="message" href="#SCI_SETVIEWEOL">SCI_SETVIEWEOL(bool visible)</a><br /> @@ -2286,7 +2286,6 @@ struct Sci_TextToFind { <a class="message" href="#SCI_GETLINEENDTYPESALLOWED">SCI_GETLINEENDTYPESALLOWED</a><br /> <a class="message" href="#SCI_GETLINEENDTYPESACTIVE">SCI_GETLINEENDTYPESACTIVE</a><br /> </div> - </code> <p><b id="SCI_SETEOLMODE">SCI_SETEOLMODE(int eolMode)</b><br /> <b id="SCI_GETEOLMODE">SCI_GETEOLMODE</b><br /> @@ -2887,8 +2886,7 @@ struct Sci_TextToFind { <p><b id="SCI_SETREPRESENTATION">SCI_SETREPRESENTATION(const char *encodedCharacter, const char *representation)</b><br /> <b id="SCI_GETREPRESENTATION">SCI_GETREPRESENTATION(const char *encodedCharacter, char *representation)</b><br /> <b id="SCI_CLEARREPRESENTATION">SCI_CLEARREPRESENTATION(const char *encodedCharacter)</b><br /> - - <p>Any character, including those normally displayed as mnemonics may be represented by a + Any character, including those normally displayed as mnemonics may be represented by a string inverted in a rounded rectangle.</p> <p>For example, the Ohm sign Ω U+2126 looks very similar to the Greek Omega character Ω U+03C9 so, @@ -2903,8 +2901,7 @@ struct Sci_TextToFind { <p><b id="SCI_SETCONTROLCHARSYMBOL">SCI_SETCONTROLCHARSYMBOL(int symbol)</b><br /> <b id="SCI_GETCONTROLCHARSYMBOL">SCI_GETCONTROLCHARSYMBOL</b><br /> - - <p>The mnemonics may be replaced by a nominated symbol with an ASCII code in the + The mnemonics may be replaced by a nominated symbol with an ASCII code in the range 32 to 255. If you set a symbol value less than 32, all control characters are displayed as mnemonics. The symbol you set is rendered in the font of the style set for the character. You can read back the current symbol with the <code>SCI_GETCONTROLCHARSYMBOL</code> message. @@ -3373,10 +3370,10 @@ struct Sci_TextToFind { that is unmatched. Using a position of <code>INVALID_POSITION</code> (-1) removes the highlight.</p> - <p><b id="#SCI_BRACEHIGHLIGHTINDICATOR">SCI_BRACEHIGHLIGHTINDICATOR(bool useBraceHighlightIndicator, int indicatorNumber)</b><br /> + <p><b id="SCI_BRACEHIGHLIGHTINDICATOR">SCI_BRACEHIGHLIGHTINDICATOR(bool useBraceHighlightIndicator, int indicatorNumber)</b><br /> Use specified indicator to highlight matching braces instead of changing their style.</p> - <p><b id="#SCI_BRACEBADLIGHTINDICATOR">SCI_BRACEBADLIGHTINDICATOR(bool useBraceBadLightIndicator, int indicatorNumber)</b><br /> + <p><b id="SCI_BRACEBADLIGHTINDICATOR">SCI_BRACEBADLIGHTINDICATOR(bool useBraceBadLightIndicator, int indicatorNumber)</b><br /> Use specified indicator to highlight non matching brace instead of changing its style.</p> <p><b id="SCI_BRACEMATCH">SCI_BRACEMATCH(int pos, int maxReStyle)</b><br /> @@ -4223,10 +4220,10 @@ struct Sci_TextToFind { <a class="message" href="#SCI_AUTOCSETIGNORECASE">SCI_AUTOCSETIGNORECASE(bool ignoreCase)</a><br /> <a class="message" href="#SCI_AUTOCGETIGNORECASE">SCI_AUTOCGETIGNORECASE</a><br /> - <a class="message" href="#SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR(int behaviour)</a><br> - <a class="message" href="#SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR</a><br> - <a class="message" href="#SCI_AUTOCSETORDER">SCI_AUTOCSETORDER(int order)</a><br> - <a class="message" href="#SCI_AUTOCGETORDER">SCI_AUTOCGETORDER</a><br> + <a class="message" href="#SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR(int behaviour)</a><br /> + <a class="message" href="#SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR</a><br /> + <a class="message" href="#SCI_AUTOCSETORDER">SCI_AUTOCSETORDER(int order)</a><br /> + <a class="message" href="#SCI_AUTOCGETORDER">SCI_AUTOCGETORDER</a><br /> <a class="message" href="#SCI_AUTOCSETAUTOHIDE">SCI_AUTOCSETAUTOHIDE(bool autoHide)</a><br /> <a class="message" href="#SCI_AUTOCGETAUTOHIDE">SCI_AUTOCGETAUTOHIDE</a><br /> <a class="message" href="#SCI_AUTOCSETDROPRESTOFWORD">SCI_AUTOCSETDROPRESTOFWORD(bool @@ -4335,15 +4332,15 @@ struct Sci_TextToFind { By default, matching of characters to list members is case sensitive. These messages let you set and get case sensitivity.</p> - <p><b id="SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR(int behaviour)</b><br> - <b id="SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR</b><br> + <p><b id="SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCSETCASEINSENSITIVEBEHAVIOUR(int behaviour)</b><br /> + <b id="SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR">SCI_AUTOCGETCASEINSENSITIVEBEHAVIOUR</b><br /> When autocompletion is set to ignore case (<code>SCI_AUTOCSETIGNORECASE</code>), by default it will nonetheless select the first list member that matches in a case sensitive way to entered characters. This corresponds to a behaviour property of <code>SC_CASEINSENSITIVEBEHAVIOUR_RESPECTCASE</code> (0). If you want autocompletion to ignore case at all, choose <code>SC_CASEINSENSITIVEBEHAVIOUR_IGNORECASE</code> (1).</p> - <p><b id="SCI_AUTOCSETORDER">SCI_AUTOCSETORDER(int order)</b><br> - <b id="SCI_AUTOCGETORDER">SCI_AUTOCGETORDER</b><br> + <p><b id="SCI_AUTOCSETORDER">SCI_AUTOCSETORDER(int order)</b><br /> + <b id="SCI_AUTOCGETORDER">SCI_AUTOCGETORDER</b><br /> The default setting <code>SC_ORDER_PRESORTED</code> (0) requires that the list be provided in alphabetical sorted order. </p> <p>Sorting the list can be done by Scintilla instead of the application with <code>SC_ORDER_PERFORMSORT</code> (1). @@ -4969,7 +4966,7 @@ struct Sci_RangeToFormat { <p>On GTK+, the surface IDs to use can be found from the printing context with <code>gtk_print_context_get_cairo_context(context)</code>.</p> - <code>chrg.cpMin</code> and <code>chrg.cpMax</code> define the start position and maximum + <p><code>chrg.cpMin</code> and <code>chrg.cpMax</code> define the start position and maximum position of characters to output. All of each line within this character range is drawn.</p> <p>When printing, the most tedious part is always working out what the margins should be to @@ -5215,7 +5212,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <p>To ensure a responsive user interface, applications may decide to load and save documents using a separate thread from the user interface.</p> - <h3 id="BackgroundLoad">Loading in the background</h2> + <h3 id="BackgroundLoad">Loading in the background</h3> <p>An application can load all of a file into a buffer it allocates on a background thread and then add the data in that buffer into a Scintilla document on the user interface thread. That technique uses extra memory to store a complete copy of the @@ -5251,11 +5248,11 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <a class="message" href="#SCI_CREATEDOCUMENT">SCI_CREATEDOCUMENT</a>. There is no need to call <code>Release</code> after <code>ConvertToDocument</code>.</p> - <h3 id="BackgroundSave">Saving in the background</h2> + <h3 id="BackgroundSave">Saving in the background</h3> <p>An application that wants to save in the background should lock the document with <code>SCI_SETREADONLY(1)</code> to prevent modifications and retrieve a pointer to the unified document contents with - <a class="message" href="#SCI_GETCHARACTERPOINTER">SCI_GETCHARACTERPOINTER</a></code>. + <a class="message" href="#SCI_GETCHARACTERPOINTER">SCI_GETCHARACTERPOINTER</a>. The buffer of a locked document will not move so the pointer is valid until the application calls <code>SCI_SETREADONLY(0)</code>.</p> <p>If the user tries to performs a modification while the document is locked then a <code><a class="message" @@ -5941,7 +5938,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <p>Scintilla also supports external lexers. These are DLLs (on Windows) or .so modules (on GTK+/Linux) that export three functions: <code>GetLexerCount</code>, <code>GetLexerName</code>, and <code>GetLexerFactory</code>. See <code>externalLexer.cxx</code> for more.</p> - <code><a class="message" href="#SCI_SETLEXER">SCI_SETLEXER(int lexer)</a><br /> + <a class="message" href="#SCI_SETLEXER">SCI_SETLEXER(int lexer)</a><br /> <a class="message" href="#SCI_GETLEXER">SCI_GETLEXER</a><br /> <a class="message" href="#SCI_SETLEXERLANGUAGE">SCI_SETLEXERLANGUAGE(<unused>, const char *name)</a><br /> @@ -5975,8 +5972,6 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){ <a class="message" href="#SCI_SETIDENTIFIERS">SCI_SETIDENTIFIERS(int style, const char *identifiers)</a><br /> </div> - </code> - <p><b id="SCI_SETLEXER">SCI_SETLEXER(int lexer)</b><br /> <b id="SCI_GETLEXER">SCI_GETLEXER</b><br /> You can select the lexer to use with an integer code from the <code>SCLEX_*</code> enumeration |