How to Install and Uninstall geany-plugin-autoclose Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "geany-plugin-autoclose" package

This guide covers the steps necessary to install geany-plugin-autoclose on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "geany-plugin-autoclose" package

This guide let you learn how to uninstall geany-plugin-autoclose on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the geany-plugin-autoclose package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: geany-plugin-autoclose
Priority: optional
Section: universe/devel
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Geany Packaging Team
Architecture: amd64
Source: geany-plugins
Version: 1.27+dfsg-2
Depends: geany-abi-71, geany-plugins-common (= 1.27+dfsg-2), geany, libc6 (>= 2.4), libglib2.0-0 (>= 2.18.0), libgtk2.0-0 (>= 2.16)
Filename: pool/universe/g/geany-plugins/geany-plugin-autoclose_1.27+dfsg-2_amd64.deb
Size: 18904
MD5sum: e1c43540fd13235b2357228106c8c2ed
SHA1: 4f297e15e43e386ea37979053e408b0c69324dea
SHA256: 70b071812b6d8b461e24b74e4bce67d73952a60c2d13a93963bdf5941717994f
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
Enhances: geany
Homepage: http://plugins.geany.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu