Andre

- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 30
-
Created Listing (and modifying) configurations
Hi all,How do I list and modify "Run Configurations" using API?Thanks,Andre -
Created Using plugin's icons
Hi,Besides icons.jar, I'd like to use icons from other plugins (j2me for example) in my plugin. Is there any legal restrictions about it?Thanks,André -
-
Created PsiFile & FileType association
Hi,How can I associate a FileType and a PsiFile in order to use default manager to save the file?Suppose I want to associate "*.ccc" files with XmlFile. So, I can open ccc in a custom editor (a ext... -
Created Saving files from a custom editor
Hi,Ive implemented a custom file editor (extends PerspectiveFileEditor). How do save the edited file (in a custom xml)? what method have I to override?Thanks,Andre -
Created Custom figures in CachedGraphDataModel
Hi all,Is there a way to draw custom elements in CachedGraphDataModel? In StrutsGraphDataModel the only avaliable options are nodes and edges...Thanks,Andre -
Created Drag'n'drop in diagrams
Hi all,I'd like to enable drag and drop in my diagram/view. Witch class from com.intellij.openapi.graph have I to use?Thanks,Andre -
Created Java class browser
Hi all,Sorry if it's a obvious question...I'd like to create a custom Java structure browser and put it in a tool window.To do it I think that I have to extend the class TreeBasedStructureViewBuild... -
Created Diagram plugin example/API
Hi All,I'm a new IntelliJ developer, trying to implement a visual plugin. Basically I would like to create a drawing plugin (a diagram), supporting add/remove, scale and move figures.Does IntelliJ ...