Search found 10 matches
- Tue Dec 19, 2006 7:08 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RapidPHP Code Explorer Bug
- Replies: 4
- Views: 3676
- 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 would show up in the explorer, whereas would not be listed, although they are both syntactically correct.
Code: Select all
function setVisible() {}
Code: Select all
function setVisible () {}
- 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 ...
- Thu Oct 12, 2006 7:06 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: RapidPHP: Two requests
- Replies: 5
- Views: 6277
- 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
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 ...