Software:pluma (editor)

From HandWiki

pluma
Pluma 1.8.1.png
A screenshot of Pluma 1.8.1 running under Ubuntu MATE
Developer(s)Steve Zesch, Stefano Karapetsas, Perberos
Initial releaseAugust 19, 2011; 12 years ago (2011-08-19)
Stable release
1.24.0 / February 10, 2020; 4 years ago (2020-02-10)
Written inC, Python
TypeText editor
LicenseGNU General Public License
Websitewww.mate-desktop.org
github.com/mate-desktop/pluma
Main page: Software:MATE

pluma (Latin: plūma "feather")[1] is a fork of gedit 2 and the default text editor of the MATE desktop environment used in Linux distributions. It extends the basic functionality with other features and plugins.

Pluma is a graphical application which supports editing multiple text files in one window (tabs or MDI). It fully supports international text through its use of the Unicode UTF-8 encoding. As a general purpose text editor, pluma supports most standard editor features, and emphasizes simplicity and ease of use. Its core feature set includes syntax highlighting of source code, auto indentation, and printing support with print preview.

It is designed to have a clean, simple graphical user interface according to the philosophy of the MATE project, and it is the default text editor for MATE. pluma is free and open-source software subject to the requirements of the GNU General Public License version 2 or later.

Features

pluma features complete MATE integration, including drag and drop to and from Caja (the MATE file manager), the use of the MATE help system, the MATE Virtual File System and the MATE print framework.[2]

pluma has a Multiple Document Interface (MDI), or GUI tabs, for editing multiple files. Tabs can be moved between various windows by the user. It can edit remote files using GVfs. It supports a full undo and redo system as well as search and replace.[3] Other typical code oriented features include line numbering, bracket matching, text wrapping, current line highlighting, automatic indentation and automatic file backup.[3]

The features of pluma include multilanguage spellchecking via Enchant and a flexible plugin system allowing the addition of new features, for example snippets and integration with external applications including a Python or Bash terminal.[3] A number of plugins are included in pluma itself, with more plugins in the pluma-plugins package and online.

pluma supports printing, including print preview and printing to PostScript and PDF files. Printing options include text font, and page size, orientation, margins, optional printing of page headers and line numbers, as well as syntax highlighting.[4]

pluma has an optional side pane displaying the list of open files and (in a different tab of the side pane) a file browser. It also has an optional bottom pane with a Python console and (using pluma-plugins) terminal. pluma automatically detects when an open file is modified on disk by another application and offers to reload that file. Using a plugin (in pluma-plugins package), pluma can save and load sessions, which are lists of currently open tabs.[5]

pluma also includes syntax highlighting via GtkSourceView[6] for various program code and text markup formats.

List of Features

  • Syntax highlighting
  • Printing and Print Previewing Support
  • File Revert
  • Full support for UTF-8 text
  • Support for editing remote files
  • Search and Replace
  • Configurable Plugin system, with optional python support
  • A complete preferences interface

List of Plugins

Some of the plugins, packaged and installed with pluma (external plugins are also available):

  • File Browser
  • Tag list
  • Word count
  • Spell checker
  • Insert Date/Time
  • Sort
  • Change case of selected text
  • Automatic snippet expansion
  • External Tools
  • Synctex

Architecture

Being part of the MATE Core Applications pluma uses the latest GTK+ and MATE libraries. The pluma source code is maintained using the git version control system.[7]

See also

References

External links