Search found 10 matches

by endelo
Tue Dec 19, 2006 7:08 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP Code Explorer Bug
Replies: 4
Views: 3676

Here's some additional information on the bug. I just noticed another faulty Code Explorer behavior when dealing with JavaScript. Whenever the string "function ()" is found, the code explorer (assuming it's in javascript mode) will return a function with a blank name since it's trying to parse ...
by endelo
Sun Dec 10, 2006 8:14 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP Code Explorer Bug
Replies: 4
Views: 3676

Exactly. For instance, a function listed as

Code: Select all

function setVisible() {}
would show up in the explorer, whereas

Code: Select all

function setVisible () {}
would not be listed, although they are both syntactically correct.
by endelo
Sun Dec 03, 2006 10:18 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP Code Explorer Bug
Replies: 4
Views: 3676

RapidPHP Code Explorer Bug

I'm not sure if this is a bug that came with the new release of RapidPHP (7.4.0.70), but it seems the code explorer is not functioning properly in the "JavaScript" mode. It looks like RapidPHP only searches for "function NAME()" instead of "function NAME ()", because when I have a space between the ...
by endelo
Thu Oct 12, 2006 7:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: RapidPHP: Two requests
Replies: 5
Views: 6277

Xammp, huh, I'll definitely look into that. Thanks for the suggestion.
by endelo
Mon Oct 09, 2006 7:03 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Does anyone need code beautifier / formatter?
Replies: 33
Views: 38690

I tend to not like code formatters.. i have some pretty strange quirks about formatting code. sometimes the "right" method of formatting and indentation doesn't look as good. I much prefer to format the code the way I want it. I could be mistaken, but isn't it the code beautifier's intention to ...
by endelo
Mon Oct 09, 2006 6:55 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Automatic Code Collapse
Replies: 2
Views: 3003

I'd love to see RapidPHP give the option to automatically parse your code for you and add its own default code collapses for functions, loops, conditionals, etc., basically everywhere it sees a {. I believe dreamweaver is what I'm thinking of that does that, and it is incredibly convenient, just to ...
by endelo
Sat Oct 07, 2006 6:20 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: RapidPHP: Two requests
Replies: 5
Views: 6277

If you need to have the highlighted code online, you can save it with the extension .phps When loading a phps file in your browser, it shows the source with syntax highlight. Hope this helps. Hmm, interesting, I wasn't aware of that. That doesn't exactly resolve my issue, since I'm assuming that a ...
by endelo
Sun Oct 01, 2006 4:17 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Help us implement Asp.Net, JSP, Java support
Replies: 9
Views: 11551

Ruby would be fantastic, but keep in mind the name is RapidPHP. If you are going to support PHP, ASP, ASP.NET, Java, JSP, CFM (as I saw in other topics), Perl, and even Ruby, maybe you should consider updating the name? Something like "RapidBackend" or even just simply "Rapid" would allow you to ...
by endelo
Sun Oct 01, 2006 4:10 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: RapidPHP: Two requests
Replies: 5
Views: 6277

RapidPHP: Two requests

Save with Highlighting I would love to see you add a save option that allows a user to save the current file, whether it be a PHP, (X)HTML, CSS, JavaScript, or any other type of supported file, as an HTML file with the source code highlighted. For instance, if my file is "index.php", I would like ...
by endelo
Tue Jul 25, 2006 11:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Replace in RegEx?
Replies: 10
Views: 8858

Replace in RegEx?

Hey there, I'm a new customer to Blumentals software, and I'm very pleased with the functionality and features of Rapid PHP. I do have one question however, which pertains to the Search and Replace function. I understand how to Search for a regular expression, but how do you Replace with a regular ...