I just installed the demo and I’m pretty much converted (was using DW before), WeBuilder is an excellent program. I just have a couple of questions before I purchase, regarding things that don’t seem to do what they should.
In CSS files I tend to format my rules like this:
Code: Select all
img {
border: 2px solid white;
}
Code: Select all
img {
border: 2px solid white;
padding: ;
}
My last question is is it possible to have like macro type things, so that when I type something like: if($var == 1) and then hit enter I will automatically put opening and closing brackets in and position the cursor in the middle, one tab in. I only ask because that is possible with some other programs I've used.
Thanks for your time,
Jack
Edit
Ok, one other thing, i have auto complete set to 500ms, and if i stop typing for 500ms but then start typing again the text editor area looses focus and you have to click back into it to continue typing. That cant be right can it?