• Stars
    star
    157
  • Rank 238,399 (Top 5 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created about 13 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A powerful text editor for MATE

Pluma - The MATE text editor

pluma-icon

General Information

Pluma (pluma) is a small and lightweight UTF-8 text editor for the MATE environment. It started as a fork of Gedit (at version 2.30) in 2011, back then the text editor for the GNOME 2 environment.

Pluma is part of MATE and uses the latest GTK+ and MATE libraries. Complete MATE integration is featured, with support for Drag and Drop from Caja (the MATE file manager), the use of the MATE help system, the MATE Virtual File System and the MATE print framework.

Pluma uses a Multiple Document Interface, which lets you edit more than one document at the same time.

Pluma supports most standard editing features, plus several not found in your average text editor (plugins being the most notable of these).

Although new features are always under development, currently Pluma has:

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

Some of the plugins, packaged and installed with Pluma include, among others:

  • Spell checker - Checks the spelling of the current document
  • File Browser - Easy file access from the side pane
  • Sort - Sorts a document or selected text
  • Insert Date/Time - Inserts current date and time at the cursor position
  • Tag list - Provides a method to easily insert code tags.

Other external plugins are also available.

Pluma is released under the GNU General Public License (GPL) version 2, see the file 'COPYING' for more information.

The official web site is:

https://mate-desktop.org/

You can download the latest Pluma tarball from:

https://pub.mate-desktop.org/releases/

Build/Installation

Pluma requires GTK+ (>= 3.22) and GtkSourceView (>= 4.0.2). For a complete list of dependencies see the build.yml.

Warning: This procedure doesn't install in a separate prefix, so it may overwrite your system binaries.

Simple install procedure:

$ git submodule update --init --recursive   # Init git submodules
$ NOCONFIGURE=1 ./autogen.sh                # Copy configuration requirements
$ ./configure                               # Build configuration
$ make                                      # Build
[ Become root if necessary ]
$ make install                              # Installation

For installation to a separate prefix change the above ./configure command to

$ ./configure --prefix=/an/other/path

To get more information type the command below:

$ ./configure --help

Running Tests

Pluma has several test that can be run after compilation. Run them by issueing "make check". However there are a couple of requirements that need to be satisfied before they will pass.

  • You need the gsettings schemas installed for some tests to be able to run.
  • You need to mount sftp://localhost/ with gvfs-mount for one test to pass.

If test fail and you have setup the above correctly then please file a bug report as described below.

How to report bugs

Bugs should be reported to the MATE bug tracking system:

https://github.com/mate-desktop/Pluma/issues

You will need to create an account for yourself.

In the bug report please include:

  • Information about your system. For instance:

    • What operating system and version
    • What version of X
    • What version of the gtk+, glib and mate libraries
    • For Linux, what version of the C library
  • And anything else you think is relevant. For example:

    • How to reproduce the bug.

    • If the bug was a crash, the exact text that was printed out when the crash occurred.

    • Further information such as stack traces may be useful, but is not necessary. If you do send a stack trace, and the error is an X error, it will be more useful if the stack trace is produced running the test program with the --sync command line option.

Patches

Patches should also be submitted to https://github.com/mate-desktop/pluma, preferably via pull requests.

The Pluma team.

More Repositories

1

mate-desktop

Library with common API for various MATE modules
C
416
star
2

caja

Caja, the file manager for the MATE desktop
C
258
star
3

atril

A document viewer for MATE
C
192
star
4

marco

MATE default window manager
C
189
star
5

mate-panel

MATE panel
C
177
star
6

mate-terminal

The MATE Terminal Emulator
C
134
star
7

engrampa

A file archiver for MATE
C
102
star
8

mate-applets

Applets for use with the MATE panel
C
78
star
9

mate-themes

Official themes for the MATE desktop
CSS
74
star
10

mate-control-center

Utilities to configure the MATE desktop
C
64
star
11

mate-power-manager

Power management tool for the MATE desktop
C
59
star
12

eom

An image viewer for MATE
C
57
star
13

mate-screensaver

MATE screen saver and locker
C
48
star
14

mate-settings-daemon

MATE settings daemon
C
44
star
15

mate-system-monitor

Process viewer and system resource monitor for MATE
C++
43
star
16

mate-desktop.org

New mate-desktop.org website
Python
39
star
17

mate-calc

Calculator for MATE
C
39
star
18

mate-utils

C
39
star
19

caja-dropbox

Dropbox extension for Caja file manager
Python
35
star
20

mate-notification-daemon

Daemon to display passive pop-up notifications
C
30
star
21

mozo

Menu editor for MATE using the freedesktop.org menu specification
Python
28
star
22

caja-extensions

Set of extensions for Caja, the MATE file manager
C
28
star
23

mate-session-manager

MATE session manager
C
27
star
24

mate-menus

Library for the Desktop Menu freedesktop.org specification
C
26
star
25

mate-common

Common scripts and macros to develop with MATE
Shell
24
star
26

mate-icon-theme

MATE default icon theme
Makefile
22
star
27

libmateweather

Library to access weather information from online services
C
21
star
28

mate-wayland-session

Makefile
21
star
29

mate-indicator-applet

C
19
star
30

mate-media

Media tools for MATE
C
19
star
31

python-caja

libcaja-extension python bindings
C
19
star
32

mate-user-guide

MATE Desktop User Guide
Shell
18
star
33

mate-sensors-applet

Display readings from hardware sensors in your MATE panel
C
17
star
34

libmatekbd

Keyboard management library
C
17
star
35

mate-backgrounds

This module contains a set of backgrounds packaged with the MATE desktop.
Makefile
17
star
36

mate-netbook

C
15
star
37

libmatemixer

Mixer library for MATE Desktop
C
14
star
38

mate-polkit

Authentication Agent for PolicyKit and MATE
C
14
star
39

mate-dev-scripts

Primitive scripts and applications to assist in developing Mate
Python
12
star
40

pluma-plugins

Python
9
star
41

mate-user-share

C
8
star
42

caja-actions

C
8
star
43

mate-wiki

HTML
7
star
44

mate-submodules

C
6
star
45

mate-wiki-preview

including the preview page of mate-wiki
3
star
46

libmatewnck

C
2
star