diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 91 | 
1 files changed, 89 insertions, 2 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> | 
