Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

scite-5.4.1-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: scite Distribution: openSUSE:Factory:zSystems
Version: 5.4.1 Vendor: openSUSE
Release: 1.1 Build date: Thu Jan 4 13:45:21 2024
Group: Unspecified Build host: s390zl26
Size: 5061161 Source RPM: scite-5.4.1-1.1.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.

Provides

Requires

License

MIT

Changelog

* 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.
* Fri Dec 24 2021 Atri Bhattacharya <badshah400@gmail.com>
  - 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 <badshah400@gmail.com>
  - Update to version 5.1.5:
    * Fix highlighting of matches with "Mark All" button in find
      strip.
* Thu Oct 21 2021 Atri Bhattacharya <badshah400@gmail.com>
  - 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 <badshah400@gmail.com>
  - 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 <badshah400@gmail.com>
  - 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 <info@paolostivanin.com>
  - 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\n" line end sequence.
    * Add SCI_REPLACERECTANGULAR to insert text like a rectangular paste.
    * Fixed bug with SCI_GETLASTCHILD.
* Thu Jun 03 2021 malcolmlewis@opensuse.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 '\n' and '\r\n' 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.
* Thu May 07 2020 Paolo Stivanin <info@paolostivanin.com>
  - Update to version 4.3.3:
    * improves Assembler, Batch, and Perl lexers
* Thu Apr 16 2020 Martin Pluskal <mpluskal@suse.com>
  - Update to version 4.3.2:
    * Add default argument for StyleContext::GetRelative.
    * Automatically scroll while dragging text.
* Wed Feb 05 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - update to 4.3.0
  - drop gtk2 support
    * big upstream changelog -> https://www.scintilla.org/ScintillaHistory.html

Files

/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/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, Sat Mar 9 12:50:11 2024