FreaxMATE / pluma-plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pluma-plugins

pluma-icon pluma-plugin-icon

General Information

A set set of plugins for Pluma, the MATE text editor. The package pluma-plugins started as a fork of gedit-plugins.

Currently available plugins:

  • bookmarks - Easy document navigation with bookmarks.
  • bracketcompletion - Automatically adds closing brackets.
  • codecomment - Comment and uncomment blocks of code.
  • quickhighlight - Highlights every occurrences of selected text
  • smartspaces - Forget you’re not using tabulations.
  • sourcecodebrowser - View and navigate functions, variables and namespaces
  • synctex - SyncTeX synchronization of TeX files and PDF output.
  • terminal - Embed a terminal in the bottom pane.
  • wordcompletion - Word completion using the completion framework.

Note:

  • The synctex plugin requires dbus-python (>= 0.82).
  • The terminal plugin requires the VTE (>= 2.91) library.
  • The sourcecodebrowser plugin requires ctags at runtime.

See the Pluma README file for more information.

Installation

Simple install procedure:

$ ./autogen.sh                              # Build configuration
$ make                                      # Build
[ Become root if necessary ]
$ make install                              # Installation

About

License:GNU General Public License v2.0


Languages

Language:Python 46.5%Language:C 36.7%Language:Makefile 11.1%Language:M4 5.3%Language:Shell 0.4%