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

libscintilla-devel-5.6.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libscintilla-devel Distribution: openSUSE Tumbleweed
Version: 5.6.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Mar 2 11:35:24 2026
Group: Unspecified Build host: reproducible
Size: 2333104 Source RPM: scintilla-5.6.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.scintilla.org
Summary: Development files for Scintilla, a code editing component
Scintilla is a code editing component. It includes features for
editing and debugging source code, such as syntax styling, error
indicators, code completion and call tips.

This subpackage contains the header files for developing
applications that want to make use of the Scintilla library.

Provides

Requires

License

MIT

Changelog

* Mon Mar 02 2026 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.6.0:
    * Fix crash when window is too narrow to show any text.
  - Update to version 5.5.9:
    * Add option to disable drag/drop editing. Feature #184.
    * Allow Euro '€' in code page 936 for 0x80. Feature #1575.
    * Fix SCI_SETSELECTIONNSTART and SCI_SETSELECTIONNEND to behave
      more sensibly. Bug #2488.
    * Fix lexing after undo at end of document. Bug #2491.
    * When a line end is not selected, change the colour of the
      rectangle that indicates the line end is selected to white
      space background instead of previous character's background
      except for EOL filled style.
    * On Qt, add const to ScintillaDocument and ScintillaEdit
      methods. Bug #2494.
    * On Qt, prevent crash when using ScintillaDocument object. Bug
      [#2495].
* Fri Jan 23 2026 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.5.8:
    * Change format for SCI_GETSELECTIONSERIALIZED. Feature #1563.
    * Ensure selection drawn correctly when selection restored by
      undo. Bug #2487.
    * Update to Unicode 16. Feature #1569.
    * Fix bug when indenting rectangular selection. Feature #1567.
    * Add PTRDIFF_DOESNT_ALIAS_INT preprocessor choice.
* Tue Jun 24 2025 Andrea Manzini <andrea.manzini@suse.com>
  - Update to version 5.5.7:
    * Add SCI_SCROLLVERTICAL method to restore view position and maintain it
      while performing line wrapping.
    * Add SC_UNDO_SELECTION_HISTORY_SCROLL flag to SCI_SETUNDOSELECTIONHISTORY
      which controls whether undo and redo restore vertical scroll position.
    * Tweak SC_MARK_BAR to be slightly wider by using next higher whole pixel
      instead of next lower for margin width / 3.
    * Scale images in autocompletion lists with SCI_AUTOCSETIMAGESCALE to match
      high DPI screens. Initially only on GTK and Qt.
    * Fix wrapping bug for UTF-8 where \r\n could wrap between the characters.
    * Fix crash during painting when scroll bars changed. Bug #2481.
    * On GTK, reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to
      fix bug where scroll position not restored in non-wrap mode. Bug #2416.
    * On GTK, fix IME problem when tentative composition interfered with delete
      surrounding. Feature #1476.
    * On GTK, update IME cursor position inside retrieve surrounding to better
      position candidate window. Feature #1488.
* Wed Apr 23 2025 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.5.6:
    * Disallow changing case of protected text. Bug #2463.
    * Return enumeration type from MarkerSymbolDefined to match
      MarkerDefine. Bug #2469.
    * On Qt, draw clipped UTF-8 text correctly. Bug #2464.
    * On Qt, avoid a dwell start when the mouse is moved outside the
      Scintilla widget. Bug #2466.
    * On Qt, autoCompleteSelection converts from local encoding when
      not in Unicode mode. Bug #2465.
* Sat Mar 15 2025 Andrea Manzini <andrea.manzini@suse.com>
  - Update to version 5.5.5:
    * Remember selection with undo and redo. Controlled with
      SCI_SETUNDOSELECTIONHISTORY. Feature #1273, Bug #1479, Bug #1224.
    * Serialize selection type and ranges with SCI_GETSELECTIONSERIALIZED
      and SCI_SETSELECTIONSERIALIZED.
    * Fix segmentation of long lexemes to avoid breaking before modifiers like
      accents that must be drawn with their base letters. For wrapping, try to
      break lines without separating letters from modifiers.
    * Fix bug on Qt where double-click stopped working when Scintilla instance
      had been running for weeks.
* Sat Dec 21 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.5.4:
    * Update to Unicode 15.1. Issue #285.
    * Improve performance of SCI_BRACEMATCH. Feature #1533.
    * Improve performance of DBCS text. Feature #1535.
    * Fix wrapping removed lines. Bug #2456.
    * Fix moving line down to empty final line and moving empty
      final line up. Bug #2457.
    * On GTK, allow middle click to insert multiple times within a
      document. Geany Issue #2629.
* Fri Nov 01 2024 Andrea Manzini <andrea.manzini@suse.com>
  - Update to version 5.5.3:
    * On Win32 change direction of horizontal mouse wheel and touchpad scrolling
      to match other applications. Bug #2449.
  - Update to version 5.5.2:
    * Add SCI_SETCOPYSEPARATOR for separator between parts of a multiple
      selection when copied to the clipboard. Feature #1530.
    * Add SCI_GETUNDOSEQUENCE to determine whether an undo sequence is active and
      its nesting depth.
    * Add SCI_STYLESETSTRETCH to support condensed and expanded text styles.
    * Add SCI_LINEINDENT and SCI_LINEDEDENT. Feature #1524.
    * Fix bug on Cocoa where double-click stopped working when system had been
      running for a long time.
    * On Cocoa implement more values of font weight and stretch.
* Fri Aug 02 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.5.1:
    * SCI_CUTALLOWLINE added which is similar to SCI_COPYALLOWLINE
      but also deletes the copied text. Feature #1518.
    * Can set font used for autocompletion lists with
      SCI_AUTOCSETSTYLE. Feature #1523.
    * Increase maximum zoom set interactively to +60 points. Feature
      [#1517].
    * Fix flickering cursor after some mouse action sequences. Bug
      [#2443].
* Fri May 03 2024 Andrea Manzini <andrea.manzini@suse.com>
  - Update to version 5.5.0:
    * Add elements for inactive additional selections SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT
      and SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK. When not set these default to
      SC_ELEMENT_SELECTION_INACTIVE_TEXT and SC_ELEMENT_SELECTION_INACTIVE_BACK. Bug #2417.
    * Scale reverse arrow cursor for margins to match other cursors when user changes pointer size. Bug #2321.
* Thu Mar 14 2024 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.4.3:
    * Fix redo failure introduced with 5.4.2. Bug #2432.
    * Add SC_AUTOCOMPLETE_SELECT_FIRST_ITEM option to always selects
      the first item in the autocompletion list. Bug #2403.
  - Changes from release 5.4.2:
    * Significantly reduce memory used for undo actions, often to a
      half or quarter of previous versions. Feature #1458.
    * Add APIs for saving and restoring undo history.
    * For GTK, when laying out text, detect runs with both
      left-to-right and right-to-left ranges and divide into an
      ASCII prefix and more complex suffix.
    * For ScintillaEdit on Qt, fix reference from ScintillaDocument
      to Document to match change in 5.4.1 using IDocumentEditable
      for SCI_GETDOCPOINTER and SCI_SETDOCPOINTER.
* Thu Dec 28 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.4.1:
    * Add IDocumentEditable interface to allow efficient interaction
      with document objects which may not be visible in a Scintilla
      instance.
    * Ctrl-click on a selection deselects it in multiple selection
      mode.
    * Add SCI_SELECTIONFROMPOINT for modifying multiple selections.
    * Add SCI_SETMOVEEXTENDSSELECTION and SCI_CHANGESELECTIONMODE to
      simplify selection mode manipulation.
    * Improve performance of global replace by reducing cache
      invalidation overhead. Feature #1502.
    * Fix regular expression search for "\<" matching beginning of
      search when not beginning of word and for "\>" not matching
      line end. Bug #2157.
    * Fix regular expression search failure when search for "\<"
      followed by search for "\>". Bug #2413.
    * Fix regular expression assertion (^, $, \b. \B) failures when
      using SCFIND_CXX11REGEX. Bug #2405.
    * Fix regular expression bug in reverse direction where
      shortened match returned. Bug #2405.
    * Avoid character fragments in regular expression search
      results. Bug #2405.
    * With a document that does not have the
      SC_DOCUMENTOPTION_TEXT_LARGE option set, allocating more than
      2G (calling SCI_ALLOCATE or similar) will now fail with
      SC_STATUS_FAILURE.
    * Protect SCI_REPLACETARGET, SCI_REPLACETARGETMINIMAL, and
      SCI_REPLACETARGETRE from application changing target in
      notification handlers. Bug #2289.
* Wed Nov 22 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.4.0:
    * No Linux specific changes.
  - Changes from version 5.3.8:
    * Fix excessive memory use when deleting contiguous ranges
      backwards. Notepad++ Issue #13442.
    * Fix incorrect substitution when searching for a regular
      expression backwards. Bug #2405.
    * Make SCI_MOVESELECTEDLINESUP and SCI_MOVESELECTEDLINESDOWN
      work for rectangular selections. Bug #2078.
  - Add specfile tag to Patch0.
  - Drop scintilla-add-missing-includes.patch: upstreamed.
* Sun Oct 01 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.3.7:
    * For GTK, fix assertion failure on some systems when an
      INDIC_SQUIGGLEPIXMAP drawn for a zero-width character.
    * For Qt, allow parent window to handle context menu events by
      setting as ignored. Bug #2395.
    * For Qt, fix potential crash when using IME with large amount
      of text selected.
* Wed Aug 02 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.3.6:
    * Redraw calltip after showing as didn't update when size of new
      text exactly same as previous. Feature #1486.
    * On Qt, for IMEs, update micro focus when selection changes.
      This may move the location of IME popups to align with the
      caret.
    * On Qt, implement replacement for IMEs which may help with
      actions like reconversion. This is similar to
      delete-surrounding on GTK.
* Sat Jun 10 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.3.5:
    * On Qt, stop movement of IME candidate box.
    * On Qt, report correct caret position within paragraph for IME
      retrieve surrounding text.
* Sun Apr 02 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 5.3.4:
    * Add multithreaded wrap to significantly improve performance of
      wrapping large files.
    * More typesafe bindings of *Full APIs in ScintillaCall.
    * Fix overlapping of text with line end wrap marker.
    * Fix clipping of line end wrap symbol for
      SC_WRAPVISUALFLAGLOC_END_BY_TEXT.
    * Where a multi-byte character contains multiple styles, display
      each byte as a representation. This makes it easier to see and
      fix lexers that change styles mid-character, commonly because
      they use fixed size buffers.
    * Fix a potential crash with autocompletion list fill-ups where a
      SCN_CHARADDED handler retriggered an autocompletion list, but
      with no items that match the typed character.
  - Rebase patch with quilt.
  - Bump sover following upstream changes.
  - Add scintilla-add-missing-includes.patch: Needed for scite when
    building with system scintilla.
* Tue Feb 14 2023 Atri Bhattacharya <badshah400@gmail.com>
  - Update to version 5.3.3:
    * Fix SCI_LINESJOIN bug where carriage returns were incorrectly
      retained. Bug #2372.
    * Fix SCI_VERTICALCENTRECARET to update the vertical scroll
      position.
    * When an autocompletion list is shown in response to
      SCN_CHARADDED, do not process character as fill-up or stop.
    * On GTK, support IME context. Feature #1476.
    * On Qt, fix indicator drawing past left of text pane over
      margin. Bug #2373, Bug #1956.
    * On Qt, allow scrolling with mouse wheel when scroll bar hidden.

Files

/usr/include/scintilla
/usr/include/scintilla/ILexer.h
/usr/include/scintilla/ILoader.h
/usr/include/scintilla/Sci_Position.h
/usr/include/scintilla/Scintilla.h
/usr/include/scintilla/Scintilla.iface
/usr/include/scintilla/ScintillaCall.h
/usr/include/scintilla/ScintillaMessages.h
/usr/include/scintilla/ScintillaStructures.h
/usr/include/scintilla/ScintillaTypes.h
/usr/include/scintilla/ScintillaWidget.h
/usr/include/scintilla/src
/usr/include/scintilla/src/AutoComplete.h
/usr/include/scintilla/src/CallTip.h
/usr/include/scintilla/src/CaseConvert.h
/usr/include/scintilla/src/CaseFolder.h
/usr/include/scintilla/src/CellBuffer.h
/usr/include/scintilla/src/ChangeHistory.h
/usr/include/scintilla/src/CharClassify.h
/usr/include/scintilla/src/CharacterCategoryMap.h
/usr/include/scintilla/src/CharacterType.h
/usr/include/scintilla/src/ContractionState.h
/usr/include/scintilla/src/DBCS.h
/usr/include/scintilla/src/Debugging.h
/usr/include/scintilla/src/Decoration.h
/usr/include/scintilla/src/Document.h
/usr/include/scintilla/src/EditModel.h
/usr/include/scintilla/src/EditView.h
/usr/include/scintilla/src/Editor.h
/usr/include/scintilla/src/ElapsedPeriod.h
/usr/include/scintilla/src/Geometry.h
/usr/include/scintilla/src/Indicator.h
/usr/include/scintilla/src/KeyMap.h
/usr/include/scintilla/src/LineMarker.h
/usr/include/scintilla/src/MarginView.h
/usr/include/scintilla/src/Partitioning.h
/usr/include/scintilla/src/PerLine.h
/usr/include/scintilla/src/Platform.h
/usr/include/scintilla/src/Position.h
/usr/include/scintilla/src/PositionCache.h
/usr/include/scintilla/src/RESearch.h
/usr/include/scintilla/src/RunStyles.h
/usr/include/scintilla/src/ScintillaBase.h
/usr/include/scintilla/src/Selection.h
/usr/include/scintilla/src/SparseVector.h
/usr/include/scintilla/src/SplitVector.h
/usr/include/scintilla/src/Style.h
/usr/include/scintilla/src/UndoHistory.h
/usr/include/scintilla/src/UniConversion.h
/usr/include/scintilla/src/UniqueString.h
/usr/include/scintilla/src/ViewStyle.h
/usr/include/scintilla/src/XPM.h
/usr/lib64/libscintilla.so
/usr/share/doc/packages/libscintilla-devel
/usr/share/doc/packages/libscintilla-devel/doc
/usr/share/doc/packages/libscintilla-devel/doc/AddSource.txt
/usr/share/doc/packages/libscintilla-devel/doc/ChangeHistory.png
/usr/share/doc/packages/libscintilla-devel/doc/Design.html
/usr/share/doc/packages/libscintilla-devel/doc/Icons.html
/usr/share/doc/packages/libscintilla-devel/doc/Indicators.png
/usr/share/doc/packages/libscintilla-devel/doc/Lexer.txt
/usr/share/doc/packages/libscintilla-devel/doc/Markers.png
/usr/share/doc/packages/libscintilla-devel/doc/Privacy.html
/usr/share/doc/packages/libscintilla-devel/doc/SciBreak.jpg
/usr/share/doc/packages/libscintilla-devel/doc/SciCoding.html
/usr/share/doc/packages/libscintilla-devel/doc/SciRest.jpg
/usr/share/doc/packages/libscintilla-devel/doc/SciTEIco.png
/usr/share/doc/packages/libscintilla-devel/doc/SciWord.jpg
/usr/share/doc/packages/libscintilla-devel/doc/Scintilla5Migration.html
/usr/share/doc/packages/libscintilla-devel/doc/ScintillaDoc.html
/usr/share/doc/packages/libscintilla-devel/doc/ScintillaDownload.html
/usr/share/doc/packages/libscintilla-devel/doc/ScintillaHistory.html
/usr/share/doc/packages/libscintilla-devel/doc/ScintillaLogo.png
/usr/share/doc/packages/libscintilla-devel/doc/ScintillaLogo2x.png
/usr/share/doc/packages/libscintilla-devel/doc/ScintillaRelated.html
/usr/share/doc/packages/libscintilla-devel/doc/ScintillaToDo.html
/usr/share/doc/packages/libscintilla-devel/doc/ScintillaUsage.html
/usr/share/doc/packages/libscintilla-devel/doc/StadiumVariants.png
/usr/share/doc/packages/libscintilla-devel/doc/Steps.html
/usr/share/doc/packages/libscintilla-devel/doc/StyleMetadata.html
/usr/share/doc/packages/libscintilla-devel/doc/annotations.png
/usr/share/doc/packages/libscintilla-devel/doc/eolannotation.png
/usr/share/doc/packages/libscintilla-devel/doc/index.html
/usr/share/doc/packages/libscintilla-devel/doc/styledmargin.png
/usr/share/licenses/libscintilla-devel
/usr/share/licenses/libscintilla-devel/License.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 24 15:27:28 2026