Search found 5 matches

by erodri
Fri Oct 16, 2009 11:38 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Webuilder 2007 uninstall wiped my 2008 settings
Replies: 3
Views: 2202

Re: Webuilder 2007 uninstall wiped my 2008 settings

Thanks for the help, I just managed to recover the %APPDATA%\Blumentals\ folder from a recent backup. It didn't help with the program settings but at least I got the project list back, which was the most important thing for me. Thanks also for quoting that warning from Karlis, I had not seen it ...
by erodri
Fri Oct 16, 2009 9:37 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Webuilder 2007 uninstall wiped my 2008 settings
Replies: 3
Views: 2202

Webuilder 2007 uninstall wiped my 2008 settings

Ok so I was doing some cleanup in my XP machine. I had both Webuilder 2007 and Webuilder 2008 installed and since I hadn't touched 2007 in months I figured I could uninstall it. Problem is, after uninstalling 2007, my 2008 settings have been totally wiped out. When I ran 2008 after uninstalling 2007 ...
by erodri
Fri Jun 27, 2008 9:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: HTML matching tag highlighting enhancement
Replies: 6
Views: 4381

Re: HTML matching tag highlighting enhancement

It would be neat but maybe consider commenting your code better? <div class="myDiv1"> .... some code .... <div class="myDiv2"> .... some more code .... <div class="myDiv3"> .... even more code .... </div><!-- /myDiv3 --> </div><!-- /myDiv2 --> </div><!-- /myDiv1 --> is the law in our shop for ...
by erodri
Wed Jun 18, 2008 6:24 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: HTML matching tag highlighting enhancement
Replies: 6
Views: 4381

Re: HTML matching tag highlighting enhancement

When closing a DIV, why is it useful to know what class you're using? Its also possible to 'code collapse' the DIV sections, so you can have open just the DIVs you need. I wasn't referring only to classes, also to IDs. The class name and/or the ID tell you which element you're editing. It's useful ...
by erodri
Wed Jun 18, 2008 5:29 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: HTML matching tag highlighting enhancement
Replies: 6
Views: 4381

HTML matching tag highlighting enhancement

Webuilder v9.0 has a great new feature that saves me a lot of time when writing standards-compliant HTML/XHTML: matching tag highlighting. It's really helpful especially when you have a lot of nested tags. But sometimes if the page is very long the feature is less useful. You get the green/red ...