CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Sat Apr 27, 2024 8:52 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Autocomplete does not work with "static" prefix
PostPosted: Wed Mar 31, 2010 9:27 am 
Offline

Joined: Wed Mar 31, 2010 9:21 am
Posts: 1
Hi,
I noticed that the autocomplete feature does not work with static prefix.

Example:
Code:
class Test
{
    static function testFunction()
    {
        return  + 1;
    }
   
    function myFunction()
    {
        static::testFunction(1);
        Test::testFunction(1);
    }
}


While writing the second function (myFunction), the autocomplete feature works only with the second call (Test::testFunction) and not with the first one (static::testFunction).

Bye,
Gianni Valenti


Top
 Profile  
 
 Post subject:
PostPosted: Thu Apr 01, 2010 8:30 am 
Offline
Site Admin

Joined: Wed Sep 12, 2007 2:18 pm
Posts: 3932
Hi.

Many thanks for it.
We will improve our auto-complete algorithm for this case by 3.5. version.

Regards,
Codelobster Team.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 102 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2016 phpBB Group