Plugin: HTML Tag Linefeed v1.0 (Not for 2016 versions)

Browse, download and discuss plugins for Blumentals code editors
Post Reply
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Plugin: HTML Tag Linefeed v1.0 (Not for 2016 versions)

Post by pmk65 »

WeBuilder Plugin: HTML Tag Linefeed v1.0

This plugin changes the default action when pressing enter between 2 HTML tags.

before pressing enter:

Code: Select all

    <div></div>
Default action - after:

Code: Select all

    <div>
    </div>
plugin enabled - after:

Code: Select all

    <div>

    </div>
Cursor position is now inside the tags, indented 1 step.


Installation:
1) Download plugin .ZIP file.
2) Open WeBuilder and select "Plugins -> Manage Plugins" from the menu.
3) Click "Install" and select the .ZIP file you downloaded in step 1.

Feedback appreciated. ;)
(I only use WeBuilder, so I haven't tested if it works in HTMLPad, Rapid CSS or Rapid PHP.)
Attachments
HTML Tag Linefeed.zip
(1.54 KiB) Downloaded 990 times
Last edited by pmk65 on Thu Apr 07, 2016 7:05 pm, edited 2 times in total.
There are 10 types of people in the world: Those who understand binary and those who don't.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Plugin: HTML Tag Linefeed v1.0

Post by Aivars »

Cool! This will be handy until 2016 where this feature is built-in ;)
Blumentals Software Programmer
Post Reply