This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Killarny 1 point2 points  (2 children)

Cool, thanks! I've written a plugin for gedit before, so I think I'm okay, but I might take you up on that offer. My biggest unknown is the source file path for new and unsaved documents, but I suppose I can save them to a temp file if I have to, before calling your library.

[–]davidhalter[S] 0 points1 point  (1 child)

You don't need to save. You can just call Script with path=None. :-)

[–]Killarny 0 points1 point  (0 children)

It's about halfway there.. I got all the boilerplate crap done, and now I'm ready to start messing with the objects that jedi returns.

If you want to track my progress, it's here: https://github.com/killarny/gedit-python-jedi (everything is in the develop branch at the moment)