WeBuilder Code Preprocessor

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;
NearZero
Posts: 26
Joined: Mon Oct 08, 2007 1:52 pm

Re: WeBuilder Code Preprocessor

Post by NearZero »

Hey, thats all good.

It's the same drill, as i mentioned above.
Goto Customize, then click your new menu on the actual menu strip at top. Drag an item from that menu onto the code area, it will be removed.
To reorder, just highlight and drag the item to it's new location withing the menu.

PS: Hi my Australia :)

Cheers
Steve
User avatar
Boofo
Posts: 69
Joined: Mon Sep 15, 2008 6:15 pm
Location: Des Moines, Iowa (USA)
Contact:

Re: WeBuilder Code Preprocessor

Post by Boofo »

NearZero wrote:Hey, thats all good.

It's the same drill, as i mentioned above.
Goto Customize, then click your new menu on the actual menu strip at top. Drag an item from that menu onto the code area, it will be removed.
To reorder, just highlight and drag the item to it's new location withing the menu.

PS: Hi my Australia :)

Cheers
Steve
Steve, thanks man! That is really slick when you know how to do it. I really love this program.

I'm in the USA (Iowa, the first caucus state).

-- Bob
NearZero
Posts: 26
Joined: Mon Oct 08, 2007 1:52 pm

Re: WeBuilder Code Preprocessor

Post by NearZero »

Hey, that's all good.

It's the same drill as above.

Once you have added your new menu, goto CUSTOMIZE.
Now click on the new menu on the menu strip up top.
Highlight the item and drag to code area to remove it.
Highlight the item and drag to position you want within the new menu list.

Also did you fix your other issue, regarding external convertor iso-8859-2 encoding.
You can use the external programs option, in the parameters box put %file for the current file, or combination of %dir/%file for a full path, should do it.

PS: Hi from Australia.

Cheers
Steve
User avatar
Boofo
Posts: 69
Joined: Mon Sep 15, 2008 6:15 pm
Location: Des Moines, Iowa (USA)
Contact:

Re: WeBuilder Code Preprocessor

Post by Boofo »

NearZero wrote:Also did you fix your other issue, regarding external convertor iso-8859-2 encoding.
You can use the external programs option, in the parameters box put %file for the current file, or combination of %dir/%file for a full path, should do it.
What issue was this? Are you sure it was me? ;)

-- Bob
NearZero
Posts: 26
Joined: Mon Oct 08, 2007 1:52 pm

Re: WeBuilder Code Preprocessor

Post by NearZero »

Gee, having one of those days, double posted as well, haha.

Apols re-post, mis-read was not yours.

Off to work I go :)

Cheers
Steve
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: WeBuilder Code Preprocessor

Post by Karlis »

You can use Replace in Files with regular expression support. Say add <!--myheaderbegin--> your code here <!--myheaderend-->, then replace <!--myheaderbegin-->*<!--myheaderend--> with <!--myheaderbegin--> your new code <!--myheaderend-->

Just note that you will be having something more complex than * as your regular expression.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply