diff options
author | nyamatongwe <unknown> | 2001-04-16 11:48:01 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-04-16 11:48:01 +0000 |
commit | 39da5369341f35a7a44cb4b1a8ed9ee35d549776 (patch) | |
tree | 6c1f0a4561966d1548c08c11d07439abfa35b315 | |
parent | de46c05bcdd6ce87a033794d9adb5481d49cfa4c (diff) | |
download | scintilla-mirror-39da5369341f35a7a44cb4b1a8ed9ee35d549776.tar.gz |
Spelling corrections.
-rw-r--r-- | doc/ScintillaHistory.html | 32 | ||||
-rw-r--r-- | doc/Steps.html | 14 |
2 files changed, 23 insertions, 23 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 75053702e..55d2ed05b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -108,7 +108,7 @@ Bug fixed with scroll bars being invisible on GTK+ 1.2.9. </li> <li> - Scintilla and Scite support find and replace using simple regular + Scintilla and SciTE support find and replace using simple regular expressions with tagged expressions. SciTE supports C '\' escapes in the Find and Replace dialogs. Replace in Selection available in SciTE. @@ -143,7 +143,7 @@ </li> <li> Commands to delete from the caret to the end of line and - from the caret to the beginningof line. + from the caret to the beginning of line. </li> <li> SciTE has commands for inserting and removing block comments and @@ -315,7 +315,7 @@ Documentation added for lexers and for the extension and director interfaces. </li> <li> - SciTE menus rearranged with new View menu taking over soe of the items that + SciTE menus rearranged with new View menu taking over some of the items that were under the Options menu. Clear All Bookmarks command added. </li> <li> @@ -350,7 +350,7 @@ two phases. First any arguments before the first file name are processed, then the UI is opened, then the remaining arguments are processed. Actions defined for the Director interface (currently only "open") may also be used on the command line. - For example, "Scite -open:x.txt" will start SciTE and open x.txt. + For example, "SciTE -open:x.txt" will start SciTE and open x.txt. </li> <li> Numbered menu items SciTE's Buffers menu and the Most Recently Used portion @@ -453,7 +453,7 @@ Fixed problem with uppercase file extensions in SciTE. </li> <li> - Fixed some problems when using characters >= 128, some of which werre being + Fixed some problems when using characters >= 128, some of which were being incorrectly treated as spaces. </li> <li> @@ -740,7 +740,7 @@ Crash with long lines fixed. </li> <li> - Bug fxed with merging markers when lines merged. + Bug fixed with merging markers when lines merged. </li> </ul> <h3> @@ -973,8 +973,8 @@ SCITE_HOME environment variable if it is set. This allows hiding in a dot directory. </li> <li> - Keyword lists in SciTE updated for Javascript to include those destined to be used in - the future. IDL includes XPIDL keyords as well as MSIDL keywords. + Keyword lists in SciTE updated for JavaScript to include those destined to be used in + the future. IDL includes XPIDL keywords as well as MSIDL keywords. </li> <li> Zoom level can be set and queried through API. @@ -1010,7 +1010,7 @@ </li> <li> Functions and associated keys for Line Delete, Line Cut, Line Transpose, - Selection Lower Case and Sleection Upper Case. + Selection Lower Case and Selection Upper Case. </li> <li> Property setting for SciTE, eol.mode, chooses initial state of line end characters. @@ -1067,7 +1067,7 @@ </li> <li> Enhanced HTML lexer styles embedded VBScript and Python. - ASP segments are styled and ASP scripts in Javascript, VBScript and Python are styled. + ASP segments are styled and ASP scripts in JavaScript, VBScript and Python are styled. </li> <li> PLSQL and PHP supported. @@ -1122,7 +1122,7 @@ Line folding in Scintilla. </li> <li> - SciTE performs syntax directed folding for C/C++/Java/Javascript and for Python. + SciTE performs syntax directed folding for C/C++/Java/JavaScript and for Python. </li> <li> Optional macro recording support. @@ -1135,7 +1135,7 @@ Python lexer detects and highlights inconsistent indentation. </li> <li> - Margin API made more orthogonal.SCI_SETMARGINWIDTH and SCI_SETLINENUMBERWIDTH + Margin API made more orthogonal. SCI_SETMARGINWIDTH and SCI_SETLINENUMBERWIDTH are deprecated in favour of this new API. </li> <li> @@ -1183,7 +1183,7 @@ </li> <li> SciTE remembers top line of window for each file in MRU list so switching to a recent file - is more likeley to show the same text as when the file was previously visible. + is more likely to show the same text as when the file was previously visible. </li> <li> Document reference count now initialised correctly. @@ -1198,7 +1198,7 @@ Polygon drawing bug fixed on GTK+. </li> <li> - Java and Javascript lexers merged into C++ lexer. + Java and JavaScript lexers merged into C++ lexer. </li> <li> C++ lexer indicates unterminated strings by colouring the end of the line @@ -1601,7 +1601,7 @@ Scintilla supports a 'savepoint' in the undo stack which can be set by the container when the document is saved. Notifications are sent to the container when the savepoint is entered or left, allowing the container to to display a dirty indicator and change its - menues. + menus. </li> <li> When Scintilla is set to read-only mode, a notification is sent to the container should the @@ -1609,7 +1609,7 @@ control system. </li> <li> - There is an API for setting the appearence of indicators. + There is an API for setting the appearance of indicators. </li> <li> The keyboard mapping can be redefined or removed so it can be implemented completely by the diff --git a/doc/Steps.html b/doc/Steps.html index c15346166..3b74bd342 100644 --- a/doc/Steps.html +++ b/doc/Steps.html @@ -46,7 +46,7 @@ <p><h3>The simple way to control Scintilla</h3> <p> The simple way is just like with any other windows control. You can send messages to the - Scintilla Edit Control and recieve notifications from the control. (Note that the notifications + Scintilla Edit Control and receive notifications from the control. (Note that the notifications are sent to the parent window of the Scintilla Edit Control.) </p> <p> @@ -65,13 +65,13 @@ SendMessage(hwndScintilla,SCI_CREATEDOCUMENT, 0, 0); </pre> <p> - Some of the commands will return a value and unused parameters sould be set to NULL. + Some of the commands will return a value and unused parameters should be set to NULL. </p> </p> <p><h3>The fast way to control Scintilla</h3> <p> - The fast way of controling the Scintilla Edit Control is to call message handling function by yourself. - You can retrive a pointer to the message handling function of the Scintilla Edit Control and + The fast way of controlling the Scintilla Edit Control is to call message handling function by yourself. + You can retrieve a pointer to the message handling function of the Scintilla Edit Control and call it directly to execute a command. This way is much more faster than the SendMessage() way. </p> <p> @@ -102,11 +102,11 @@ </p> </p> - <p><h3>How will I recive notifications?</h3> + <p><h3>How will I receive notifications?</h3> <p> - Whenever an event occures where Scintilla wants to inform you about something, the Scintilla Edit Control + Whenever an event occurs where Scintilla wants to inform you about something, the Scintilla Edit Control will send notification to the parent window. This is done by a WM_NOTITY message. - When recieving that message, you have to look in the xxx struct for the actual message. + When receiving that message, you have to look in the xxx struct for the actual message. </p> <p> So in Scintillas parent window message handling function you have to include some code like this: |