Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purpleidea/gedit-plugins
My branch of gedit-plugins including "smarterspaces"
https://github.com/purpleidea/gedit-plugins
Last synced: 14 days ago
JSON representation
My branch of gedit-plugins including "smarterspaces"
- Host: GitHub
- URL: https://github.com/purpleidea/gedit-plugins
- Owner: purpleidea
- License: gpl-2.0
- Created: 2013-06-02T21:04:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-11T11:33:50.000Z (over 11 years ago)
- Last Synced: 2024-11-04T15:55:15.576Z (2 months ago)
- Language: Python
- Size: 4.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
General Information
===================This is version 3.8.1 of gedit-plugins. gedit-plugins are a set of plugins
for gedit.Installation
============For the moment, you have to ./configure with --prefix=same prefix as you
configured gedit 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 gedit from a command line like interface
dashboard A Dashboard created in every new tab for quick finding of
recently and frequently used items, with an ability to search
drawspaces Draw spaces and tabs.
git Shows document changes related to git's HEAD.
joinlines Join several lines or split long ones.
multiedit Edit document in multiple places at once
textsize Easily increase and decrease the text size
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.
textsize Easily increase and decrease the text size.
wordcompletion Word completion using the completion framework.
synctex SyncTeX synchronization of TeX files and PDF output.all All of the above plugins