SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for scite-5.5.0-1.1.x86_64.rpm :

* 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.
* Fri Dec 24 2021 Atri Bhattacharya - Update to version 5.1.6:
* Fix Lua GetSelText method to not return an extra NUL.- Refresh scite-use-system-scintilla.patch to apply cleanly.
* Mon Nov 22 2021 Atri Bhattacharya - Update to version 5.1.5:
* Fix highlighting of matches with \"Mark All\" button in find strip.
* Thu Oct 21 2021 Atri Bhattacharya - Update to version 5.1.3:
* Fix a crash at shutdown.- Changes from version 5.1.2:
* Add filter view and filter mode for replace strip. Feature [#1249].
* For incremental searches and filter view, remember each search in the history combo-box.
* Add fold.line.colour property to set the colour of fold lines.
* Add font.monospaced.list property which can be used to optimize monospaced fonts.
* Keys in property files may use Unicode escapes \\xHH, \\uHHHH, and \\UHHHHHHHH for characters that could not otherwise be represented like \'=\' (\\x3D or \\U0000003D) and line ends. Feature #1407.
* Fix problems with Escape and Enter in Insert Abbreviation dialog on GTK. Bug #2275.
* Fix appearance of menu accelerator keys on GTK 3. Bug #1405.
* Fix indentation and caret positioning bugs with Expand Abbreviation and Insert Abbreviation. Bug #2275.
* Free document memory when closed instead of recycling document for future opened file.
* Fix line continuation handling in Embedded properties and forth.properties. Bug #2277, Bug #2278.- Refresh scite-use-system-scintilla.patch to apply cleanly.
* Thu Jul 29 2021 Atri Bhattacharya - Update to version 5.1.1:
* In DBCS encodings, treat valid DBCS lead byte followed by invalid trail byte as single byte. Feature #1408.
* Searching was optimized for documents that contain mostly ASCII text and is often 2-3 times faster. Feature #1381.
* Word searching behaves more consistently at start and end of document.
* Add SCI_ALLOCATELINES to allocate indices to hold some number of lines. This can decrease reallocation overhead when the application can count or estimate the number of lines in huge files. Feature #1370.
* Add SCI_AUTOCSETOPTIONS to allow choosing a non-resizeable autocompletion list on Win32. Feature #1284.
* Tue Jul 27 2021 Atri Bhattacharya - Don\'t disable LTO for openSUSE >= 1550, now supported by upstream.- Add scite-use-system-scintilla.patch to allow building with system scintilla and build with system scintilla.
* Thu Jul 15 2021 Paolo Stivanin - Update to version 5.1.0:
* Add SciFnDirectStatus, a direct access function which also returns status. It can be retrieved with SCI_GETDIRECTSTATUSFUNCTION. This can avoid calling SCI_GETSTATUS after every API to determine failure so can improve performance.
* Add more type-safe wrappers to the API. These are defined in include/ScintillaCall.h and implemented in call/ScintillaCall.cxx. ScintillaCall throws Scintilla::Failure exceptions when a call fails.
* Add APIs for setting appearance (traditional blob or plain text) and colour of representations and support setting a representation for the \"\\r\
\" line end sequence.
* Add SCI_REPLACERECTANGULAR to insert text like a rectangular paste.
* Fixed bug with SCI_GETLASTCHILD.
* Thu Jun 03 2021 malcolmlewisAATTopensuse.org- Updated to version 5.0.3: + Lexilla;
* Add namespace feature with GetNameSpace function.
* AddStaticLexerModule function adds a static lexer to Lexilla\'s list.
* Add Julia lexer, Feature #1380.
* Fix variable expansion in Batch, Issue #4.
* Fix transition to comment for --> inside JavaScript string, Bug #2207.
* Remove nested comment and long string support as these were removed from Lua, Bug #2205.
* Fix empty link titles in Markdown, Bug #2235. Also fix detection of whether the previous line had content which treated \'\
\' and \'\\r\
\' line endings differently.
* Update to Unicode 13, Feature #1379. + A more type-safe binding of Scintilla\'s API that can be used from C++ is implemented in the ScintillaTypes.h, ScintillaMessages.h, and ScintillaStructures.h headers. + Change the way that selections and carets are drawn to use the element APIs. + Change caret line drawing to use SC_ELEMENT_CARET_LINE_BACK element and SCI_SETCARETLINELAYER method. + Add SCI_MARKERSETLAYER to define layer on which to draw content area markers. This replaces the use of SC_ALPHA_NOALPHA for markers. + Add SC_ELEMENT_WHITE_SPACE to set the colour of visible whitespace including translucency. + Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and SC_ELEMENT_HOT_SPOT_ACTIVE_BACK. + Add SCI_GETELEMENTBASECOLOUR to return the default values for element colours. + Make idle actions wrapping and background styling smoother by measuring per-byte instead of per-line and allowing just one line to be processed in a time slice. Very long lines will not distort estimation or block interaction as much. Feature #1373. + Include modifiers in SCN_INDICATORRELEASE notification, Bug #2254. + Update to Unicode 13, Feature #1379. + On GTK 3 with Wayland, fix primary selection, Bug #2227.- Many changes from version 4.4.0 to 5.0.2 see history at https://www.scintilla.org/SciTEHistory.html.
 
ICM