diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2020-04-06 00:08:07 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2020-04-06 00:08:07 +0000 |
commit | 85d2fa62f5fd269ee677fe5227ef2a8ee1cdf6ae (patch) | |
tree | a299daa78e32f5355af619ccecf34b8eb349bd2c /editors | |
parent | 62cb508c53abf3990e98ec9b3de8408a876e61b4 (diff) | |
download | pkgsrc-85d2fa62f5fd269ee677fe5227ef2a8ee1cdf6ae.tar.gz |
retext: update to 7.1.0
## ReText 7.1.0 (2020-04-04)
* General improvements:
- New files are now opened in new tabs by default, not new windows
(contributed by Daniele Scasciafratte in #476). This can be disabled
using `openFilesInExistingWindow` configuration option.
- Preferences dialog improvements: it now uses tabs; added a link to
configuration file (contributed by Xavier Gouchet in #327); clicking on
checkbox label now changes checkbox state.
- Return key now automatically continues quote blocks and ordered lists
(contributed by Xavier Gouchet in #298 and #326).
- It is now possible to close the current tab with Ctrl+W (contributed by
Xavier Gouchet in #283).
- Ctrl+wheel on editor now increases/decreases font size (contributed by
Xavier Gouchet in #328). Ctrl+wheel in preview zooms in/out (#400).
- Alt+Up/Down arrow now moves the current line up/down (contributed by
Xavier Gouchet in #337).
- Added “Jump to Line” feature, with Ctrl+G shortcut (contributed by
Xavier Gouchet in #382).
- Table mode improvements (contributed by Maurice van der Pot).
- “Paste Image” moved to a separate action, with Ctrl+Shift+V shortcut.
- Added “Insert table” dialog (contributed by Changhee Kim in #431).
- Clicking a link to nonexistent file now prompts the user to create it
(contributed by red-kite in #436 and Xavier Gouchet in #459).
- Added a menu action to insert images from filesystem (contributed by
Daniel Venturini in #500).
* New options added:
- `relativeLineNumbers` — count line numbers as relative to the current
line (contributed by Xavier Gouchet in #270).
- `documentStatsEnabled` — show text statistics in the lower left corner
of the editor (contributed by Xavier Gouchet in #268 and #338).
- `rightMarginWrap` — soft-wrap text at user specified margin line
(contributed by Oğuzhan Öğreden in #313).
- `paperSize` — set the default paper size for print or PDF export
(contributed by mray271 in #335).
- `recentDocumentsCount` — number of recent files to show in the menu
(contributed by red-kite in #407).
- `windowTitleFullPath` — show full path in window title (contributed by
red-kite in #429).
- `defaultPreviewState` — mode for new tabs: `editor`, `normal-preview` or
`live-preview` (contributed by red-kite in #435). It replaces the old
`livePreviewByDefault` option.
- `wideCursor` — make cursor as wide as characters.
* Bugs fixed:
- Issue #252 — Limit max-width of images to 100%.
- Issue #267 — setup.py now installs retext.svg icon.
- Issues #281, #469 — Autofill current filename for PDF export and Save As
dialogs (the Save As part contributed by Xavier Gouchet in #474).
- Issue #291 — Make sure search result does not overlap with stats/info
areas.
- Issue #301 — Made the Markdown include extension working.
- PR #315 — Fixed handling multi-line rows in reStructuredText tables in
table mode (contributed by R1dO).
- Issue #346 — Ctrl+F now focuses the search field, not closes the search
bar. To close the search bar, now the Escape key can be used.
- Issue #378 — Ensure that cursor is visible after resizes.
- Issue #397 — Only check whether .css file exists on initial page load.
- Issue #399 — Try to load libGL.so.1 before creating QApplication.
- Issue #408 — Fix printing with dark themes.
- Issue #409 — Make the WebKit renderer use disk cache.
- PRs #411, #417, #426, #494 — AppData file improvements (contributed by
scx).
- Issue #441 — Files reloading no longer triggers tab change.
- Issue #445 — Implemented PDF export for the WebEngine renderer.
- Issue #451 — Make the highlighter not break the pymdownx.highlight
extension.
- Issues #452, #497, #499 — Prevent pip from building wheels, as that
results in broken desktop files.
- Issues #467, #488 — WebEngine renderer broken with new Qt versions.
- Issue #468 — Include the stylesheet in exported HTML.
- Issue #479 — Display `*` in tab title when document is modified and
unsaved (contributed by Xavier Gouchet in #480).
- Issue #487 — Added a workaround for missing icons in Ubuntu 19.10 Yaru
theme.
- PR #496 — Enable HiDPI icons (contributed by Guo Yunhe).
* Translations updated:
- Chinese (China) (contributed by liulitchi and the Chinese team).
- Czech (contributed by David Kolibáč).
- Danish (contributed by scootergrisen).
- Dutch (contributed by Heimen Stoffels).
- Finnish (contributed by elguitar).
- German (contributed by Oliver A. Gubler in #370, Carsten Beck).
- Italian (contributed by Alessandro Menti).
- Korean (contributed by MukKim in #415).
- Portuguese (Brazil) (contributed by EdemarSantos).
- Portuguese (European) (contributed by Ricardo Simões in #278).
- Russian (contributed by Vladislav Glinsky, Виктор Ерухин).
- Serbian (contributed by Slobodan Simić).
- Spanish (contributed by Félix Fischer, Fito JB).
- Swedish (contributed by Philip Andersen).
- Ukrainian (contributed by Vladislav Glinsky).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/retext/Makefile | 5 | ||||
-rw-r--r-- | editors/retext/PLIST | 77 | ||||
-rw-r--r-- | editors/retext/distinfo | 10 |
3 files changed, 50 insertions, 42 deletions
diff --git a/editors/retext/Makefile b/editors/retext/Makefile index 5a891fcd2a4..ab9ac871043 100644 --- a/editors/retext/Makefile +++ b/editors/retext/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2019/04/25 07:32:52 maya Exp $ +# $NetBSD: Makefile,v 1.3 2020/04/06 00:08:07 gutteridge Exp $ -VERSION= 7.0.4 +VERSION= 7.1.0 DISTNAME= ReText-${VERSION} PKGNAME= ${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= editors python MASTER_SITES= ${MASTER_SITE_PYPI:=R/ReText/} diff --git a/editors/retext/PLIST b/editors/retext/PLIST index 449c33ce1ac..2da1cf404d3 100644 --- a/editors/retext/PLIST +++ b/editors/retext/PLIST @@ -1,61 +1,68 @@ -@comment $NetBSD: PLIST,v 1.1 2019/03/02 20:49:10 gutteridge Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/04/06 00:08:07 gutteridge Exp $ bin/retext ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/ReText/__init__.py -${PYSITELIB}/ReText/__init__.pyo ${PYSITELIB}/ReText/__init__.pyc -${PYSITELIB}/ReText/config.pyo -${PYSITELIB}/ReText/config.pyc -${PYSITELIB}/ReText/converterprocess.pyo -${PYSITELIB}/ReText/converterprocess.pyc -${PYSITELIB}/ReText/dialogs.pyo -${PYSITELIB}/ReText/dialogs.pyc -${PYSITELIB}/ReText/editor.pyo -${PYSITELIB}/ReText/editor.pyc -${PYSITELIB}/ReText/fakevimeditor.pyo -${PYSITELIB}/ReText/fakevimeditor.pyc -${PYSITELIB}/ReText/highlighter.pyo -${PYSITELIB}/ReText/highlighter.pyc -${PYSITELIB}/ReText/icontheme.pyo -${PYSITELIB}/ReText/icontheme.pyc -${PYSITELIB}/ReText/mdx_posmap.pyo -${PYSITELIB}/ReText/mdx_posmap.pyc -${PYSITELIB}/ReText/preview.pyo -${PYSITELIB}/ReText/preview.pyc -${PYSITELIB}/ReText/syncscroll.pyo -${PYSITELIB}/ReText/syncscroll.pyc -${PYSITELIB}/ReText/tab.pyo -${PYSITELIB}/ReText/tab.pyc -${PYSITELIB}/ReText/tablemode.pyo -${PYSITELIB}/ReText/tablemode.pyc -${PYSITELIB}/ReText/webenginepreview.pyo -${PYSITELIB}/ReText/webenginepreview.pyc -${PYSITELIB}/ReText/webkitpreview.pyo -${PYSITELIB}/ReText/webkitpreview.pyc -${PYSITELIB}/ReText/window.pyo -${PYSITELIB}/ReText/window.pyc -${PYSITELIB}/ReText/xsettings.pyo -${PYSITELIB}/ReText/xsettings.pyc +${PYSITELIB}/ReText/__init__.pyo +${PYSITELIB}/ReText/__main__.py +${PYSITELIB}/ReText/__main__.pyc +${PYSITELIB}/ReText/__main__.pyo ${PYSITELIB}/ReText/config.py +${PYSITELIB}/ReText/config.pyc +${PYSITELIB}/ReText/config.pyo ${PYSITELIB}/ReText/converterprocess.py +${PYSITELIB}/ReText/converterprocess.pyc +${PYSITELIB}/ReText/converterprocess.pyo ${PYSITELIB}/ReText/dialogs.py +${PYSITELIB}/ReText/dialogs.pyc +${PYSITELIB}/ReText/dialogs.pyo ${PYSITELIB}/ReText/editor.py +${PYSITELIB}/ReText/editor.pyc +${PYSITELIB}/ReText/editor.pyo ${PYSITELIB}/ReText/fakevimeditor.py +${PYSITELIB}/ReText/fakevimeditor.pyc +${PYSITELIB}/ReText/fakevimeditor.pyo ${PYSITELIB}/ReText/highlighter.py +${PYSITELIB}/ReText/highlighter.pyc +${PYSITELIB}/ReText/highlighter.pyo ${PYSITELIB}/ReText/icontheme.py +${PYSITELIB}/ReText/icontheme.pyc +${PYSITELIB}/ReText/icontheme.pyo ${PYSITELIB}/ReText/mdx_posmap.py +${PYSITELIB}/ReText/mdx_posmap.pyc +${PYSITELIB}/ReText/mdx_posmap.pyo ${PYSITELIB}/ReText/preview.py +${PYSITELIB}/ReText/preview.pyc +${PYSITELIB}/ReText/preview.pyo ${PYSITELIB}/ReText/syncscroll.py +${PYSITELIB}/ReText/syncscroll.pyc +${PYSITELIB}/ReText/syncscroll.pyo ${PYSITELIB}/ReText/tab.py +${PYSITELIB}/ReText/tab.pyc +${PYSITELIB}/ReText/tab.pyo +${PYSITELIB}/ReText/tabledialog.py +${PYSITELIB}/ReText/tabledialog.pyc +${PYSITELIB}/ReText/tabledialog.pyo ${PYSITELIB}/ReText/tablemode.py +${PYSITELIB}/ReText/tablemode.pyc +${PYSITELIB}/ReText/tablemode.pyo ${PYSITELIB}/ReText/webenginepreview.py +${PYSITELIB}/ReText/webenginepreview.pyc +${PYSITELIB}/ReText/webenginepreview.pyo ${PYSITELIB}/ReText/webkitpreview.py +${PYSITELIB}/ReText/webkitpreview.pyc +${PYSITELIB}/ReText/webkitpreview.pyo ${PYSITELIB}/ReText/window.py +${PYSITELIB}/ReText/window.pyc +${PYSITELIB}/ReText/window.pyo ${PYSITELIB}/ReText/xsettings.py +${PYSITELIB}/ReText/xsettings.pyc +${PYSITELIB}/ReText/xsettings.pyo share/applications/me.mitya57.ReText.desktop share/icons/hicolor/scalable/apps/retext.svg share/metainfo/me.mitya57.ReText.appdata.xml @@ -97,11 +104,13 @@ share/retext/locale/retext_es.qm share/retext/locale/retext_es_CO.qm share/retext/locale/retext_et.qm share/retext/locale/retext_eu.qm +share/retext/locale/retext_fi.qm share/retext/locale/retext_fr.qm share/retext/locale/retext_hr.qm share/retext/locale/retext_hu.qm share/retext/locale/retext_it.qm share/retext/locale/retext_ja.qm +share/retext/locale/retext_ko.qm share/retext/locale/retext_nl.qm share/retext/locale/retext_pl.qm share/retext/locale/retext_pt.qm diff --git a/editors/retext/distinfo b/editors/retext/distinfo index b28edd2202e..a2edf77a216 100644 --- a/editors/retext/distinfo +++ b/editors/retext/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/03/02 20:49:10 gutteridge Exp $ +$NetBSD: distinfo,v 1.2 2020/04/06 00:08:07 gutteridge Exp $ -SHA1 (ReText-7.0.4.tar.gz) = c50eef7ac7b7dc314e2913daadc4686e53eed8fe -RMD160 (ReText-7.0.4.tar.gz) = 1f62ecfd43916b64d5117b7051d0c9b20c9086ee -SHA512 (ReText-7.0.4.tar.gz) = cb12666b15414f4bf83f3b07c94d3bcba13dd3e6c3832c66520bfe8caafeeb87cc083a1e74530d98d6e00a00363add55fdf873e6de385e637876454130deebb3 -Size (ReText-7.0.4.tar.gz) = 402934 bytes +SHA1 (ReText-7.1.0.tar.gz) = b61cae271f8270e8964090771dfd8684095e0b99 +RMD160 (ReText-7.1.0.tar.gz) = 8026437693b65baf47824e43cc22788ff1ffa5a6 +SHA512 (ReText-7.1.0.tar.gz) = 92333f31f7a57440d642246ed30156384285bb44640a0d6e7654e82749681893eaef3cb16e41fa2d7b618aa59f1ea8cb07d431736b00f35cb9130d7294e3d105 +Size (ReText-7.1.0.tar.gz) = 484989 bytes |