How to Install and Uninstall geany-plugin-autoclose Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 02,2024

1. Install "geany-plugin-autoclose" package

Please follow the guidance below to install geany-plugin-autoclose on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "geany-plugin-autoclose" package

This guide covers the steps necessary to uninstall geany-plugin-autoclose on Ubuntu 21.10 (Impish Indri):

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

3. Information about the geany-plugin-autoclose package on Ubuntu 21.10 (Impish Indri)

Package: geany-plugin-autoclose
Architecture: amd64
Version: 1.37+dfsg-6build1
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.37+dfsg-6build1), 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.37+dfsg-6build1_amd64.deb
Size: 17480
MD5sum: 491ea407e33197a3cb9d0cbcd1eefe90
SHA1: c4d6599e3ef5ca9dbadf9b74aea31bf511c02b3d
SHA256: cf02c5e2d24b26303a668a2baf8268fa69e7d595ee4c74be8e6c2d7a3d437553
SHA512: f161e27b6b05002c2f83ab8e5438b4caf890408a1e584a9883a16db5c6056e8fb088bbfc91c83397c961d7a8cacf10a9c34825cbb3b50aec594827f1f2900add
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