diff options
author | nyamatongwe <devnull@localhost> | 2000-09-06 11:32:40 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-09-06 11:32:40 +0000 |
commit | cf3e13e6b42512b309d78b7d45425aa5425bb10b (patch) | |
tree | afb1c8032cd2649fd1438a8a5aa6bf2bb01da774 | |
parent | d1a51de93955d167f7096c6b56b2d2b3ba5d3b02 (diff) | |
download | scintilla-mirror-cf3e13e6b42512b309d78b7d45425aa5425bb10b.tar.gz |
Added change log for 1.31.
Fixed up index.html with 1.31 changes.
-rw-r--r-- | doc/ScintillaHistory.html | 91 | ||||
-rw-r--r-- | doc/index.html | 7 |
2 files changed, 93 insertions, 5 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 11cf57b44..701301dd0 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -165,10 +165,97 @@ available from CVS which allows SciTE to be scripted in Lua. </li> <li> - Fixes to the Perl, Python, and PHP lexers. + Many minor fixes to all of the lexers. </li> <li> - Comboboxes in dialogs on Windows can be horizontally scrolled. + New lexer for diff and patch files. + </li> + <li> + Error message lexer understands Perl error messages. + </li> + <li> + C/C++/Java lexer now supports C#, specifically verbatim strings and + @ quoting of identifiers that are the same as keywords. SciTE has + a set of keywords for C# and a build command set up for C#. + </li> + <li> + Scintilla property to see whether in overtype or insert state. + </li> + <li> + PosChanged notification fired when caret moved. + </li> + <li> + Comboboxes in dialogs in SciTE on Windows can be horizontally scrolled. + </li> + <li> + Autocompletion and calltips can treat the document as case sensitive or + case insensitive. + </li> + <li> + Autocompletion can be set to automatically choose the only + element in a single element list. + </li> + <li> + Set of characters that automatically complete an autocompletion list + can be set. + </li> + <li> + SciTE command to display calltip - useful when dropped because of + editing. + </li> + <li> + SciTE has a Revert command to go back to the last saved version. + </li> + <li> + SciTE has an Export as RTF command. Save as HTML is renamed + to Export as HTML and is located on the Export sub menu. + </li> + <li> + SciTE command "Complete Word" searches document for any + words starting with characters before caret. + </li> + <li> + SciTE options for changing aspects of the formatting of files exported + as HTML or RTF. + </li> + <li> + SciTE "character.set" option for choosing the character + set for all fonts. + </li> + <li> + SciTE has a "Toggle all folds" command. + </li> + <li> + The makefiles have changed. The makefile_vc and + makefile_bor files in scintilla/win32 and scite/win32 have been + merged into scintilla/win32/scintilla.mak and scite/win32/scite.mak. + DEBUG may be defined for all make files and this will turn on + assertions and for some make files will choose other debugging + options. + </li> + <li> + To make debugging easier and allow good use of BoundsChecker + there is a Visual C++ project file in scite/boundscheck that builds + all of Scintilla and SciTE into one executable. + </li> + <li> + The size of the SciTE output window can be set with the + output.horizontal.size and output.vertical.size settings. + </li> + <li> + SciTE status bar indicator for insert or overwrite mode. + </li> + <li> + Performance improvements to autocompletion and calltips. + </li> + <li> + A caret redraw problem when undoing is fixed. + </li> + <li> + Crash with long lines fixed. + </li> + <li> + Bug fxed with merging markers when lines merged. </li> </ul> <h3> diff --git a/doc/index.html b/doc/index.html index 548294cb2..37571a44f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -31,7 +31,7 @@ GTK+</font> </td> <td width="40%" align="right"> - <font color="#FFCC99" size="3"> Release version 1.30<br /> + <font color="#FFCC99" size="3"> Release version 1.31<br /> Site last modified September 6 2000</font> </td> <td width="20%"> @@ -55,7 +55,8 @@ </tr> <tr> <td width="100%"> - <font color="#FFCC99" size="3"> Version 1.31.</font> + <font color="#FFCC99" size="3"> Version 1.31 supports C# and has many improvements + especially to the lexers and in autocompletion.</font> </td> </tr> </table> @@ -139,7 +140,7 @@ if (IsRemote()) { <a href="https://sourceforge.net/mail/?group_id=2439">scintilla-interest</a> mailing list, for discussion of Scintilla and SciTE and related projects, their bugs and future features. - This is a fairly quiet list, averaging less than 20 messages per week. <br /> + This is a medium traffic list, averaging less than 40 messages per week. <br /> </p> <script type="text/javascript" language="JavaScript"> <!-- |