WeBuilder 2006 Questions

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
Jak-S
Posts: 7
Joined: Sat May 06, 2006 1:07 am

WeBuilder 2006 Questions

Post by Jak-S »

Hi,
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;
}
So, if the cursor is at the end of the border line and I hit return I get to the next line down, one tab in, all good. But then the auto complete appears and when I pick a property from the menu it appears two tabs in, like this:

Code: Select all

img {
	border: 2px solid white;
		padding: ;
}
Another thing is that auto complete does the whole find as you type thing, so when you type pad it skips down the list to padding, all good, but when you hit enter it doesn’t remove the pad letters I already typed, so you end up with padpadding: ; which is really irritating. It doesn’t seem to do this in other file types such as php.

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?
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Maybe there is indeed a bug in the software, we will take a look.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Jak-S
Posts: 7
Joined: Sat May 06, 2006 1:07 am

Post by Jak-S »

Cool, well, let me know cause I’m on the verge of buying it, but there’s no point if its gonna do these things, they're really irritating. Other than that tho congrats on such an excellent program, it certainly kicks dreamweavers ass.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

Well I tried to reproduce these but no luck.
So I wonder what have you changed in the settings. Or did it behave like that from beginning?
If you don't know exactly what you have modified, you could try to export settings and send them to software@latnet.lv
My last question 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.
I am afraid that 'if($var == 1) and then hit enter ' won't work and we have not planned to implement something like that. We have auto-replace available, but this is not what you need, I guess.
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...
Do you have some undocked windows in editor (like file explorer)? If that is so, then this is on our list already and will be fixed in nearest future. Otherwise I need more details on that.
Jak-S
Posts: 7
Joined: Sat May 06, 2006 1:07 am

Post by Jak-S »

If you don't know exactly what you have modified, you could try to export settings and send them to software@latnet.lv
I have changed some settings, the reg file is here: http://www.jacksleight.com/settings.reg
We have auto-replace available, but this is not what you need, I guess.
Never mind.
Do you have some undocked windows in editor (like file explorer)?
Yes, both side panels are undocked.
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Post by Gatis »

Thanks for the registry file! I managed to reproduce this. :?

Until a fix is available, you could try to deselect option 'Constraint cursor to text' and use indent size >0 OR do not press TAB (in situations when cursor was at the end of a line and <ENTER> was pressed).

I agree that that might be quite irritating and we will try to fix this till the next version.
Post Reply