SHA256
1
0
forked from pool/texstudio

Compare commits

..

8 Commits

Author SHA256 Message Date
6b6bcdbad2 Accepting request 1247795 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1247795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=47
2025-02-22 18:05:19 +00:00
Martin Pluskal
a3ed276bbd - Update to 4.8.6
* provide command completion for expl3 commands
  * hide grammar errors in math/non-text environments (word repetition and
    language tool)
  * hide spelling errors in picture envs like tikzpicture
  * better handle \newtcbox gh#texstudio-org/texstudio#3878
  * fix rare crash gh#texstudio-org/texstudio#3936
  * repair user macro trigger (?highlight-as:…), still not usable for math
    env detection
  * add new user macro trigger (?inEnv:…)
  * add Grid menu to windowed and embedded pdf-viewer’s context menu
    gh#texstudio-org/texstudio#3942
  * fix pdf-viewer’s scrollbar with Fit to Width/Window and changing
    Continuous mode gh#texstudio-org/texstudio#3928
  * fix pdf-viewer’s Custom Grid dialog not preset with current Grid settings
    in Continuous mode gh#texstudio-org/texstudio#3929
  * fix pfd-viewer’s page display in non continuous mode 3952
  * fix pdf-viewer has a small issue when activating single page step 3957
  * add maximize button to Packages Help (Texdoc) dialog
    gh#texstudio-org/texstudio#3911
  * fix option ‘all packages’ no longer checked in Packages Help with no tex
    documents opened gh#texstudio-org/texstudio#3917
  * when context menu of a package name is used to open the Packages Help
    dialog then preset search filter with the name gh#texstudio-org/texstudio#3918
  * fix both View menu actions ‘Show embedded PDF large/small’ available,
    whether PDF area is large or small gh#texstudio-org/texstudio#3931

OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=89
2025-02-22 07:31:48 +00:00
Ana Guerrero
b2062d576f Accepting request 1237858 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1237858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=46
2025-01-14 17:41:56 +00:00
Dmitry Roshchin
db06924650 - Update to 4.8.5
* fix false delimiter mismatch marker which gets stuck under certain 
    circumstances gh#texstudio-org/texstudio#489
  * fix label stop working when using subfigure package 
    gh#texstudio-org/texstudio#3816
  * fix ai wizard conversation history gh#texstudio-org/texstudio#3820
  * fix colspec parsing gh#texstudio-org/texstudio#3831
  * fix user command handling in cached files gh#texstudio-org/texstudio#3828
  * fix label detection on memoir class gh#texstudio-org/texstudio#3829
  * fix crash when %Tex root document was not found
  * class are used for completion in documentclass
  * class names are not used anymore for package name completion
  * local packages can provide local cwl files, see manual
  * fix handling of user definition commands in subfiles 
    gh#texstudio-org/texstudio#3885
  * fix crash in preview tooltip if no pdflatex is defined 
    gh#texstudio-org/texstudio#3875
  * handle special columntypes (m[l],NiceMatrix) better
    gh#texstudio-org/texstudio#3881
  * handle key/val completion in frame environment better
    gh#texstudio-org/texstudio#3846
  * fix caching of newly defined colornames

OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=87
2025-01-14 15:34:15 +00:00
Ana Guerrero
8db18dc473 Accepting request 1216738 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1216738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=45
2024-10-22 12:51:52 +00:00
Martin Pluskal
1e52444813 - Update to 4.8.4
* Fix Double-click selection of words with special character gh#texstudio-org/texstudio#3812

OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=85
2024-10-21 13:33:52 +00:00
Ana Guerrero
eb35b3db33 Accepting request 1204194 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1204194
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texstudio?expand=0&rev=44
2024-09-29 16:09:57 +00:00
Dmitry Roshchin
4b2a6621a8 - Update to 4.8.3
* use argument position to assign argument type (fixes some issues concerning keyval arguments)
  * fix activation of keyvals for completion when new packages are used
    gh#texstudio-org/texstudio#3791
  * improved table manipulation when multiline arguments are used
    gh#texstudio-org/texstudio#3789

