Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: scite | Distribution: openSUSE Tumbleweed |
Version: 5.5.4 | Vendor: openSUSE |
Release: 1.2 | Build date: Sat Dec 21 12:31:57 2024 |
Group: Unspecified | Build host: reproducible |
Size: 5114484 | Source RPM: scite-5.5.4-1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.scintilla.org/SciTE.html | |
Summary: Source Code Editor based on Scintilla |
SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs.
MIT
* Sat Dec 21 2024 Atri Bhattacharya <badshah400@gmail.com> - Update to version 5.5.4: * No Linux specific changes. * Sat Nov 09 2024 Andrea Manzini <andrea.manzini@suse.com> - 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 <badshah400@gmail.com> - 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 <andrea.manzini@suse.com> - 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 <badshah400@gmail.com> - Update to version 5.4.3: * No scite specific changes. * Thu Dec 28 2023 Atri Bhattacharya <badshah400@gmail.com> - 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 <badshah400@gmail.com> - Update to version 5.4.0: * No Linux specific changes. - Drop scite-fix-missing-include.patch: upstreamed. * Sun Oct 01 2023 Atri Bhattacharya <badshah400@gmail.com> - Update to version 5.3.8: * Fix compilation with g++ 12.3. Bug #2396. * Wed Aug 02 2023 Atri Bhattacharya <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <bjorn.lie@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - Update to version 5.3.1: * Implement translucent markers. * Added invisiblerepresentation style attribute. Feature #1453. * Fri Sep 09 2022 Atri Bhattacharya <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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 <badshah400@gmail.com> - Require libscintilla-devel >= 5.2.2 for building. * Sun May 01 2022 Atri Bhattacharya <badshah400@gmail.com> - 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 <badshah400@gmail.com> - Update to version 5.2.1: * No upstream documentation of changes. * Thu Feb 17 2022 Atri Bhattacharya <badshah400@gmail.com> - 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 <badshah400@gmail.com> - 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\n line ends the same as \n. 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.
/usr/bin/SciTE /usr/lib/scite /usr/lib/scite/liblexilla.so /usr/share/applications/SciTE.desktop /usr/share/doc/packages/scite /usr/share/doc/packages/scite/README /usr/share/licenses/scite /usr/share/licenses/scite/License.txt /usr/share/man/man1/SciTE.1.gz /usr/share/pixmaps/Sci48M.png /usr/share/scite /usr/share/scite/CommandValues.html /usr/share/scite/Embedded.properties /usr/share/scite/PaneAPI.html /usr/share/scite/PrintHi.png /usr/share/scite/SciTE.html /usr/share/scite/SciTE.properties /usr/share/scite/SciTEDirector.html /usr/share/scite/SciTEDoc.html /usr/share/scite/SciTEDownload.html /usr/share/scite/SciTEExtension.html /usr/share/scite/SciTEExternalLexer.html /usr/share/scite/SciTEExtras.html /usr/share/scite/SciTEFAQ.html /usr/share/scite/SciTEGlobal.properties /usr/share/scite/SciTEHistory.html /usr/share/scite/SciTEIco.png /usr/share/scite/SciTEImage.html /usr/share/scite/SciTEIndicators.png /usr/share/scite/SciTELexer.html /usr/share/scite/SciTELua.html /usr/share/scite/SciTERegEx.html /usr/share/scite/ScriptLexer.html /usr/share/scite/abaqus.properties /usr/share/scite/abbrev.properties /usr/share/scite/ada.properties /usr/share/scite/asciidoc.properties /usr/share/scite/asl.properties /usr/share/scite/asm.properties /usr/share/scite/asn1.properties /usr/share/scite/au3.properties /usr/share/scite/ave.properties /usr/share/scite/avs.properties /usr/share/scite/baan.properties /usr/share/scite/blitzbasic.properties /usr/share/scite/bullant.properties /usr/share/scite/caml.properties /usr/share/scite/cil.properties /usr/share/scite/cmake.properties /usr/share/scite/cobol.properties /usr/share/scite/coffeescript.properties /usr/share/scite/conf.properties /usr/share/scite/cpp.properties /usr/share/scite/csound.properties /usr/share/scite/css.properties /usr/share/scite/d.properties /usr/share/scite/dataflex.properties /usr/share/scite/ecl.properties /usr/share/scite/eiffel.properties /usr/share/scite/erlang.properties /usr/share/scite/escript.properties /usr/share/scite/flagship.properties /usr/share/scite/forth.properties /usr/share/scite/fortran.properties /usr/share/scite/freebasic.properties /usr/share/scite/fsharp.properties /usr/share/scite/gap.properties /usr/share/scite/haskell.properties /usr/share/scite/hex.properties /usr/share/scite/hollywood.properties /usr/share/scite/html.properties /usr/share/scite/inno.properties /usr/share/scite/json.properties /usr/share/scite/kix.properties /usr/share/scite/latex.properties /usr/share/scite/lisp.properties /usr/share/scite/lot.properties /usr/share/scite/lout.properties /usr/share/scite/lua.properties /usr/share/scite/markdown.properties /usr/share/scite/matlab.properties /usr/share/scite/maxima.properties /usr/share/scite/metapost.properties /usr/share/scite/mmixal.properties /usr/share/scite/modula3.properties /usr/share/scite/nim.properties /usr/share/scite/nncrontab.properties /usr/share/scite/nsis.properties /usr/share/scite/opal.properties /usr/share/scite/oscript.properties /usr/share/scite/others.properties /usr/share/scite/pascal.properties /usr/share/scite/perl.properties /usr/share/scite/pov.properties /usr/share/scite/powerpro.properties /usr/share/scite/powershell.properties /usr/share/scite/ps.properties /usr/share/scite/purebasic.properties /usr/share/scite/python.properties /usr/share/scite/r.properties /usr/share/scite/raku.properties /usr/share/scite/rebol.properties /usr/share/scite/registry.properties /usr/share/scite/ruby.properties /usr/share/scite/rust.properties /usr/share/scite/sas.properties /usr/share/scite/scriptol.properties /usr/share/scite/smalltalk.properties /usr/share/scite/sorcins.properties /usr/share/scite/specman.properties /usr/share/scite/spice.properties /usr/share/scite/sql.properties /usr/share/scite/tacl.properties /usr/share/scite/tal.properties /usr/share/scite/tcl.properties /usr/share/scite/tex.properties /usr/share/scite/troff.properties /usr/share/scite/txt2tags.properties /usr/share/scite/vb.properties /usr/share/scite/verilog.properties /usr/share/scite/vhdl.properties /usr/share/scite/visualprolog.properties /usr/share/scite/yaml.properties
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Feb 9 01:19:28 2025