pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/texstudio



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jun 21 13:50:41 UTC 2017

Modified Files:
        pkgsrc/editors/texstudio: Makefile PLIST distinfo

Log Message:
Update texstudio to 2.12.4

TeXstudio 2.12.4
----------------
- detect definition of tex counts using \newcount
- improve config dialog layout
- make todo comment detection configurable
- show frame titles in structure view
- support table alignment in IEEEeqnarray, xtabular and mpxtabular
- table alignment: fix aligning of empty cols
- table alignment: place \\ if last columns is empty
- warn if \begin{column} is used outside columns-env
- workaround for not interpreting $ inside sweave \Sexpr{}
- option to deactivate interperation of command definition in magic comments
- remove pdf viewer subtypes from "Default Viewer" config. PDF viewer
  subtypes should be selected in "PDF Viewer".
- increase the maximal resolution for pdf rendering
- toolbar for embedded viewer can not turned-off anymore
- show shortcuts in tooltips (can be deactivated in the options)
- pass non-breaking space to grammar check
- \item completion no adds a space
- fix highlighting of current section in structure
- fix delays when typing _abc
- fix bug in log parser: wrong filename if empty brackets () occur in text
- fix word repetition erro on non-breaking space (~)
- fix file detection in latex/include file
- fix width of side panel not saved
- fix ampersand in in recent session names
- fix parsing of \RequirePackage in style files if the argument is
  completed on the same line
- fix misinterpretation of closing brace if extra opening brace is used
  over multilines
- fix jumping to first page when changing magnifier/hand in pdfviewer
- fix spelling error on words followed by
- show option --version when calling with --help
- fix link to LibreOffice dictionaries
- fix crash on pressing Esc in options
- fix entering persian half-space letter
- fix \maketitle completion
- fix shortcut context on OSX
- fix robustcommand definition
- use $* instead of $@ in BUILD.sh
- add needspace.cwl
- update some cwls
- add turkish translation

TeXstudio 2.12.2
----------------
- PDF shortcuts are now changable
- Support LanguageTool json API (needed for LanguageTool > 3.5)
- slightly improved layout of config dialog
- improved detection of stdout and stderr redirection
- fix: duplicate side panel icons
- fix: togglefullscreen from maximised and in reverse
- fix: don't try to call bibtex/biber if there are no bibtex-files
- fix: detection of programs
- fix: avoid problems if check latex is called without open documents

TeXstudio 2.12.0
----------------
- improved user interface: optimized layout, some new icons, some
  changes of color
- warn if file-saving fails
- cwl-based highlighting of todo-like commands
- partly support \todo commands spanning multiple lines (starting
  line is considered for highlighting and structure entry)
- partly support highlighting of multi-line titles: first line is
  highlighted
- move cursor to context in line when clicking on log entry
- add "Move all to other view" to editor tabs context menu
- add shortcut Ctrl+Alt+X to open the current pdf in the external viewer
- open the annotation dialog by double-clicking on an annotation in the list
- indicate LanguageTool server in tooltip
- indicate cursor RTL state in status bar
- build commands can be edited in non-advanced mode
- auto user commands on single argument math commands e.g. \overbrace{abc}
- support \input of PGF/TikZ files in graphics wizard
- support fix %BEGIN_FOLD in .rnw files
- improved highlighting for pweave and sweave
- improved tooltips on structure entries
- improved text completion: support compound words, apostrophe, subscript
  in braces, words with underscores
- Parenthesis -> Select Inner/Outer work also when the cursor is not next
  to a parenthesis but inside
- don't clear highlights of search in pdf after timeout
- revert to pre 2.11.0 save method on windows because the new QSaveFile
  has problems with Dropbox folders
- option to disable safe writing of files (using QSaveFile)
- option to disable showing logfile/error list in case of compile errors
- option to deactivate all reactions to external file changes
- option to control the triple click behavior
- additional shortcuts with Tab, Backspace, Del in shortcut options
- portable version does now store all settings in a subfolder "config"
- improved automatic handling of hg version information (relevant
  when building from source tar)
- improved handling of cwl dublets
- use Ctrl+Space for completion on OS X (was Cmd+Space which conflicts
  with Spotlight search)
- deprecate command line option --ini-file FILE in favor of --config DIR
- deprecate command line option --master in favor of --root
- remove View -> Align Windows (obsolete because of the embedded viewer)
- remove old toolbox style of side panel
- fix crash (newenv without any arguments)
- fix freeze when parsing incorrect \texorpdfstring with incorrect arguments
- fix label detection in glossaries.cwl
- fix: automatically run bibliography if there is no bbl file
- fix: "Close last open environment" works now also for environments
  opened on the same line
- fix: hg version comparision assumed 'larger' if the version could
  not be determined
- fix: do not lose focus to editor for "Find in PDF"
- fix grammar check on words in text arguments
- fix addchap/addpart entries not recognized as structure elements
- fix incorrect double-click and drag behavior
- fix issues with not-updated bookmarks
- fix math hover preview in subfile
- fix "Tab or Indent Selection"
- fix detection of MikTeX 64bit
- fix build with phonon
- improved some cwl files

