codebrainz / mousepad

A simple text editor for Xfce.

Home Page:http://git.xfce.org/apps/mousepad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

mousepad

Mousepad is a simple text editor for the Xfce desktop environment.

Mousepad aims to be an easy-to-use and fast editor. Our target is an editor for quickly editing text files, not a development environment or an editor with a huge bunch of plugins. On the other hand we try to use the latest GTK features available, which means that if GTK adds something new in a major release that is useful for the editor, we will likely bump the GTK dependency and integrate this new feature in Mousepad.


Homepage

Mousepad documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Required Packages

Mousepad depends on the following packages:

The following packages are optional:

  • D-Bus >=0.34 (strongly suggested)

Source Code Repository

Mousepad source code

Download a Release Tarball

Mousepad archive or Mousepad tags

Installation

From source code repository:

% cd mousepad
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf mousepad-<version>.tar.bz2
% cd mousepad-<version>
% ./configure
% make
% make install

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.

About

A simple text editor for Xfce.

http://git.xfce.org/apps/mousepad/

License:GNU General Public License v2.0


Languages

Language:C 98.9%Language:Makefile 1.0%Language:Shell 0.1%