aubergene / gedit-mate forked from ivyl/gedit-mate
- Source
- Commits
- Network (5)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
77f2aea
commit 77f2aeacdc9e15bc867c8c0d313c552d70dd3149
tree 5d8e7d9a52e5acefde1f24bc29d4ed00fbf9712d
parent d661e3f20f641c8c117685f1e5fb75842d85531d
tree 5d8e7d9a52e5acefde1f24bc29d4ed00fbf9712d
parent d661e3f20f641c8c117685f1e5fb75842d85531d
| name | age | message | |
|---|---|---|---|
| |
README | Thu Jul 23 02:34:51 -0700 2009 | |
| |
Rakefile | ||
| |
bin/ | ||
| |
lang-specs/ | ||
| |
mime/ | ||
| |
plugins/ | Mon Aug 10 15:25:46 -0700 2009 | |
| |
snippets/ | Wed May 27 07:14:04 -0700 2009 | |
| |
styles/ | Wed May 27 07:14:04 -0700 2009 |
README
Gedit set of plugins, color shemes, snippets.
Installation:
rake install:local
sudo rake install:global
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.
Plugins:
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.
Reopen Tabs - Editor will remember opened files.
Smart Indent - Smart Indentation Plugin for Gedit.
Snapopen - Opening files via regexps.
Text Tools - Text Manipulation enhancements.
Word completion - Complete words.
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
rubyonrails
shoulda
sugartest
xml
Highlighting for:
rhtml/erb
ruby
yaml
feature
Mime types for rails.
Have fun!
Based on GMate by lexrupy.

