|
|
От: |
SchweinDeBurg
|
https://zarezky.spb.ru/ |
| Дата: | 18.01.07 15:26 | ||
| Оценка: | |||
Release 1.72
Performance of per-line data improved.
SC_STARTACTION flag set on the first modification notification in an undo transaction to help synchronize the container's undo stack with Scintilla's.
On GTK+ drag and drop defaults to move rather than copy.
Scintilla supports extending appearance of selection to right hand margin.
Incremental search available on GTK+.
Find in Files can optionally ignore binary files or directories that start with ".".
Lexer added for "D" language.
Export as HTML shows folding with underline lines and +/- symbols.
Ruby lexer interprets interpolated strings as expressions.
Lua lexer fixes some cases of numeric literals.
C++ folder fixes bug with "@" in doc comments.
NSIS folder handles !if and related commands.
Inno setup lexer adds styling for single and double quoted strings.
Matlab lexer handles backslashes in string literals correctly.
HTML lexer fixed to allow "?>" in comments in Basic script.
Added key codes for Windows key and Menu key.
Lua script method scite.MenuCommand(x) performs a menu command.
SciTE bug fixed with box comment command near start of file setting selection to end of file.
SciTE on GTK+, fixed loop that occurred with automatic loading for an unreadable file.
SciTE asks whether to save files when Windows shuts down.
Save Session on Windows now defaults the extension to "ses".
Bug fixed with single character keywords.
Fixed infinite loop for SCI_GETCOLUMN for position beyond end of document.
Fixed failure to accept typing on Solaris/GTK+ when using default ISO-8859-1 encoding.
Fixed warning from Lua in SciTE when creating a new buffer when already have maximum number of buffers open.
Crash fixed with "%%" at end of batch file.