[wingide-users] Scripting Wing Woes
Wingware Support
support at wingware.com
Mon Aug 1 19:34:54 EDT 2005
Note that the templating.py script that ships with Wing *does* add a
new tool panel type, and that might be a good place to start. I don't
recommend trying to write something that complex w/o debugging Wing
with itself, but it will give you an idea of how it can be done even
before you download the Wing sources.
Stephan Deibel
--
Wingware
Wing IDE for Python
Advancing Software Development
www.wingware.com
On Mon, 1 Aug 2005, Wingware Support wrote:
> Peter Kropf wrote:
> > My thought was to add a tab to the Project / Source Browser tab list
> > that would show the places in the project files where these types of
> > entries were found.
>
> This is not supported under the api currently. The api is intended to
> be a way to provide a stable api for fairly simple and common tasks. To
> do something like adding a new tool pane that is updated as the user is
> editing, you'll go beyond the api and get into code that might change
> between releases, but probably won't -- we're not planning on
> rearchitecting Wing's implementation any time soon. The first step in
> doing this is probably to download the source, set up Wing to debug
> itself, and incrementally add features to the tool.
>
> > May I suggest that you update the documentation that's show on your website?
>
> We will do this soon.
>
> Thanks,
>
> John
> _________________________________________________
> Wing IDE users list
> http://wingware.com/lists/wingide
>
More information about the wingide-users
mailing list