How to Install and Uninstall geany-plugin-autoclose Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 02,2024

1. Install "geany-plugin-autoclose" package

Please follow the instructions below to install geany-plugin-autoclose on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install geany-plugin-autoclose

2. Uninstall "geany-plugin-autoclose" package

Please follow the guidelines below to uninstall geany-plugin-autoclose on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove geany-plugin-autoclose $ sudo apt autoclean && sudo apt autoremove

3. Information about the geany-plugin-autoclose package on Ubuntu 20.10 (Groovy Gorilla)

Package: geany-plugin-autoclose
Architecture: amd64
Version: 1.36+dfsg-1.1
Priority: optional
Section: universe/devel
Source: geany-plugins
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Geany Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 72
Depends: geany-abi-18432, geany-plugins-common (= 1.36+dfsg-1.1), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk-3-0 (>= 3.0.0)
Enhances: geany
Filename: pool/universe/g/geany-plugins/geany-plugin-autoclose_1.36+dfsg-1.1_amd64.deb
Size: 17372
MD5sum: 05f0d769ef07f672d6477db2c5373ac5
SHA1: 2f1c6210748a02ec8fb73d6b2240c8b5b02d53b1
SHA256: aceaf47d136973ba82a0327fd32c89436471df8c1f303a6df05d910231b9a83f
SHA512: 42ece9d91fa81439bf56941066b68e8b16322a34dce90d12a4e7eeea7aa2efceca02af066758f26be6068690958bd5c9836085ea6467469c0eac4d51c2d86e53
Homepage: http://plugins.geany.org
Description-en: auto-closing plugin for Geany
This plugin enables auto-closing features. Auto-closing works while you typing
and intellectually helps you to write code.
.
Features:
* auto-close for: { }, [ ], ( ), " ", ' ', < >, ` `
* customizeable auto-closing inside strings and comments
* delete pairing character if you pressed BackSpace
* suppress inserting one char twice (if you type "{}" you will get "{}", not
"{}}")
* enclose selected text into brackets instead of removing selection (select
text and type "(" or ")" to enclose selection into "()")
* keep selection when enclosing
* for C-like languages enclosing selection into "{}" makes auto-indentation
(select text and type "{" or "}" - text will be enclosed and indented)
* enclosing in {} moves cursor to beginning (before "{" character)
* for C-like languages to insert {}-block you do not need to select text
precisely: plugin detects boundaries automatically, just ensure that
selection covers lines you need to indent (works like TAB indentation)
* fix auto-indent inside {} (makes full indent for this block)
* auto-close curly bracket by pressing Enter
* auto-close functions (``"sin(|" -> "sin(|);"``) with doubling suppression
(for C/C++ languages only)
* remove paring brace when pressing Shift+BackSpace, unindent {}-blocks
* add semicolon after ``struct {|};`` and ``class {|};``
* move cursor to closed char by pressing Tab
.
Geany is a small and lightweight integrated development environment using the
Gtk+ toolkit.
Description-md5: b493756d62cf77d299b875cc4e5a8ee2