From 75ede32ff8c3283f187240c088f6ca40c30df49c Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Fri, 3 Nov 2023 00:34:20 +0800 Subject: [PATCH] update docs for new minimum version --- Changelog.md | 4 +++- README.md | 18 ++++++++---------- controlyourtabs.plugin | 3 +-- controlyourtabs.plugin.python2 | 11 ----------- .../locale/gedit-control-your-tabs.pot | 2 +- 5 files changed, 13 insertions(+), 25 deletions(-) delete mode 100644 controlyourtabs.plugin.python2 diff --git a/Changelog.md b/Changelog.md index 21b5400..994a463 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,8 @@ # Changelog -## [v0.3.6-dev][Unreleased] - Unreleased +## [v0.4.0-dev][Unreleased] - Unreleased +* Changed minimum gedit version required to 3.12 +* Fixed error when loaded in gedit 46 ## [v0.3.5] - 2023-05-03 * Fixed AttributeError when loaded in gedit 44 diff --git a/README.md b/README.md index 9bafa9a..3603f5c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Switch between document tabs using Ctrl+Tab / Ctrl+Shift+Tab and Ctrl+PageUp / Ctrl+PageDown -v0.3.6-dev +v0.4.0-dev All bug reports, feature requests, and miscellaneous comments are welcome at the [project issue tracker]. @@ -15,19 +15,19 @@ releases. ## Requirements -v0.2.0 and higher requires gedit 3. The last version compatible with -gedit 2 is [v0.1.2]. +This plugin requires gedit 3.12 or newer. The last version compatible +with gedit 2 is [v0.1.2], and the last version compatible with gedit +3.0-3.10 is [v0.3.5]. [v0.1.2]: https://github.com/jefferyto/gedit-control-your-tabs/releases/tag/v0.1.2 +[v0.3.5]: https://github.com/jefferyto/gedit-control-your-tabs/releases/tag/v0.3.5 ## Installation 1. Download the [latest release] and extract. -2. Copy the `controlyourtabs` folder and the appropriate `.plugin` file - into `~/.local/share/gedit/plugins` (create if it does not exist): - * For gedit 3.8 and later, copy `controlyourtabs.plugin`. - * For gedit 3.6 and earlier, copy `controlyourtabs.plugin.python2` - and rename to `controlyourtabs.plugin`. +2. Copy the `controlyourtabs` folder and the `controlyourtabs.plugin` + file into `~/.local/share/gedit/plugins` (create if it does not + exist). 3. Restart gedit, then activate the plugin in the **Plugins** tab in gedit's **Preferences** window. @@ -53,8 +53,6 @@ Hold down Ctrl to continue tab switching. Press ## Preferences -In gedit 3.4 or later, the plugin supports these preferences: - * `Use tab row order for Ctrl+Tab / Ctrl+Shift+Tab` - Change Ctrl+Tab / Ctrl+Shift+Tab to switch tabs in diff --git a/controlyourtabs.plugin b/controlyourtabs.plugin index d449624..f520867 100644 --- a/controlyourtabs.plugin +++ b/controlyourtabs.plugin @@ -1,4 +1,3 @@ -# This file is for gedit 3.8 and later [Plugin] Loader=python3 Module=controlyourtabs @@ -8,4 +7,4 @@ Description=Switch between document tabs using Ctrl+Tab / Ctrl+Shift+Tab and Ctr Authors=Jeffery To Copyright=Copyright © 2010-2013, 2017-2018, 2020, 2023 Jeffery To Website=https://github.com/jefferyto/gedit-control-your-tabs -Version=0.3.6-dev +Version=0.4.0-dev diff --git a/controlyourtabs.plugin.python2 b/controlyourtabs.plugin.python2 deleted file mode 100644 index 9bbbbac..0000000 --- a/controlyourtabs.plugin.python2 +++ /dev/null @@ -1,11 +0,0 @@ -# This file is for gedit 3.6 and earlier -[Plugin] -Loader=python -Module=controlyourtabs -IAge=3 -Name=Control Your Tabs -Description=Switch between document tabs using Ctrl+Tab / Ctrl+Shift+Tab and Ctrl+PageUp / Ctrl+PageDown -Authors=Jeffery To -Copyright=Copyright © 2010-2013, 2017-2018, 2020, 2023 Jeffery To -Website=https://github.com/jefferyto/gedit-control-your-tabs -Version=0.3.6-dev diff --git a/controlyourtabs/locale/gedit-control-your-tabs.pot b/controlyourtabs/locale/gedit-control-your-tabs.pot index 7110d51..9511ec6 100644 --- a/controlyourtabs/locale/gedit-control-your-tabs.pot +++ b/controlyourtabs/locale/gedit-control-your-tabs.pot @@ -1,7 +1,7 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: gedit-control-your-tabs 0.3.6-dev\n" +"Project-Id-Version: gedit-control-your-tabs 0.4.0-dev\n" "POT-Creation-Date: 2023-05-03 16:48+0800\n" "PO-Revision-Date: 2014-12-03 21:27+0800\n" "Last-Translator: Jeffery To \n"