views:

17

answers:

1

That'd be neat. I couldn't find one using google though. Anyone heard or seen something for Gedit or wanna make a plugin?

A: 

Not to make this a holy-war question, but I really would suggest that if you are starting to desire fancy features like this, gedit might not be the editor for you. Gedit does it's job well as a baseline simple gnome based editor, but it's not meant to be a full featured editor. There are lots of editors that are light years ahead of gedit in terms of things like tag matching, code completion, plugins and other features.

You might want to look into scribes for a gnome based simple gui editor or your choice between gvim-gnome and emacs-gtk for super-power editors wrapped in gnome guis. There will be lots to learn up front but if you really spend a lot of time editing code it will pay off in productivity.

Caleb
Well actually my Gedit is almost like notepad++ and some TextMate. I just need the highlight-both-brackets and that's it! If I was in the terminal i'd pick vim though.
trusktr