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
name age message
file README Thu Feb 05 13:11:47 -0800 2009 Updated instructions for removing duplicated PH... [Padraic Brady]
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 Thu Feb 05 13:11:47 -0800 2009 Updated instructions for removing duplicated PH... [Padraic Brady]
directory lang-specs/ Mon Feb 02 15:50:48 -0800 2009 Some updates - PHTML spec is not required since... [Padraic Brady]
directory mime/ Wed Feb 04 03:12:00 -0800 2009 Removed a generic-icon that seems to cause some... [padraic]
directory plugins/ Wed Feb 04 12:11:05 -0800 2009 Adding Open Files and Word Completion plugins (... [Padraic Brady]
directory snippets/ Mon Feb 02 12:59:26 -0800 2009 Added PHP specific PHTML mime, PHP+ZF snippets,... [Padraic Brady]
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

To prevent duplication of PHP snippets, you can remove the default version using:

sudo rm /usr/share/gedit-2/plugins/snippets/php.xml

Note that this deletion effects all users on the system!

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!!!