forked from yselkowitz/pluma-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
45 lines (34 loc) · 1.5 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
General Information
===================
This is version 1.2.0 of pluma-plugins. pluma-plugins are a set of plugins
for pluma.
Installation
============
For the moment, you have to ./configure with --prefix=same prefix as you
configured pluma with.
How to choose which plugins to build:
./configure --with-plugins=pl1,pl2,...
where pl1, pl2 ... are one of the following:
bookmarks Easy document navigation with bookmarks
bracketcompletion Automatically adds closing brackets.
charmap Insert special characters just by clicking on them.
codecomment Comment and uncomment blocks of code.
colorpicker Pick a color from a dialog and insert its hexadecimal
representation.
commander Command pluma from a command line like interface
drawspaces Draw spaces and tabs.
joinlines Join several lines or split long ones.
multiedit Edit document in multiple places at once
sessionsaver Save and restore your working sessions.
showtabbar Add a menu entry to show/hide the tabbar.
smartspaces Forget you're not using tabulations.
terminal Embed a terminal in the bottom pane.
wordcompletion Word completion using the completion framework.
synctex SyncTeX synchronization of TeX files and PDF output.
all All of the above plugins
Dependencies
============
You will need to have at least the following packages (not included in build-essential)
installed to build this:
libgtk2.0-dev libmateconf-dev autogen shtool libtool libgtksourceview2.0-dev
python-gtk2-dev (if you want the Python plugins, which is most of them)