Search found 7 matches

by FiftyStars
Wed Mar 06, 2013 8:10 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: "Configure browsers" button
Replies: 1
Views: 1703

"Configure browsers" button

buttons "Options -> Configure browsers" and "Options -> Preferences..." open same window("general" tab)
by FiftyStars
Wed Mar 06, 2013 4:41 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Preview in all browsers or built-in o/moz/saf preview
Replies: 0
Views: 4322

Preview in all browsers or built-in o/moz/saf preview

I mean button "All browsers" inside "Tools -> Preview in" menu
or(and)
Opera, Firefox, Safari tabs in built-in preview.
Is it possible?
by FiftyStars
Sat Mar 02, 2013 2:09 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Code folding for all HTML tags
Replies: 4
Views: 5387

Re: Code folding for all HTML tags

tables may be very huge so i think it would be better to see !DOCTYPE html <head> </head> <body> <table> <thead> </thead> <tbody> + <tr>...</tr> + <tr>...</tr> + <tr>...</tr> + <tr>...</tr> </tbody> </table> + <select>...</select> + <form>...</form> </body> than !DOCTYPE html <head> </head> <body ...
by FiftyStars
Sat Mar 02, 2013 1:27 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Detaching preview window
Replies: 1
Views: 3063

Detaching preview window

fullscreen preview(F12) has no auto refreshing and also it has no address box
its inconvenient for multidisplay developing
It would be nice to have an ability to detach preview from main window
by FiftyStars
Fri Mar 01, 2013 4:35 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: CSS blocks folding
Replies: 2
Views: 4230

CSS blocks folding

It would be nice to fold everything between "{ }"
by FiftyStars
Fri Mar 01, 2013 4:25 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Code folding for all HTML tags
Replies: 4
Views: 5387

Code folding for all HTML tags

Hi, code folding do not working with some tags(<form>,<select>,<tr> etc). IMHO its not convenient. Please add code folding for all tags.
by FiftyStars
Fri Mar 01, 2013 3:49 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Rapid PHP: CSS Gradient Assistent
Replies: 3
Views: 4267

Re: Rapid PHP: CSS Gradient Assistent

it also would be nice to have an option(maybe checkbox in gradient assistant?) to add IE filter code

Code: Select all

-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(enabled=true,StartColorStr='#000',EndColorStr='#fff',GradientType=0)";