<http://forum.pspad.com/read.php?f=2&i=12171&t=12171> 
----------------------------------------------------------------

Here's a suggestion:

PSPad creates matching brackets when you type i.e.

for($i = 0; $i < 20; $i++)
{_}_

You then hit enter inside the brackets and get

for($i = 0; $i < 20; $i++)
{
}

What could be really nice would be if auto complete would put the cursor
on its own like between the brackets indented by one tab like so:

for($i = 0; $i < 20; $i++)
{
        cursor here...
}

...just a suggestion :-D

[%sig%]

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to