From 8afbb44ceeac050c76bbdfedcd644cca384ad42e Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 3 Jan 2015 23:09:43 +0100 Subject: Add a reorder plugin /reorder command to organize the tabs according to a fixed layout --- doc/source/plugins/index.rst | 6 ++++++ doc/source/plugins/reorder.rst | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 doc/source/plugins/reorder.rst (limited to 'doc/source') diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index d1f021de..9df47c3b 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -210,6 +210,11 @@ Plugin index Display the time between two messages. + Reorder + :ref:`Documentation ` + + Reorder the tabs according to a static layout. + Revstr :ref:`Documentation ` @@ -291,3 +296,4 @@ Plugin index change_title pipe_cmd close_all + reorder diff --git a/doc/source/plugins/reorder.rst b/doc/source/plugins/reorder.rst new file mode 100644 index 00000000..a6a44244 --- /dev/null +++ b/doc/source/plugins/reorder.rst @@ -0,0 +1,6 @@ +.. _reorder-plugin: + +Reorder +======= + +.. automodule:: reorder -- cgit v1.2.3