Plugin: Alignment

Browse, download and discuss plugins for Blumentals code editors
Post Reply
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Plugin: Alignment

Post by Aivars »

Aligns selected text to the same column and aligns first = to the same column.

Example. Code before:

Code: Select all

    domain_name = ""
    start_url = ""
start_urls = ['']
    allowed_domains = ['']
Code after:

Code: Select all

    domain_name     = ""
    start_url       = ""
    start_urls      = ['']
    allowed_domains = ['']
Attachments
alignment.zip
(1.86 KiB) Downloaded 873 times
Blumentals Software Programmer
G-Sun
Posts: 70
Joined: Mon Feb 11, 2013 12:40 pm

Re: Plugin: Alignment

Post by G-Sun »

Thanks for the plugin!

Couldn't grasp how I get the alignment where I want it. First line, last line?
www.g-sun.no/en/
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: Plugin: Alignment

Post by Aivars »

Left edge is aligned by the most indented line.
Blumentals Software Programmer
Post Reply