Nice tip MikeyB,
I will remember that.
By the way, I did do a search before I posted, but didn't see anything relating to that request.
Sorry if I duplicated a previous posting.
Blessings and thanks again,
Martin
<><
Search found 7 matches
- Tue Aug 03, 2010 3:15 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Tabbed editor close icon on button
- Replies: 2
- Views: 2227
- Fri Jul 30, 2010 4:56 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Tabbed editor close icon on button
- Replies: 2
- Views: 2227
Tabbed editor close icon on button
Hi there, I love Rapid PHP 2010 - and it just keeps getting better. I love the tabbed multi-document controls and especially ability to right-click and 'Close Other' Small feature request: Can you add a 'close' icon on the tab button that DOESN'T require me to right-click and navigate the context ...
- Mon Mar 22, 2010 7:26 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: PHP code explorer does not handle lists of variables
- Replies: 1
- Views: 1863
PHP code explorer does not handle lists of variables
I'm using Rapid PHP 2010 10.1.0.119 and this very simple test gives the wrong result: class test { private $var1, $var2; protected $var3, $var4; public $var5, $var6; } In order to see both variables in the code explorer I have to place the variables on different lines, though this is valid for PHP ...
- Sat Sep 19, 2009 12:42 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RPHP 2010 (10.0.0.111) Code Explorer bug (with simple test)
- Replies: 4
- Views: 2437
Re: RPHP 2010 (10.0.0.111) Code Explorer bug (with simple test)
You make it sound like a catastrophy on an epic scale. Epic indeed - I have around 130 class files in the current system I'm working with, most failed to show because almost al of them contain at least one method that outputs a JS to the browser like this: $js= "function example(msg){\n alert(msg ...
- Fri Sep 18, 2009 10:21 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Disable Autocomplete for variables
- Replies: 3
- Views: 2887
Re: Disable Autocomplete for variables
Hi Chris, that's what I did in the end - and I found my PHP ran much better too!
- Fri Sep 18, 2009 10:16 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: RPHP 2010 (10.0.0.111) Code Explorer bug (with simple test)
- Replies: 4
- Views: 2437
RPHP 2010 (10.0.0.111) Code Explorer bug (with simple test)
Hi there, I just purchased RPHP 2010 after using 2008, 2007, 2006 and 2005 for several years. There's a serious problem that renders it completely unusable for me - all my member functions have vanished in almost every class in the system I manage Here's why. Any single or double-quoted string ...
- Mon Dec 03, 2007 8:15 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Disable Autocomplete for variables
- Replies: 3
- Views: 2887
Disable Autocomplete for variables
Hi, I work with several php files, the largest of which is 1.2MB in size and makes use of up to three levels of class inheritance. I found that it took so long to load the 'code explorer' in the 2007 version with all its member variables / properties (many of which were placed in error) that I ...