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 20, 2024 2:53 am

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: functions appearing out of class in list
PostPosted: Wed Sep 23, 2009 11:00 am 
Offline

Joined: Tue Sep 22, 2009 9:33 am
Posts: 9
In the File and Class explorers I have a lot of functions appearing as just functions instead of appearing within the class functions, I have checked through and can't make out any distinction between those appearing correctly and those that aren't.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 23, 2009 2:01 pm 
Offline
Site Admin

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

Hm. All functions are grouped by classes.
Could you, please, send your files with code to support@codelobster.com ?

Thanks.
Codelobster Team.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Sep 23, 2009 4:24 pm 
Offline

Joined: Tue Sep 22, 2009 9:33 am
Posts: 9
managed to figure out what is causign the havoc.. it is when you close the php tag in the middle of a class which we do for a few things.
Editing this has also caused the IDE to suddenly disappear without error or warning.
Code:
<?php
class clA {
   
   function b1(){
      ?>
      some html
      <?php   
   }
   
   function b2(){

   }
}
?>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Sep 24, 2009 3:06 pm 
Offline
Site Admin

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

Big thanks for your code sample.
Our parser doesn't process such cases now.
We will upgrade it soon.

Regards,
Codelobster Team.


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 116 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:  
cron
Powered by phpBB © 2016 phpBB Group