src/eric7/Plugins/ViewManagerPlugins/Listspace/__init__.py

Tue, 05 Dec 2023 14:31:45 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 05 Dec 2023 14:31:45 +0100
branch
eric7
changeset 10380
7c14ccd2a0e1
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
permissions
-rw-r--r--

Viewmanager
- Added `Close Tabs to the Left` and `Close Tabs to the Right` context menu entries to the tabview view manager.
- Added `Close Editors Above` and `Close Editors Below` context menu entries to the listspace view manager.

# -*- coding: utf-8 -*-

# Copyright (c) 2007 - 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package containing the listspace view manager plugin.
"""

eric ide

mercurial