Changelog for
scite-5.5.4-1.2.x86_64.rpm :
* Sat Dec 21 2024 Atri Bhattacharya
- Update to version 5.5.4:
* No Linux specific changes.
* Sat Nov 09 2024 Andrea Manzini - Update to version 5.5.3:
* Fix find and replace of regular expression like ^.
*$ that may match empty range. Find Next previously failed on subsequent searches.
* Fix marking each match of a regular expression like ^$ for an empty line so it doesn\'t get stuck, time out, then stop after one segment.- Changes from version 5.5.2:
* Add stretch attribute to style settings.
* Add load.session.always to open both previous session and command line files. Bug #2440.
* Fri Aug 02 2024 Atri Bhattacharya - Update to version 5.5.1:
* No editor specific changes.- Bump minimum required libscintilla to version 5.5.0 (missed during previous update).
* Tue May 07 2024 Andrea Manzini - Update to version 5.5.0:
* Fix read failure for UTF-16LE files where surrogate pair straddles block boundary and lead surrogate is a multiple of 256.
* On GTK, treat message box close as cancel. This is safer when closing a file with unsaved changes. Bug #2434.
* Thu Mar 14 2024 Atri Bhattacharya - Update to version 5.4.3:
* No scite specific changes.
* Thu Dec 28 2023 Atri Bhattacharya - Update to version 5.4.1:
* Support opening huge files from command line or file manager context menu.
* Allow \"~/\" with Open Selected Filename to open home directory paths. Feature #1504.
* Allow empty lines in \'if\' clauses again. Bug #2419.- Rebase scite-use-system-scintilla.patch for update.
* Wed Nov 22 2023 Atri Bhattacharya - Update to version 5.4.0:
* No Linux specific changes.- Drop scite-fix-missing-include.patch: upstreamed.
* Sun Oct 01 2023 Atri Bhattacharya - Update to version 5.3.8:
* Fix compilation with g++ 12.3. Bug #2396.
* Wed Aug 02 2023 Atri Bhattacharya - Update to version 5.3.7:
* Add discover.properties property to enable command.discover.properties which is now disabled by default as a security measure since command.discover.properties may perform any command silently and automatically and can be set in local properties for a shared directory or downloaded project. Bug #2387.
* Add ZoomFactor property that may be displayed in status bar.
* Remove nimrod.properties file as it has been superseded by nim.properties.
* Sat Jun 10 2023 Atri Bhattacharya - Update to version 5.3.6:
* Fixes a key binding problem on GTK.
* Improves support for Bash, Batch, F#, Hollywood, and VB.
* Sat Apr 15 2023 Bjørn Lie - Update to version 5.3.5:
* C++: Fix failure to recognize keywords containing upper case.
* GDScript: Support % and $ node paths.- Add scite-fix-missing-include.patch: Add missing includes.
* Tue Feb 14 2023 Atri Bhattacharya - Update to version 5.3.3:
* Add 0-based byte position properties SelectionStart and SelectionEnd that may help when developing scripts as they correspond to Scintilla arguments.
* Fix slow-down with folding on huge documents that occurred with version 4.1.6.
* Mon Dec 26 2022 Atri Bhattacharya - Update to version 5.3.2:
* Change release compilation optimization option to favour speed over space- Minor rebase scite-use-system-scintilla.patch for update.
* Mon Oct 31 2022 Atri Bhattacharya - Update to version 5.3.1:
* Implement translucent markers.
* Added invisiblerepresentation style attribute. Feature #1453.
* Fri Sep 09 2022 Atri Bhattacharya - Update to version 5.3.0:
* Implement find.exclude property to avoid searching in some files.- Bump required version of libscintilla-devel to 5.3.0.
* Wed Jul 13 2022 Atri Bhattacharya - Update to version 5.2.4:
* The default set of languages imported and visible in menus now includes Markdown and PowerShell. Ada, Caml, D, and Fortran were excluded but can be reenabled by users setting the `imports.exclude\' property.
* On GTK, path bar text can be selected. Feature #1439.
* Wed Jun 22 2022 Atri Bhattacharya - Update to version 5.2.3:
* Fix crash on Windows after opening a file with File Open dialog when open.filter empty. Bug #2325.
* Fix hang on Windows with file on UNC share. Bug #2326.
* Fix display of replacement field in replace strip on Windows with 250% scaling. Bug #2331.
* Fix localisation for text that start with \"match\". Bug #2327.- Update scite-use-system-scintilla.patch to drop rpath $ORIGIN usage that causes build failures on 15.4.
* Mon May 02 2022 Atri Bhattacharya - Require libscintilla-devel >= 5.2.2 for building.
* Sun May 01 2022 Atri Bhattacharya - Update to version 5.2.2:
* Add \"match\" statement to local and directories properties to simplify setting properties for particular files.
* Add $(RelativePath) for path from directory properties directory to current file.
* Set file name properties in wider scope to allow use in \"if\" tests.
* Fix pattern matching for EditorConfig: \'?\' does not match \'/\'. Support numeric ranges {start..end} and set ranges [a-z].
* Fix showing folded lines when using find strip.
* Add scite.ReloadProperties function to Lua. Feature #1434.
* Fix read-only indicator on GTK. Bug #2313.
* Show read-only indicator in title bar. Bug #2313.
* Fix icon showing on GTK. Bug #2314.
* Thu Feb 24 2022 Atri Bhattacharya - Update to version 5.2.1:
* No upstream documentation of changes.
* Thu Feb 17 2022 Atri Bhattacharya - Revert to defining tar_ver macro literally to allow source validators and other services to work with the source URL.
* Mon Feb 14 2022 Atri Bhattacharya - Update to version 5.2.0:
* Fix bug where autocomplete did not display for last character of the document. Bug #2307.
* Fix Export as HTML default style when export.html.wysiwyg=0. Bug #2311.
* Lexilla 5.1.5: - Bash: Treat \\r\
line ends the same as \
. This makes testing easier. Issue #57. - Batch: Recognise \"::\" comments when second command on line. Bug #2304. - F#: Recognise format specifiers in interpolated strings and %B for binary. Issue #46. - F#: More accurate line-based folding. Issue #56. - HTML: Fix folding inside script blocks. Issue #47, Issue [#53]. - Inno Setup: Fix multiline comments in code. Issue #44. - Python: Add attribute style with properties lexer.python.identifier.attributes and lexer.python.decorator.attributes. Pull request #49. - Allow choice of object file directory with makefile by setting DIR_O. Issue #50.- Rebase scite-use-system-scintilla.patch to apply without fuzz.- Bump scintilla required version to 5.2.0.