Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6f7230f22b | |||
| 841689e0a8 | |||
| 9fb8f351ce | |||
| 1ce276caeb | |||
| 1a601aff8d | |||
| 2bb7dee915 | |||
| d768b04eff | |||
| 12994638d2 | |||
| 83481dd329 | |||
| 415d83885b | |||
| 4e03da17bc | |||
| 5a5413588c |
@@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 14:06:02 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 5.5.7:
|
||||
* Improve view position restoration when switching documents. Bug #1395.
|
||||
* Allow two '|' in abbreviations to place caret and currently selected text
|
||||
at different locations. Feature #1552.
|
||||
* Skip context when going to diff message in output pane. Feature #1554.
|
||||
* Split bash settings out from perl.properties to new bash.properties
|
||||
Feature #1555.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 06:01:11 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 5.5.6:
|
||||
* Sync with scintilla 5.5.6; so scite specific code changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 18 15:02:27 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to version 5.5.5:
|
||||
* Remember selection with undo and redo. Controlled with property
|
||||
undo.selection.history
|
||||
* Remember multiple and rectangular selction when switching buffers
|
||||
(Bug #2018)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 21 11:31:57 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 5.5.4:
|
||||
* No Linux specific changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 9 14:59:59 UTC 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 2 05:38:04 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package scite
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2012-2021 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,10 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define tar_ver 551
|
||||
|
||||
%define tar_ver 557
|
||||
Name: scite
|
||||
Version: 5.5.1
|
||||
Version: 5.5.7
|
||||
Release: 0
|
||||
Summary: Source Code Editor based on Scintilla
|
||||
License: MIT
|
||||
@@ -29,8 +28,8 @@ Source0: https://www.scintilla.org/%{name}%{tar_ver}.tgz
|
||||
# PATCH-FEATURE-OPENSUSE scite-use-system-scintilla.patch badshah400@gmail.com -- Compile against system scintilla library
|
||||
Patch0: scite-use-system-scintilla.patch
|
||||
BuildRequires: gcc-c++ >= 11.2
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: libscintilla-devel >= 5.5.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gail-3.0)
|
||||
BuildRequires: pkgconfig(gdk-3.0)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5e18298c870a79a24e254bda05bd51182b7bbaa4fd4436423141040743455b3
|
||||
size 4789488
|
||||
3
scite557.tgz
Normal file
3
scite557.tgz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ff51c7871858056f350fbdcd9505e8575c9366c32c8fc017e0c6fbafdd5c6ef
|
||||
size 4898844
|
||||
Reference in New Issue
Block a user