Search found 4 matches
- Tue Feb 09, 2010 2:32 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: any way to trick intellisense?
- Replies: 2
- Views: 2121
Re: any way to trick intellisense?
Is there some less troublesome way? I am afraid there is no other way for now. One solution I have thought about, is to specify the return value inside a function using a special comment. But this is only a thought. To the date, I can not recall anybody else asking for this. Cast your votes here ...
- Mon Feb 08, 2010 10:39 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: any way to trick intellisense?
- Replies: 2
- Views: 2121
any way to trick intellisense?
///////// **** MILK **** /////////////// class Milk { public $moo; public function Milk() { $this->moo = false; } } ///////// **** COFFEE **** /////////////// class Coffee { public $mYummyumm; public $mMilk; public function Coffee() { $yummyumm = true; $mMilk = new Milk(); } public function getMilk ...
- Fri Oct 30, 2009 9:28 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Overwrite autocompleted braces, quotes, ...
- Replies: 5
- Views: 4436
Re: Overwrite autocompleted braces, quotes, ...
No autocomplete while editing inside code. Most of the time the popping second " is not what I want when editing a line... Sorry, I don't understand what you are meaning here :| Greets Evil Again... I stumble often over autocompleted ""s and ()s when editing a line. WholeTomato's Visual Assist acts ...
- Mon Oct 26, 2009 1:40 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Overwrite autocompleted braces, quotes, ...
- Replies: 5
- Views: 4436
Overwrite autocompleted braces, quotes, ...
I just downloaded PHP Editor and... I really love it. For me it's much more usable than the overblasted, Eclipse (*blearch*) based Zend Studio. A feature I'd really love to see is an overwriting of autocompleted )'s and "'s etc. Like you have it in Whole Tomato's Visual Assist Plugin for Visual ...