Skip to content

Commit

Permalink
update docs for new minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferyto committed Nov 2, 2023
1 parent b97d07d commit 75ede32
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 25 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Switch between document tabs using Ctrl+Tab / Ctrl+Shift+Tab and
Ctrl+PageUp / Ctrl+PageDown
<https://github.com/jefferyto/gedit-control-your-tabs>
v0.3.6-dev
v0.4.0-dev

All bug reports, feature requests, and miscellaneous comments are
welcome at the [project issue tracker].
Expand All @@ -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.

Expand All @@ -53,8 +53,6 @@ Hold down <kbd>Ctrl</kbd> 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
<kbd>Ctrl</kbd>+<kbd>Tab</kbd> /
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Tab</kbd> to switch tabs in
Expand Down
3 changes: 1 addition & 2 deletions controlyourtabs.plugin
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This file is for gedit 3.8 and later
[Plugin]
Loader=python3
Module=controlyourtabs
Expand All @@ -8,4 +7,4 @@ Description=Switch between document tabs using Ctrl+Tab / Ctrl+Shift+Tab and Ctr
Authors=Jeffery To <[email protected]>
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
11 changes: 0 additions & 11 deletions controlyourtabs.plugin.python2

This file was deleted.

2 changes: 1 addition & 1 deletion controlyourtabs/locale/gedit-control-your-tabs.pot
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>\n"
Expand Down

0 comments on commit 75ede32

Please sign in to comment.