NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Magickwand API


Joined: 14 Apr 2006
Posts: 33
Reply with quote
Is it possible to add the MagickWand API calls into the IDE so the code insight or whatever its called can pick them up and offer completion a and parameter hint functionality
View user's profileFind all posts by MGSteveSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
I'm not sure what MagickWand API is. Would you post a sample demonstrating its usage? Just a "caller" and a "callee".

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 14 Apr 2006
Posts: 33
Reply with quote
Sorry, forgot to mention that!

Its a PHP interface to ImageMagic functionality (and thus VERY useful!)....

http://www.magickwand.org/

_________________
Regards

Steve.
View user's profileFind all posts by MGSteveSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
I'm afraid I have no time to start learning that from the beginning.
Please contact support and provide a sample illustrating the problem.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 14 Apr 2006
Posts: 33
Reply with quote
dmitri wrote:
I'm afraid I have no time to start learning that from the beginning.
Please contact support and provide a sample illustrating the problem.


There isn't a problem, I suspect I worded my original question badly - sorry about that.

I was simply wondering if there was a way to add the API functions into the Code Insight function of the editor so that it prompts for the appropriate function arguments and has the constants defined.

i.e. like when you type 'mysql_connect(' into the editor a tooltip pops up and prompts you for the arguments to the function.

_________________
Regards

Steve.
View user's profileFind all posts by MGSteveSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Looks like this is a php library and it is not in the project directory tree.
In this case you may want to add the library path to the Code Insight Includes list (see project properties). After the library is parsed, Code Completion will start working with all the objects in the library.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 14 Apr 2006
Posts: 33
Reply with quote
dmitri wrote:
Looks like this is a php library and it is not in the project directory tree.
In this case you may want to add the library path to the Code Insight Includes list (see project properties). After the library is parsed, Code Completion will start working with all the objects in the library.


Ah, nice one! Smile

_________________
Regards

Steve.
View user's profileFind all posts by MGSteveSend private message
Magickwand API
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 vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic