Code Explorer and AutoCompletion

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
RandyJohnson
Posts: 2
Joined: Thu Aug 16, 2007 7:59 pm

Code Explorer and AutoCompletion

Post by RandyJohnson »

It looks like the RapidPHP does not keep track of the variables that are loaded via an "include" command.

That would be nice if it processed the "includes" and identified any variables etc that are included in these files.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Currently code explorer parses the open file only. You can see and easily open included files from code explorer (if they use non-fancy paths). Unfortunately making the parsing more complex would slow things down.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Marc
Posts: 2
Joined: Sat Dec 12, 2009 10:09 am

Re: Code Explorer and AutoCompletion

Post by Marc »

Hi there,

sorry for coming back with this old one, but this Topic is exactly what iam looking for.

Iam registered w/ 2009 and upgraded to 2010. I like RapidPHP, but honestly i really
need this feature, even if its slow like hell....

Dont you see any way to include it as an Option? It could be disabled by default for your Speeding-
Issue, but it would really make sense to see all Variables and Functions in all Scripts... dont you
think so?

Many thanks for your Answer.

Best wishes,

/Marc
Gatis
Blumentals Software Developer
Posts: 545
Joined: Sun Mar 05, 2006 12:30 am
Location: Latvia

Re: Code Explorer and AutoCompletion

Post by Gatis »

Hi,

Actually include files should parsed during Auto Complete (if you use command require_once("File A.php"); and the file can be found on your computer under the relative directory).

Besides, now with version 2010 you can define special Lirbrary folder for each Project - Under Main Menu; Project; press button Edit (or create a New Project); Library Paths.
Under this folder any file included will be parsed and all members, classes will be shown in Auto Complete at all times.
Kind regards,
Gatis Avots
Marc
Posts: 2
Joined: Sat Dec 12, 2009 10:09 am

Re: Code Explorer and AutoCompletion

Post by Marc »

Hi,

many thanks for that information. too bad that i now have bought another product too. :cry:

Anyway, i like your GUI much more then the other Editor i have now, so iam sure ill
finish the one project in the other and then "ill be back" to raphidPHP :)
Post Reply