Subject: CVS commit: pkgsrc/editors/texstudio
From: Mark Davies
Date: 2022-12-13 20:47:35
Message id: 20221213194735.97460FA90@cvs.NetBSD.org

Log Message:
texstudio: update to 4.4.0

TeXstudio 4.4.0
-----------------
- new icon theme Colibri (by geolta)
- modernized manual
- faster removing of multiple lines
- end multi cursor mode with esc
- switch to CMAKE build system (qmake deprecated)
- hide/filter configuration completer list
- bug fixes

TeXstudio 4.3.1
-----------------
- fix loading files various times if relative path is used for \include
- fix custom verbatim highlighting
- fix label highlighting
- fix version checking

TeXstudio 4.3.0
-----------------
- show most used command at first place in completer
- more cwls
- get position into clipboard in pdf on ctrl+shift+click
- copy/paste table content into table/matrix wizard
- move to next/previous word now stops at every delimiter (no skip
  over several brackets)
- small bug fixes

TeXstudio 4.2.3
-----------------
- xindex engine added
- fix math highlighting in keyvals
- add context menu in embbeded pdf viewer to invert pdf colors
- remember window state (maximized/normal) of config dialog
- fix (and speed-up) miktex package detection
- fix handling apostrophed words better in spellchecker
- regular expression in extended search behave the same as in normal search
- more cwls

TeXstudio 4.2.2
-----------------
- more cwls
- use picture highlighting for tikz env and similar

TeXstudio 4.2.1
-----------------
- fix placeholder issues
- handle NewDocumentsCommand better for completer
- enable "open in explorer" again
- fix building for poppler >=22.x
- more cwls

TeXstudio 4.2.0
-----------------
- more cwls
- fix user menu handling
- filter available dictionaries in status/language selection
- change placeHolder behavior: autoremove when content in placeholder
  is changed, don't use placeholder for cutBuffer

TeXstudio 4.1.2
-----------------
- allow resizing the different sections in the symbol widget
- fix automatic session restore on OSX/Qt6
- scale inline preview if visible linewidth is too small
- fix latex package name parsing on Qt5 builds
- added cwls

TeXstudio 4.1.1
-----------------
- fix weird OSX issue that cursor keys were not working
- allow maximise config dialog

TeXstudio 4.1.0
-----------------
- change session format to json in order to circumvent OSX/Qt6 issue
- make edview accessible from js

TeXstudio 4.0.0
-----------------
- adapt to Qt6/poppler-qt6
- remodel structure handling in order to avoid (rare) crashes
- more and updated completion word lists thanks to mbertucci47
- handle text (e.g. \text{text}) in mathenv as text with spell checking
- performance improvement for large files with large number of labels
  and/or large number of includes
- some bug fixes

TeXstudio 3.1.2
-----------------
- completed global TOC (background color coded, can be adjusted in config)
- fontawesome5 symbol pane
- another dark theme style (Orion Dark)
- results from styleparser gets immediately updated

TeXstudio 3.1.1
-----------------
- let global TOC update as you type

TeXstudio 3.1.0
-----------------
- fix changing GUI language
- global TOC added which needs to be updated for now (WIP)

TeXstudio 3.0.5
-----------------
- fix crash when deleting all elements of a build chain
- fix large tooltips on win with ADWAITA style
- number of pdf rendering threads limited to 8 (or to set value)
- add command line option --texpath to force a tex path
- adapt speller dialog to find the same errors as the online checker
- fix replace in global search

TeXstudio 3.0.2
-----------------
- changed behaviour for cut buffer and Ctrl+e (insert env)
- texdoc added as selectable command
- larger number of default dictionaries added

TeXstudio 3.0.0
-----------------
- speed up document parsing, should result in faster document load times
- spell checking is done asynchronously
- custom verbatim/math env highlighting abandoned for a cwl based approach
- better dark-mode support
- qt4 support abandoned

Files:
RevisionActionfile
1.77modifypkgsrc/editors/texstudio/Makefile
1.8modifypkgsrc/editors/texstudio/PLIST
1.12modifypkgsrc/editors/texstudio/distinfo
1.1removepkgsrc/editors/texstudio/patches/patch-manhattanstyle.cpp
1.1removepkgsrc/editors/texstudio/patches/patch-mostQtHeaders.h
1.2removepkgsrc/editors/texstudio/patches/patch-pdfviewer_PDFDocument.cpp