
The default editor in GNOME and, therefore, Ubuntu is gedit. And unlike Notepad in Windows, it is useful :), but it still looks very simple, even after installing the gedit-plugins package. But actually it’s quite a nice and well extensible editor, you just need to add
water extensions.
GMate looks in the direction of the beautiful
TextMate from Mac OS X and contains a selection of the most delicious extensions, snippets, themes. Initially, GMate was created specifically for Ruby developers, but useful for other developers.
')
If you like GNOME and Ruby, then you just have to install it :).
Installation
Ubuntu karmic
You need to add
Ubuntu on Rails PPA to the repository:
ppa: ubuntu-on-rails / ppaSystem → Administration → Application Sources, Other Software tab, Add buttonAnd install the gedit-gmate package:
sudo apt-get install gedit-gmate
Other Linux
See package
repository .
What's inside
Language support:
Markdown ,
HAML ,
YAML ,
Groovy ,
SASS ,
Cucumber , Ruby and Django template language.
Many beautiful themes (most recreated with Textmate).
Many snippets for: Ruby on Rails, Ruby, jQuery, ucumber, and others.
And of course, many extensions:
- Sharp opening - Opens files by regular expression
- Text Tools - Additional Text Tools
- Search files - Search files from the file browser root.
- Extended Bookmarks - Tool for Advanced Bookmarks
- Alignment - Aligning text blocks to columns
- Class Browser - Class Browser for gedit
- Switch by Tab'u - Allows you to switch between files by Ctrl + Tab
- Smart indents - Smart indents module for gedit
- The rails file loader - Checks if the file is part of a rails project and installs the RubyOnRails language.
- Go to file - Convenient opening and switching between files.
- Gemini - Clever termination of paired characters. ({["''"]})
- Regular Expression Search and Replace - Search and replace text with regular expressions.
- Hot Rails Commands - Run Rails (or Terminal) Commands!
- Opening files in gedit - Opens files for search terms
- Hotkeys for Rails - Press Ctrl + Shift + R for rails calls
- To Do List - TODO List Bundle Port from Textmate for gedit
- Saving without tail spaces - Automatically removes trailing spaces before saving
- Word Completion - Finishes Words by Enter
- Rails Parters Extractor - Pulls selected text into Rails partial
- Quick Backlight Mode - Press Ctrl + Shift + H to quickly highlight the selected text.