Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codebrainz/mousepad
A simple text editor for Xfce.
https://github.com/codebrainz/mousepad
Last synced: about 1 month ago
JSON representation
A simple text editor for Xfce.
- Host: GitHub
- URL: https://github.com/codebrainz/mousepad
- Owner: codebrainz
- License: gpl-2.0
- Created: 2011-10-03T10:05:58.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T20:42:08.000Z (about 2 years ago)
- Last Synced: 2024-11-02T04:33:03.273Z (about 2 months ago)
- Language: C
- Homepage: http://git.xfce.org/apps/mousepad/
- Size: 4.13 MB
- Stars: 120
- Watchers: 9
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-my-raspberrypi-micro-desktop - Mousepad - A simple text editor for Xfce_ (Currently not in use, but it works well / Video & Movie Production)
README
[![License](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://gitlab.xfce.org/apps/mousepad/-/blob/master/COPYING)
# mousepad
Mousepad is a simple text editor for the [Xfce](https://www.xfce.org) 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](https://docs.xfce.org/apps/mousepad/start)
### Changelog
See [NEWS](https://gitlab.xfce.org/apps/mousepad/-/blob/master/NEWS) for details on changes and fixes made in the current release.
### Required Packages
Mousepad depends on the following packages:
* [GTK](https://www.gtk.org) >=3.20.0
* [GLib](https://wiki.gnome.org/Projects/GLib) >=2.42.0
* [xfconf](https://gitlab.xfce.org/xfce/xfconf) >=4.12.0
* [GtkSourceView](https://wiki.gnome.org/Projects/GtkSourceView) >=3.20The following packages are optional:
* [D-Bus](https://www.freedesktop.org/wiki/Software/dbus) >=0.34 (strongly suggested)
### Source Code Repository
[Mousepad source code](https://gitlab.xfce.org/apps/mousepad)
### Download a Release Tarball
[Mousepad archive](https://archive.xfce.org/src/apps/mousepad)
or
[Mousepad tags](https://gitlab.xfce.org/apps/mousepad/-/tags)### Installation
From source code repository:
% cd mousepad
% ./autogen.sh
% make
% make installFrom release tarball:
% tar xf mousepad-.tar.bz2
% cd mousepad-
% ./configure
% make
% make install### Reporting Bugs
Visit the [reporting bugs](https://docs.xfce.org/apps/mousepad/bugs) page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.