TeXstudio 2.11.2
----------------
- major performance speedup, in case some default section commands were
  not defined in any used package
- speed up pasting into large documents (factor 100x)
- add comment toggle
- improved search panel layout
- improved bracket detection for \todo highlighting
- improved parsing of section titles
- added shorter auto-save intervals (1 min, 2 min)
- detection of user-local installation of MikTeX
- cwl-format: suffix %plain disables possible semantics associated with
  an argument name
- cwl-format: suffix %labeldef for definition of labels
- cwl-format: %suffix notation takes precedence over detection by argument
  name
- cwl-format: allow 'key' to be used in label if #l is set
- replace babel german by ngerman in presentation wizard
- highlight cursorEnums in script
- support reading an application style sheet from stylesheet.qss
- fix crash on qt4 if update check is sucessful
- fix: auto-indent
- fix: make insertion of tabs work with cursor mirrors
- fix: verbatim setting for \verb|abc|
- fix: update of save icon after SaveAll
- fix: dictionaries in extracted .oxt files not recognized
- fix: replace with regexp containing lookahead
- fix: keep indentation when using the graphics wizard
- fix: quote replacement on formerly hidden child documents
- fix: do not interpret double backslash within braces as column end in
  tabular environment
- fix: show a warning if file could not be saved
- fix: correctly handle optional arguments in command definitions
- fix: handling of \let arguments
- fix: spellchecking of words with apostrophe
- fix: visibility of option for system theme icons on Linux
- fix: scripting: cursor.movePostition(n, Left/Right) across empty lines
  and beyond end of file
- fix: running scripts from the macro window
- fix: mixture of zoom and scroll on ctrl+mouse wheel
- fix: scrreprt detection
- fix: editor font rendering in case of UI scaling
- fix: argument scanning when option contain key/val pairs
- fix: editor hiding when updating a windowed pdf viewer which was enlarged
before changing to windowed mode
- fix: repetition checking for words followed by colon
- fix: position of completer when competion words become very large
- fix: freeze while typing \texorpdfstring
- fix: script error on editor.search with options and callback
- fix: regExp replace in multi doc search


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/editors/texstudio/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/texstudio/PLIST \
    pkgsrc/editors/texstudio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/texstudio/Makefile
diff -u pkgsrc/editors/texstudio/Makefile:1.10 pkgsrc/editors/texstudio/Makefile:1.11
--- pkgsrc/editors/texstudio/Makefile:1.10      Tue May  2 13:37:30 2017
+++ pkgsrc/editors/texstudio/Makefile   Wed Jun 21 13:50:41 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2017/05/02 13:37:30 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/21 13:50:41 markd Exp $
 
-DISTNAME=      texstudio-2.11.0
-PKGREVISION=   3
+DISTNAME=      texstudio-2.12.4
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=texstudio/}
 

Index: pkgsrc/editors/texstudio/PLIST
diff -u pkgsrc/editors/texstudio/PLIST:1.2 pkgsrc/editors/texstudio/PLIST:1.3
--- pkgsrc/editors/texstudio/PLIST:1.2  Wed Sep  7 04:18:27 2016
+++ pkgsrc/editors/texstudio/PLIST      Wed Jun 21 13:50:41 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/09/07 04:18:27 mef Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/06/21 13:50:41 markd Exp $
 bin/texstudio
 share/applications/texstudio.desktop
 share/icons/hicolor/scalable/apps/texstudio.svg
@@ -130,6 +130,7 @@ share/texstudio/texstudio_nl.qm
 share/texstudio/texstudio_pl.qm
 share/texstudio/texstudio_pt_BR.qm
 share/texstudio/texstudio_ru_RU.qm
+share/texstudio/texstudio_tr_TR.qm
 share/texstudio/texstudio_uk.qm
 share/texstudio/texstudio_vi.qm
 share/texstudio/texstudio_zh_CN.qm
Index: pkgsrc/editors/texstudio/distinfo
diff -u pkgsrc/editors/texstudio/distinfo:1.2 pkgsrc/editors/texstudio/distinfo:1.3
--- pkgsrc/editors/texstudio/distinfo:1.2       Wed Sep  7 04:18:27 2016
+++ pkgsrc/editors/texstudio/distinfo   Wed Jun 21 13:50:41 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/09/07 04:18:27 mef Exp $
+$NetBSD: distinfo,v 1.3 2017/06/21 13:50:41 markd Exp $
 
-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
+SHA1 (texstudio-2.12.4.tar.gz) = 4b1afb4d5eb4b53ed59a154764207b2272d9cd3b
+RMD160 (texstudio-2.12.4.tar.gz) = 05aff0c80e19d7aec0386b62b4d9c444fef10e41
+SHA512 (texstudio-2.12.4.tar.gz) = 6e1d114ae87c854231399004504e460d078b9bf26ceb25c7fc592b79d3234f9880f8c021c3ddb2ef26a883dbddc2b94f98f368c976aa16973d3c1a6823a4150d
+Size (texstudio-2.12.4.tar.gz) = 26401510 bytes



Home | Main Index | Thread Index | Old Index