pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/texstudio Updated editors/texstudio 2.0.8 to 2...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24649cf1fb77
branches:  trunk
changeset: 352109:24649cf1fb77
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Sep 07 04:18:27 2016 +0000

description:
Updated editors/texstudio 2.0.8 to 2.11.0
TeXstudio 2.11.0
----------------
(http://texstudio.sourceforge.net/manual/current/CHANGELOG.txt)
- support two editors next to each other
- new tabular wizard
- support multi-line commands
- add scrollbar marks for search and bookmarks
- add command option --no-session
- add manual to mac OS X app bundle data
- improve table manipulation of tabu/longtabu
- select words by doubleclick + hold + mousemove
- restructure cwl search paths to settings/completion/user :/completion settings/completion/autogenerated
- safer way of obtaining the PATH on OS X
- add option for image tooltip
- do not show explicit hyphens in section titles of the structure view
- do not parse for structure in non-LaTeX-like languages
- make preview work with \input in preamble (files get rewritten to absolute paths for the temporary compilation)
- use QSaveFile for file saving instead of our custom file saving strategy if available (Qt5 only)
- eneable left/right shortcuts for embedded viewer
- remove multiple default values for latexmk (fixes bug 1694)
- support environment variables in additional search paths
- support [txs-app-dir] and [txs-settings-dir] in additional search paths for log and pdf
- add statusbar icon for LanguageTool
- make LanguageTool arguments configurable
- add align cursor mirrors options
- make pasting into cursor mirrors a single undo block
- do not remove cursor mirrors on undo
- select text of current item in Packages Help to allow easier overwriting (feature request 1063)
- select search/replace texts when switchting there using Tab / Backtab (feature request 1064)
- added optional workingDirectory argument to script function system()
- added editor->insertSnippet() to scripting environment
- added option to choose log encoding
- make icons greyscale for viewer sync buttons if they are not activated
- added a table template
- added some elements to math/latex menus
- unix: allow defining a datadir different from PREFIX/share
- add the option to use system hunspell and quazip
- add images to windows installer
- document advanced code snippet properties in the manual
- don't show dialog for creating a file if it could not be opened but exists
- use Freedesktop Icon Naming Specification for standard icons
- add qt5 autodetection to BUILD.sh
- fix duplicated line endings for larger files (chunked loading)
- fix: windows environment variables may contain brackets: PROGRAMFILES(X86)
- fix env closing with $,$$,etc.
- fix: go to PDF for temporarily compiled documents
- fix finding root document when explicit root doc is set
- fix spell check when word ends with point
- fix argument detection: optional arguments may appear after mandatory ones
- fix: correctly generate environment definition from \newenvironment in case of a default argument
- fix crash in keyVal syntax check when the document was deleted in the meantime
- fix: clear replace highlights when search term is changed
- fix: cancel in marco dialog (bug 1662)
- fixed interpretation of % !BIB program = ... (bug 1667)
- fix AltGr+F not typing [ on Croatian keyboard
- fix cursor jumping to end of file when trying to jump from a non-matched bracket (bug 1668)
- fix pasting columns over an existing selection (bug 1726)
- fix broken language triggers (bug 1735)
- fix quote replacements
- fix line breaks for cursor mirrors
- fix auto paren completion for cursor mirrors
- fix line operations to work with cursor mirrors
- fix sychronize text of placeholder mirror when inserting an environment on a selection (Ctrl+E)
- fix font in pdf viewer status bar did not scale
- fix loading of badword lists
- fix LanguageTool startup
- fix overlapping in unicodeinsert on osx
- fix: pinyin input of punctuation (bug 1770)
- fix: retain spaces when sending text to LanguageTool
- fix: don't translate Ctrl+Alt+Left as the translation breaks the shortcut
- several updates to cwl files
- update poppler for windows to 0.39.0
- improved generation of label texts

diffstat:

 editors/texstudio/Makefile |   5 ++---
 editors/texstudio/PLIST    |   3 ++-
 editors/texstudio/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r 8bd109068bd5 -r 24649cf1fb77 editors/texstudio/Makefile
--- a/editors/texstudio/Makefile        Wed Sep 07 00:20:47 2016 +0000
+++ b/editors/texstudio/Makefile        Wed Sep 07 04:18:27 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2016/08/01 14:23:55 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2016/09/07 04:18:27 mef Exp $
 
-DISTNAME=      texstudio-2.10.8
-PKGREVISION=   4
+DISTNAME=      texstudio-2.11.0
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=texstudio/}
 
diff -r 8bd109068bd5 -r 24649cf1fb77 editors/texstudio/PLIST
--- a/editors/texstudio/PLIST   Wed Sep 07 00:20:47 2016 +0000
+++ b/editors/texstudio/PLIST   Wed Sep 07 04:18:27 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2016/02/07 22:29:04 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/09/07 04:18:27 mef Exp $
 bin/texstudio
 share/applications/texstudio.desktop
 share/icons/hicolor/scalable/apps/texstudio.svg
@@ -126,6 +126,7 @@
 share/texstudio/texstudio_hu.qm
 share/texstudio/texstudio_it.qm
 share/texstudio/texstudio_ja.qm
+share/texstudio/texstudio_nl.qm
 share/texstudio/texstudio_pl.qm
 share/texstudio/texstudio_pt_BR.qm
 share/texstudio/texstudio_ru_RU.qm
diff -r 8bd109068bd5 -r 24649cf1fb77 editors/texstudio/distinfo
--- a/editors/texstudio/distinfo        Wed Sep 07 00:20:47 2016 +0000
+++ b/editors/texstudio/distinfo        Wed Sep 07 04:18:27 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2016/02/07 22:29:04 markd Exp $
+$NetBSD: distinfo,v 1.2 2016/09/07 04:18:27 mef Exp $
 
-SHA1 (texstudio-2.10.8.tar.gz) = d2d51a5b0270619522393be3b0a2cf77e8278884
-RMD160 (texstudio-2.10.8.tar.gz) = c57dd27016422e48c5a18dcc843237d01dd65d25
-SHA512 (texstudio-2.10.8.tar.gz) = 3faa278f785dc1de34c5a502191430989f078d5301da93f1df13d70287e01322618fd146e1ee7c4c6714233a53affdbb92e3e67f5717b978d2fbe126c59da949
-Size (texstudio-2.10.8.tar.gz) = 26003322 bytes
+SHA1 (texstudio-2.11.0.tar.gz) = 3d2f8709275562b63b61f52d99c27b6645f29285
+RMD160 (texstudio-2.11.0.tar.gz) = 4f8ecede3c3e2ee67793a9d4ff796f70e8d16b85
+SHA512 (texstudio-2.11.0.tar.gz) = 773010bfa25de17e4deb0ae32325c26b5ff737bea837fba34fde28ec00d8e9a4d2c816d1f431c3c4e5a506354d1ff541e6b74bd36323e0fd3f20f4d389aab3be
+Size (texstudio-2.11.0.tar.gz) = 26263749 bytes



Home | Main Index | Thread Index | Old Index