Search found 18 matches

by Reuvenm
Wed Nov 02, 2005 5:09 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Dangerous FTP bug
Replies: 4
Views: 5865

May the software repeat a KEEP LIVE command as to hold on the connection? if this is the cause.
It happens to me too that the FTP saving cause a hang (and a blank file on the server :( ).

Thnak you
by Reuvenm
Tue Sep 13, 2005 8:17 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Please submit your opinion about FTP features! Thanks!
Replies: 54
Views: 65507

I'm wondering if this FTP upload crash is unique to some users/setups or is it a known bug in the software, as I really can't make use of the software as for that feature only :cry: I do a lot of online editing, which requires open/save files from the remote server. having the FTP save function ...
by Reuvenm
Mon Sep 12, 2005 6:14 pm
Forum: Announcements
Topic: Update: 2005 v6.2
Replies: 7
Views: 13754

Keep on the good work.
Thank you!
(sorry, I happened to notice the update by mistake :cry: )
by Reuvenm
Thu Aug 18, 2005 10:22 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Duplicate a line
Replies: 6
Views: 8073

I ment DUPLICATE a line/block (clone, as copy/paste in one go), nice to have when you lay out variables or repetitive lines with only small differences between them.
by Reuvenm
Sat Aug 13, 2005 1:37 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 2 Rapid PHP bugs
Replies: 22
Views: 22139

Sorry for late reply, as I do not receive any notification from the Forum here (though I marked the notify box, also in my profile. Please check). In Zend IDE you are prompted while typing, and for various options - all configurable within the configuration window. Options include: - Syntax ...
by Reuvenm
Wed Aug 03, 2005 12:02 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 2 Rapid PHP bugs
Replies: 22
Views: 22139

Syntax check is syntax check, it dos not validate the logical correctness of the code and it does not perform any debugging. Sorry if I misused the word Syntax. :cry: As I'm willing to improve on RP features and make it more usefull and attractive to coders, I was reffering to a feature which is ...
by Reuvenm
Tue Aug 02, 2005 12:45 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 2 Rapid PHP bugs
Replies: 22
Views: 22139

As it looks, the syntax is checking matching (){}[] etc, but not PHP functions syntax (eg, a mistake in writing $_PHP_SELF vs $_PPH_SEFL, or str_replace vs srt_rpleace). Unknown function or variable names are not a syntax error. You might as well have your own functions called srt_rpleace() or ...
by Reuvenm
Tue Aug 02, 2005 12:40 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Undo / Redo bug and risk
Replies: 2
Views: 3304

It turns out to be CTL+Y key combi that causes the problem. I've modified the shortcut to have CTL+Y represent a used-to REDO shortcut, then I discovered that however that's set, CTR+Y is deleting text (I tried to locate it's assignment with no luck). Try: type something delete few words CTR+Z few ...
by Reuvenm
Mon Jul 25, 2005 12:39 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Copying different-encoded language reveal garbled text
Replies: 2
Views: 3940

Copying different-encoded language reveal garbled text

While copying text from within the editor, and that text includes foreign characters/encoding, if you paste that clipboard into another editor, word-proccessor etc, you end up with garbled text (no preservation of the encoding, problem I do not have the other way around eg, pasting the text into ...
by Reuvenm
Mon Jul 25, 2005 12:30 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Undo / Redo bug and risk
Replies: 2
Views: 3304

Undo / Redo bug and risk

The undo / Redo is not reliable and risky. There is no abvious way to assume what the result will come up after invoking undo, the software get confused as to what to undo or redo, and you end up with no way to retrieve text you may've written. Try doing it multiple times and your typing is gone for ...
by Reuvenm
Mon Jul 25, 2005 11:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 2 Rapid PHP bugs
Replies: 22
Views: 22139

As it looks, the syntax is checking matching (){}[] etc, but not PHP functions syntax (eg, a mistake in writing $_PHP_SELF vs $_PPH_SEFL, or str_replace vs srt_rpleace).
In that context: matching brackets/parentheses highlight will be helpfull.
by Reuvenm
Tue Jul 12, 2005 3:18 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Select whole vaiable
Replies: 1
Views: 2777

Select whole vaiable

while dbl-clicking on a variable name, ket the software catch/include the $ sign, as in:
$variable
not just the "variable" name.
by Reuvenm
Tue Jul 12, 2005 3:16 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Mark matching brackets
Replies: 7
Views: 9049

Mark matching brackets

to help trace a block of if-while-case etc,
When one plcae a cursor on one of the bracket ( eg (, { ) and the 2 closing brackets are color-marked
by Reuvenm
Tue Jul 12, 2005 3:14 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Duplicate a line
Replies: 6
Views: 8073

Duplicate a line

CMD+D for example, to replicate a line (when the cursor is in that line-begining) OR a block of code (when this block is marked).
by Reuvenm
Tue Jul 12, 2005 3:13 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Mark/Boomark a line
Replies: 2
Views: 3413

Mark/Boomark a line

This one will save time in a large file.
As in Zend (F2 and dbl-click on the line umber).
will help getting back to a line