Scite 3.4.0 のダウンロード
ダウンロード:
提供元サイトからダウンロード
特徴:
- The Unicode line ends and substyles features added as provisional in 3.2.5 are now finalised. There are now no provisional features.
- Added wrap mode SC_WRAP_WHITESPACE which only wraps on whitespace, not on style changes.
- SciTE find and replace strips can perform incremental searching and temporary highlighting of all matches with the find.strip.incremental, replace.strip.incremental, and find.indicator.incremental settings.
- SciTE default settings changed to use strips for find and replace and to draw with Direct2D and DirectWrite on Windows.
- SciTE on Windows scales image buttons on the find and replace strips to match the current system scale factor.
- Additional assembler lexer variant As(SCLEX_AS) for Unix assembly code which uses '#’ for comments and ';’ to separate statements.
- Fix Coffeescript lexer for keyword style extending past end of word. Also fixes styling 0…myArray.length all as a number. Bug #1583.
- Fix crashes and other bugs in Fortran folder by removing folding of do-label constructs.
- Deleting a whole line deletes the annotations on that line instead of the annotations on the next line. Bug #1577.
- Changed position of tall calltips to prefer lower half of screen to cut off end instead of start.
- Fix Qt bug where double click treated as triple click. Bug #1575.
- On Qt, selecting an item in an autocompletion list that is not currently visible positions it at the top.
- Fix bug on Windows when resizing autocompletion list with only short strings caused the list to move.
- On Cocoa reduce scrollable height by one line to fix bugs with moving caret up or down.
- On Cocoa fix calltips which did not appear when they were created in an off-screen position.