diff options
author | nyamatongwe <devnull@localhost> | 2004-04-30 13:30:18 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2004-04-30 13:30:18 +0000 |
commit | b32ed78ee2bc4339899d77a2e9c0e8452941a3a0 (patch) | |
tree | ec86a04bfc197f8c52dc0cc99508c41ca045088f | |
parent | 5f1f14666a8194ed5a950941e4fa8111ffe64811 (diff) | |
download | scintilla-mirror-b32ed78ee2bc4339899d77a2e9c0e8452941a3a0.tar.gz |
About half the changes for 1.60.
-rw-r--r-- | doc/ScintillaHistory.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2f1d7f3fc..d57a0e4ab 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -190,8 +190,95 @@ SciTE can be scripted using the Lua programming language. </li> <li> + command.mode is a better way to specify tool command options in SciTE. + </li> + <li> Wrapped lines can contain continuation markers. </li> + <li> + Lexer for Gui4Cli language. + </li> + <li> + Lexer for Kix language. + </li> + <li> + Lexer for Specman E language. + </li> + <li> + Perl treats "." not as part of an identifier. + </li> + <li> + PHP recognises variables within strings. + </li> + <li> + NSIS has properties "nsis.uservars" and "nsis.ignorecase". + </li> + <li> + Input method preedit window on GTK+ 2 may support some Asian languages. + </li> + <li> + OnBeforeSave method added to Extension interface. + </li> + <li> + Scintilla methods that return strings can be called with a NULL pointer + to find out how long the string should be. + </li> + <li> + Visual Studio .NET project file now in VS .NET 2003 format so can not be used + directly in VS .NET 2002. + </li> + <li> + Updated RPM spec for SciTE on GTK+. + </li> + <li> + GTK+ makefile for SciTE allows selection of destination directory, creates destination + directories and sets file modes and owners better. + </li> + <li> + Tab indents now go to next tab multiple rather than add tab size. + </li> + <li> + SciTE abbreviations now use the longest possible match rather than the shortest. + </li> + <li> + SciTE now shows only calltips for functions that match exactly, not + those that match as a prefix. + </li> + <li> + Alt+ works in user.shortcuts on Windows. + </li> + <li> + Key bindings for command.shortcut implemented in a way that doesn't break + when the menus are localised. + </li> + <li> + The zorder switching feature removed due to number of crashing bugs. + </li> + <li> + Code for XPM images made more robust. + </li> + <li> + Bug fixed with primary selection on GTK+. + </li> + <li> + Autocompletion lists on GTK+ 2 are not sorted by the ListModel as the + contents are sorted correctly by Scintilla. + </li> + <li> + SciTE fixed to not open extra untitled buffers with check.if.already.open. + </li> + <li> + Sizing bug fixed on GTK+ when window resized while unmapped. + </li> + <li> + Text drawing bug fixed on GTK+ with non-Pango fonts and long strings. + </li> + <li> + Fixed some issues if characters are unsigned. + </li> + <li> + Fixes in NSIS support. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite159.zip?download">Release 1.59</a> |