Rope in Anjuta

View: New views
2 Messages — Rating Filter:   Alert me  

Rope in Anjuta

by Ishan Chattopadhyaya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,
I am a GSoC student for GNOME (Anjuta) and I have to implement python
for Anjuta. I have already integrated Rope into Anjuta as a plugin.
However, there are some queries I need some help with:

* Is it possible to get calltips for global symbols, like sys.args() ?

* Can SOA resolve the following?
--- code begins ---
class Person:
        def setname(self,name):
                self.name=name;
        def getname(self):
                return self.name

ishan = Person();
ishan.getname(). <code assist suggestions for a string here?>
--- code ends ---

Yes/No answer will do ;-)

* Where is the object-db stored? I am opening a project and initiating
a code_assist() on a source file at a particular offset. This is
creating a .ropeproject folder containing only config.py for now.

Please help,
Ishan Chattopadhyaya

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel

Re: Rope in Anjuta

by Ishan Chattopadhyaya :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, 2009-08-08 at 07:52 -0700, Ishan Chattopadhyaya wrote:

> * Can SOA resolve the following?
> --- code begins ---
> class Person:
>         def setname(self,name):
>                 self.name=name;
>         def getname(self):
>                 return self.name
>
> ishan = Person();
> ishan.getname(). <code assist suggestions for a string here?>

Am sorry, I meant this:

class Person:
        def setname(self,name):
                self.name=name;
        def getname(self):
                return self.name

ishan = Person();
ishan.setname ("Ishan Chattopadhyaya")
ishan.getname(). <code assist suggestions for a string here?>



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Anjuta-devel mailing list
Anjuta-devel@...
https://lists.sourceforge.net/lists/listinfo/anjuta-devel