Search found 5 matches

by PeterPanino
Mon Feb 28, 2011 2:18 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Formatting comments on the same line as the code?
Replies: 3
Views: 2276

Formatting comments on the same line as the code?

With the PHP code-formatter in WeBuilder 2010, how can I keep comments on the same line behind a code line? Like this:

Code: Select all

$random = rand(0, 100); // between 0 and 100 inclusive
The code formatter always changes the code to this:

Code: Select all

$random = rand(0, 100);
// between 0 and 100 inclusive
by PeterPanino
Sun Feb 27, 2011 6:11 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Mapping does not work?
Replies: 0
Views: 1961

Mapping does not work?

I have configured a mapping: FTP::hosting_root\/domain_root/ http://www.mydomain.com/ (Above names are just place-holders of course) Then, when in WeBuilder 2010 I open a PHP file from a sub-directory of the above FTP directory and click F2 it keeps telling me "The software is not yet configured for ...
by PeterPanino
Sun Feb 27, 2011 5:12 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Show the number of occurrences of selected variable
Replies: 1
Views: 1517

Show the number of occurrences of selected variable

PHP (not only): When a variable is selected a field in the status bar should show the number of occurrences of this variable in this file. This would be very useful when having to find unique variable names or for many other purposes! Edit: Yes, I can also use Code Explorer for this purpose, but ...
by PeterPanino
Sat Feb 19, 2011 6:56 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: PHP Formatting: Don't change comments as additional option
Replies: 0
Views: 1682

PHP Formatting: Don't change comments as additional option

In the PHP Formatter Settings window, Indentation tab, Comments section there should be an additional option to leave comments as they are. Commenting styles can be very individual, and I don't like my comments being changed all the time because there is no option to leave them alone.
by PeterPanino
Sat Feb 19, 2011 4:29 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Syntax check with PHP on remote server?
Replies: 2
Views: 1835

Syntax check with PHP on remote server?

Hi, since I edit a PHP file on a remote server (1&1 hosting service): Is it possible to use the PHP system on the remote server (1&1 hosting service) for syntax check? (And for debugging?)