Sven Reinck
- 活动总数 55
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 6
- 订阅数 11
-
创建于 Uninstalling plugin breaks IDE
已回答I register a file type with my plugin: <fileType name="XSD" implementationClass="com.fluxparticle.xsdvisualizer.XsdFileType" fieldName="INSTAN... -
已编辑于 FileEditorProvider Plugin: Using old code until closing editor
已回答Hi, my plugin is a FileEditorProvider. I got this feedback from a customer:After activating the licence, The plugin was still asking to get a license (even across restarts). I closed/opened the fil... -
创建于 Install paid plugin without restart
已回答I tried to make my paid plugin dynamic. But after investigating with these instructions...https://plugins.jetbrains.com/docs/intellij/dynamic-plugins.html#troubleshooting I found this in the log fi... -
创建于 Access Cache for external Resources
已回答IntelliJ has the ability to download XML schema for imported namespaces when I select "Fetch external resource". These files are downloaded into a cache folder. Can I somehow access this cache or e... -
创建于 Split View in Plugin Window
已回答I develop a plugin that adds another tab to a FileEditor. When I move another editor into the window of my plugin to create a split... Nothing happens. I created this screenshot for clarity. I drag... -
创建于 Third-party plugin is not recommended if a built-in plugin exists
已回答I am developing a visual XSD editor plugin. The best way to reach my potential customers would be if the plugin was recommended to them so they could try it out. But as it turns out it is not recom... -
创建于 Plug into the back and forward navigation mechanism
已回答I am building a plugin with my own FileEditor for a file type wich is not a TextFileEditor. Still I would like to plug into the back and forward navigation mechanism so I can push places onto the h... -
创建于 My plugin for XSD files isn't recommended because the file type is already registered
已回答I created a visual editor for XSD files as a plugin for the IntelliJ platform. Lately I registered a file type so my plugin would be recommended. I did it by adding this to my plugin.xml: <fileType... -
创建于 java.lang.IllegalStateException: User data is not supported
已回答Hi, I am getting this exception when starting IntelliJ with my plugin through runIde and I don't know what it is trying to tell me... The stacktrace has nothing of my code in it but the editorClass... -
创建于 Retrieve the default editor of the current view
已回答I am developing a plugin that creates a second ModelEditor for a text file provided by a ModelEditorProvider. So I got these nice litte tabs on the bottom. Now I want to synchronize these two views...