Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivyl/gedit-mate
Gedit set of plugins, tools, color schemes and snippets that will improve your work.
https://github.com/ivyl/gedit-mate
Last synced: 3 months ago
JSON representation
Gedit set of plugins, tools, color schemes and snippets that will improve your work.
- Host: GitHub
- URL: https://github.com/ivyl/gedit-mate
- Owner: ivyl
- Archived: true
- Created: 2008-11-01T21:38:35.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2012-02-29T11:50:27.000Z (over 12 years ago)
- Last Synced: 2024-05-23T04:48:21.260Z (6 months ago)
- Language: Python
- Homepage:
- Size: 855 KB
- Stars: 101
- Watchers: 10
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Gedit set of plugins, color shemes, snippets.
This version is ment for Gedit 3 (from Gnome 3), if you are Gnome 2 user please check gedit2 branch.
# Installation
rake install:local
sudo rake install:globalor
install.sh
From now on you can use `g 'file'` command which doesn't block terminal.
Enable plugins in gedit preferences, choose font (monaco, consolas or DejaVu Sans Mono are great), theme, right formatting, etc.# Updating
Just follow steps from installation. Gedit keeps configuration in dconf, so it's save.
# Plugins
## Current
- **Favorites** - add file to favorites, plugin by Quixotix.## To Be Ported
- **Advanced Boomarks** - Advanced bookmarking tool.
- **Align** - Align blocks of text into collumns.
- **Class Browser** - Nothing to add.
- **Code Formatter** - Press Ctrl+Shift+F to format the source code.
- **Find In Files** - Search within files of your filebrowser root.
- **Gemini** - Smart completion of common characters we use in pairs. `({\["''"\]})`
- **HTML Tidy** - Clean up your web pages.
- **Pastie** - Paste stuff to pastie.org directly from your editor.
- **Rails Extract partial** - Extract Selected Text to a rails partial.
- **Rails File Loader** - Detects if a file is a part of a rails partial.
- **Smart Indent** - Smart Indentation Plugin for Gedit.
- **Snapopen** - Opening files via regexps.
- **Text Tools** - Text Manipulation enhancements.## gedit-plugins
Those listed below (and more) can be found in [this GeditPlugins bundle](http://live.gnome.org/GeditPlugins).- **Word completion** - Complete words.
- **Session Saver** - saves, restores sessions.# Extras
Don't forget about plugins from gedit standard distribution:
- Snippets
Additional snippets(to browse them use snippet browser):
- CSS
- [Cucumber]
- ERB
- [jQuery]
- JSUnitTest
- [Markdown]
- RHTML
- RJS
- [Ruby]
- [Ruby on Rails]
- [Shoulda]
- [SugarTest]
- XMLHighlighting for:
- [Groovy]
- [CoffeScript]
- RHTML/ERB
- [Ruby]
- [YAML]
- [Haml]
- [Sass] and [SCSS][Sass]
- [Feature][Cucumber]Mime types for Rails.
Have fun!
Based on GMate by lexrupy.
[Groovy]: http://groovy.codehaus.org/
[Markdown]: http://daringfireball.net/projects/markdown/
[YAML]: http://www.yaml.org/ "YAML Ain't Markup Language"
[jQuery]: http://jquery.com/ "Easy, friendly and fast JavaScript library"
[SugarTest]: http://sugartest.scriptia.net/ "Testing framework for JavaScript"
[Ruby]: http://www.ruby-lang.org/
[Ruby on Rails]: http://rubyonrails.org/ "Web application framework written in Ruby"
[Cucumber]: http://cukes.info/ "Easy BDD tool"
[Shoulda]: http://thoughtbot.com/community/
[Haml]: http://haml-lang.com/
[Sass]: http://sass-lang.com/
[CoffeScript]: http://jashkenas.github.com/coffee-script/