public
Fork of ivyl/gedit-mate
Description: Gedit plugins, themes and snippets for PHP/Zend Framework development
Homepage: http://www.survivethedeepend.com
Clone URL: git://github.com/padraic/gedit-mate.git
Padraic Brady (author)
Wed Feb 04 12:11:05 -0800 2009
commit  9bffefa13b0609656433e880b67959e75f250fbf
tree    a30a1d0b028ad519ac797f7c2eb4db38a69f1732
parent  805a0dad0b6ed6f68778e7d4785ad250d10e456e
name age message
file README Loading commit data...
directory bin/ Sun Dec 28 17:18:42 -0800 2008 Rakefile installation, few snippets improvement... [ivyl]
directory fonts/ Tue Feb 03 12:52:52 -0800 2009 Added Monaco font for Linux [Padraic Brady]
file install.sh
directory lang-specs/ Mon Feb 02 15:50:48 -0800 2009 Some updates - PHTML spec is not required since... [Padraic Brady]
directory mime/
directory plugins/
directory snippets/
directory styles/ Sat Nov 01 15:16:31 -0700 2008 initial commit [ivyl]
README
Gedit set of plugins, color shemes, snippets.
Supports Ruby, Rails, PHP and Zend Framework.

Installation:

sudo sh 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.

Plugins:
Advanced Boomarks - Advanced bookmarking tool.
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.
Reopen Tabs - Editor will remember opened files.
Smart Indent - Smart Indentation Plugin for Gedit.
Open Files - Opening files via regexps.
Text Tools - Text Manipulation enhancements.

Don't forget about plugins from gedit standard distribution:
Snippets

Additional snippets(to browse them use snippet browser):
CSS
erb
rhtml
rjs
ruby
xml
php

Highlighting for:
phtml (ZF Templates)
rhtml/erb
ruby
yaml

Mime types for rails and ZF .phtml templates

Have fun!

Based on GMate by lexrupy.
PHP additions added by padraic.
Originally forked by padraic from:
http://github.com/ivyl/gedit-mate/tree/master
All credit goes to the original author!!!