Search found 18 matches

by MaxA
Tue Feb 03, 2015 3:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: ALT key on keyboard
Replies: 4
Views: 3193

Re: ALT key on keyboard

O, God, poor italian developers! I understand why I don't know any programmers from Italy now - they haven't brackets :)
by MaxA
Mon Feb 02, 2015 8:38 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Webuilder + Rapid CSS usage
Replies: 1
Views: 2184

Webuilder + Rapid CSS usage

Hello,

Did did you plan make able to use Weboulder and Rapid CSS editors at one time? It's not available for now.

Regards, Max
by MaxA
Thu Oct 30, 2014 12:27 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: WeBuilder 2014: Built-in, instant CSS prefixizer
Replies: 7
Views: 5761

Re: WeBuilder 2014: Built-in, instant CSS prefixizer

Not really, because box-shadow is supported by all browsers, even the pretty old ones so adding webkit-box-shadow would just pollute your css file. We tried to carefully pick only those that are really required, but you can also customize it by modifying <Webuilder Folder>\data\prefixizer.ini ...
by MaxA
Fri Aug 15, 2014 1:28 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Working Webuilder and Rapid PHP Editor togeter
Replies: 1
Views: 2230

Working Webuilder and Rapid PHP Editor togeter

Hi,

Do you plan to make able Webuilder and PHP editor working together. This feature is not available bor now and that's very strange.

Regards, Max
by MaxA
Thu Feb 06, 2014 11:55 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Plugin: Comments text in seleted line for HTML and CSS
Replies: 9
Views: 7592

Re: Plugin: Comments text in seleted line for HTML and CSS

Thank you very much again, realy simple and usefull improvement for me:)
Tested, working fine, the keyboard shortcuts assigned.
by MaxA
Mon Feb 03, 2014 6:54 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Plugin: Comments text in seleted line for HTML and CSS
Replies: 9
Views: 7592

Re: Plugin: Comments text in seleted line for HTML and CSS

O, yes, saw it! Everything working fine for now. Thanks.
Really great and useful improvement for me.
by MaxA
Mon Feb 03, 2014 6:15 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Plugin: Comments text in seleted line for HTML and CSS
Replies: 9
Views: 7592

Re: Plugin: Comments text in seleted line for HTML and CSS

Thank you very much. The script is working fime with HTML. But comments as HTML the CSS also. But, may be that's important, the CSS style inside STYLE tag are in the HTML file for now.

I also tested in the pure CSS file, not insode HTML. The HTML commenting is working with CSS there also.
by MaxA
Mon Feb 03, 2014 3:05 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Plugin: Comments text in seleted line for HTML and CSS
Replies: 9
Views: 7592

Re: Plugin: Comments text in seleted line for HTML and CSS

All of the time :) Very frequent operation.
The CSS line commenting is more often.
by MaxA
Fri Jan 31, 2014 3:32 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Plugin: Comments text in seleted line for HTML and CSS
Replies: 9
Views: 7592

Plugin: Comments text in seleted line for HTML and CSS

Hello everybody, Can somebody write two simple plugins? 1. HTML comment the line from first character to the last character (not from the beginning of the line). <!-- TEXT HERE --> 2. CSS comment the line from first character to the last character. /*-- TEXT HERE --*/ I want to be able to comment ...
by MaxA
Tue Nov 26, 2013 7:16 pm
Forum: Plugins for HTMLPad / Rapid CSS / Rapid PHP / WeBuilder
Topic: Plugin: Move Selected Lines
Replies: 4
Views: 7737

Re: Plugin: Move Selected Lines

Thanks, simple and usefull feature.
by MaxA
Mon Sep 23, 2013 2:20 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Run Webuilder and Rapid CSS together
Replies: 3
Views: 3109

Run Webuilder and Rapid CSS together

Hello, May be my wish is strange, but I prefer to divide the work with the different file types (HTML, CSS) between the applications to prevent the lot of switchings between opened documents. Pressing Ctrl+Tab/Ctrl+Shift+Tab makes me nervous and I'm afraid that the callosities can appear on my ...
by MaxA
Thu Jun 06, 2013 5:37 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: No slash at the end of the tab for HTML5 Doctype
Replies: 1
Views: 2285

No slash at the end of the tab for HTML5 Doctype

Hi Example: 1. <!DOCTYPE HTML> Ctrl+Enter = <br> 2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Ctrl+Enter = <br /> The BR tag for HTML5 Doctype should have slash also or may be I can find this somewhere in options? My tries to find ...
by MaxA
Wed Dec 12, 2012 5:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Please the ability to assign the shortcut to Del Line.
Replies: 3
Views: 2726

Please the ability to assign the shortcut to Del Line.

Hi, Can you add the ability to apply the keyboard shortcut the the Del Line operation. You are using Ctrl+D, but I use the Ctrl+L as usual and that's very old habit. It's not too comfortable for me to use to different shortcuts in different applications. I tried to use the macros for this aim, but ...
by MaxA
Thu Sep 13, 2012 6:32 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Convert special chars to entities problem
Replies: 4
Views: 3367

Re: Convert special chars to entities problem

Yes, of course, I use this way :)
May be you fix this point in future.