Search found 11 matches

by netspy
Fri May 18, 2007 7:26 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Update IMG Size Bug
Replies: 10
Views: 7905

:cry:

Implementing this "feature" is not very expensive. First, you search (as it is done) the image relative to the location of the html file. If no image is found, you search it relative to the project root folder.

I can't believe that takes more then 10 source lines.
by netspy
Thu May 17, 2007 1:30 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Update IMG Size Bug
Replies: 10
Views: 7905

As I described above I use (as many other web developers) templates and the template files often are on other locations than the document in the URL. Popular examples are blogs like WordPress. As my images are allways located under the path /images, there is no problem, if I change the file location ...
by netspy
Thu May 17, 2007 12:44 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Update IMG Size Bug
Replies: 10
Views: 7905

Karlis wrote:I can consider this as a valuable feature suggestion to be added to wishlist. I'll check how difficult would be to add this.
No changes in WeBuilder 2007. :(
by netspy
Thu May 17, 2007 12:36 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Better behavior on Ctrl+Cursor
Replies: 9
Views: 9693

IMO is this the best behavior:

Code: Select all

|<p |lang="|de">|Test |<span>|Test</|span>|</|p>
by netspy
Sun May 13, 2007 5:56 pm
Forum: Announcements
Topic: Version 2007 Released *
Replies: 6
Views: 16377

I have purchased WeBuilder 2006 before Feb 2007 and I get only WeBuilder 2006 with the Lost Key Recovery form.
by netspy
Sun May 13, 2007 12:38 pm
Forum: Announcements
Topic: Version 2007 Released *
Replies: 6
Views: 16377

Is there no upgrade available from WeBuilder 2006 to WeBuilder 2007?
by netspy
Sun Aug 20, 2006 4:33 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Update IMG Size Bug
Replies: 10
Views: 7905

How can one tell your project root folder by only looking at the open HTML file? If a project is opened, I expect the project root folder to be respected by folder specific functions. This is not a project feature, but file-related feature instead, so it only looks at the current file, not project ...
by netspy
Thu Aug 03, 2006 2:56 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: BUG: font shorthand
Replies: 0
Views: 2540

BUG: font shorthand

WeBuilder create a font shorthand like this: font: normal bold 0.8em 1.4em sans-serif; But correct is this rule: font: normal bold 0.8em/1.4em sans-serif; The font-size and line-height value are separated with a slash. http://www.w3.org/TR/CSS21/fonts.html#propdef-font A other bug concerning the CSS ...
by netspy
Wed Aug 02, 2006 6:07 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Update IMG Size Bug
Replies: 10
Views: 7905

Update IMG Size Bug

It seems that the "Update IMG Size" function does not respect the Root Folder in project settings. I have this folder structure: /www/project/html /www/project/html/content /www/project/html/images The Root Folder is /www/project/html. If I edit a HTML file in the /content folder and insert an image ...
by netspy
Fri Jul 14, 2006 11:44 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Smarty PHP-Tags
Replies: 8
Views: 7491

Smarty PHP-Tags

I use Smarty as template engine. PHP code in Smarty is enclosed in the tags {php} ... {/php}. Is there a way that WeBuilder could understand this as PHP tags?
by netspy
Wed Jul 05, 2006 11:33 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Better behavior on Ctrl+Cursor
Replies: 9
Views: 9693

Better behavior on Ctrl+Cursor

I navigate often with Ctrl + Cursor Left / Right through the tag in a HTML file. But the behavior in WeBuilder is not so good. E.g: <|p>|Test <|span>|Test</|span></|p> I start from left and press Ctrl+Left Cursor. The "|" marks the cursor. In TopStyle Pro the behavior is better but not perfect: <p ...