History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-12872
Type: New Feature New Feature
Status: Open Open
Assignee: Anna Kozlova
Reporter: Steve Chaloner
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Console is not accessible through the open API.

Created: 23 May 07 17:57   Updated: 23 May 07 22:02
Component/s: Plugin Support. API

Build: 6,180


 Description  « Hide
The console visible when, for example, a program runs is not accessible through the API. It would be good if the entire component (toolbar, pop-up menu, etc) was accessible for plugin integration.

See http://www.intellij.net/forums/thread.jspa?threadID=266920&tstart=0 for the impetus for this request.



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 23 May 07 18:31
Out of curiosity, what kind of action do you want to add?

Steve Chaloner - 23 May 07 19:02
I have a plugin that allows the user to search selected text using firefox search plugin definitions (http://plugins.intellij.net/plugin/?id=1440). At the moment you can select text in the editor, but I also want to be able to select text in the console in order to search on exception messages, etc.

Anna Kozlova - 23 May 07 20:23
Seems that it is enough for your needs to public action group id. Am I right? Thank you.

Steve Chaloner - 23 May 07 22:02
I need the action group ID, and access to the content and selection model of the console.

Thanks.
Steve