OBS-URL: https://build.opensuse.org/package/show/Publishing/texstudio?expand=0&rev=83
2024-09-27 15:25:25 +00:00
4 changed files with 78 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:363a289099911b41caac42d4fa6374794473ff6ed4487c2e4a07a7f59f866a45
size 114131142

3
texstudio-4.8.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea09549e65a11520995a5b542f88ac4d21ea550c070008e1087add87856db02f
size 114147097

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Fri Feb 21 14:21:09 UTC 2025 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to 4.8.6
* provide command completion for expl3 commands
* hide grammar errors in math/non-text environments (word repetition and
language tool)
* hide spelling errors in picture envs like tikzpicture
* better handle \newtcbox gh#texstudio-org/texstudio#3878
* fix rare crash gh#texstudio-org/texstudio#3936
* repair user macro trigger (?highlight-as:…), still not usable for math
env detection
* add new user macro trigger (?inEnv:…)
* add Grid menu to windowed and embedded pdf-viewers context menu
gh#texstudio-org/texstudio#3942
* fix pdf-viewers scrollbar with Fit to Width/Window and changing
Continuous mode gh#texstudio-org/texstudio#3928
* fix pdf-viewers Custom Grid dialog not preset with current Grid settings
in Continuous mode gh#texstudio-org/texstudio#3929
* fix pfd-viewers page display in non continuous mode 3952
* fix pdf-viewer has a small issue when activating single page step 3957
* add maximize button to Packages Help (Texdoc) dialog
gh#texstudio-org/texstudio#3911
* fix option all packages no longer checked in Packages Help with no tex
documents opened gh#texstudio-org/texstudio#3917
* when context menu of a package name is used to open the Packages Help
dialog then preset search filter with the name gh#texstudio-org/texstudio#3918
* fix both View menu actions Show embedded PDF large/small available,
whether PDF area is large or small gh#texstudio-org/texstudio#3931
-------------------------------------------------------------------
Tue Jan 14 10:17:06 UTC 2025 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to 4.8.5
* fix false delimiter mismatch marker which gets stuck under certain
circumstances gh#texstudio-org/texstudio#489
* fix label stop working when using subfigure package
gh#texstudio-org/texstudio#3816
* fix ai wizard conversation history gh#texstudio-org/texstudio#3820
* fix colspec parsing gh#texstudio-org/texstudio#3831
* fix user command handling in cached files gh#texstudio-org/texstudio#3828
* fix label detection on memoir class gh#texstudio-org/texstudio#3829
* fix crash when %Tex root document was not found
* class are used for completion in documentclass
* class names are not used anymore for package name completion
* local packages can provide local cwl files, see manual
* fix handling of user definition commands in subfiles
gh#texstudio-org/texstudio#3885
* fix crash in preview tooltip if no pdflatex is defined
gh#texstudio-org/texstudio#3875
* handle special columntypes (m[l],NiceMatrix) better
gh#texstudio-org/texstudio#3881
* handle key/val completion in frame environment better
gh#texstudio-org/texstudio#3846
* fix caching of newly defined colornames
-------------------------------------------------------------------
Mon Oct 21 13:19:57 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to 4.8.4
* Fix Double-click selection of words with special character gh#texstudio-org/texstudio#3812
-------------------------------------------------------------------
Fri Sep 27 13:59:57 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>
- Update to 4.8.3
* use argument position to assign argument type (fixes some issues concerning keyval arguments)
* fix activation of keyvals for completion when new packages are used
gh#texstudio-org/texstudio#3791
* improved table manipulation when multiline arguments are used
gh#texstudio-org/texstudio#3789
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 12 10:57:59 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at> Thu Sep 12 10:57:59 UTC 2024 - Johannes Weberhofer <jweberhofer@weberhofer.at>

View File

@ -1,7 +1,7 @@
# #
# spec file for package texstudio # spec file for package texstudio
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: texstudio Name: texstudio
Version: 4.8.2 Version: 4.8.6
Release: 0 Release: 0
Summary: LaTeX Editor Summary: LaTeX Editor
License: Apache-2.0 AND GPL-2.0-only AND GPL-3.0-only AND MPL-1.1 License: Apache-2.0 AND GPL-2.0-only AND GPL-3.0-only AND MPL-1.1