Thread: Gedit Plugin
View Single Post
  #1  
Old 11-23-2009
vento's Avatar
vento vento is offline
Sexy monkey
 
Join Date: May 2009
Location: Lithuania
Age: 16
Posts: 185
Rep Power: 1
vento is on a distinguished road
Gedit Plugin

Sorry if it looks like a wrong section, but here is a plug-in for Gedit I need:
In Dreamweaver there used to be such ability to auto-finish end tags in HTML. Maybe I'm spoiled by it, but I need it. For those who doesn't understand what I want, here is an example:
Code:
<div align="center">
</
as I type </, it should auto-finish it as </div>
Code:
<div align="center">
</div>
Hope you understood what I want. If I can't find it, I gonna write such plug-in, but it looks too useful that there would be no such plug-in yet
Reply With Quote