Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Benedikt Schlagberger
Follow
New posts
New posts and comments
Total activity
24
Last activity
October 08, 2018 20:28
Member since
August 25, 2014 17:17
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
6
Activity overview
Posts (3)
Comments (14)
Sort by recent activity
Recent activity
Votes
Edited
October 08, 2018 20:28
@BmiBferreira You are totally right... I completely mixed it up. So if you plan to develop your plugin for Netbeans as well, you already know how to do it ;) For Intellij IDEA, you can use an Actio...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
0 votes
Edited
October 05, 2018 11:28
@Bmibferreira I am using a SideBarFactory to create a sidebar with annotations: public class MySideBarFactory implements SideBarFactory { Implement the createSideBar method and determine the open...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
1 vote
Created
June 02, 2015 13:21
Thank you for your help! I am using a LineMarkerRenderer in a TextEditorHighlightingPass to display the bar.Now, I also need the ability to handle hover and click events on the bar, the same way th...
Community
IntelliJ IDEA Open API and Plugin Development
Vertical linemarker in Editor
1 vote
Created
May 12, 2015 12:20
I'm looking for the same. Can't figure out how it is done in the svn4idea plugin...Did you solve it?
Community
IntelliJ IDEA Open API and Plugin Development
GutterBar Area Hilighting
0 votes
Created
April 22, 2015 06:41
The data holds information about the code, which should be displayed at the according line. Several languages are currently supported, but constantly extended on the server-side. Therefore, it woul...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
1 vote
Created
April 21, 2015 12:18
When I extend ExternalAnnotator, a PluginException is thrown, which says: "No key specified for extension of class FindingsAnnotator" <externalAnnotator implementationClass="FindingsAnnotator"><...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
0 votes
Created
April 21, 2015 06:28
I can't find any file called DartAnalysisServerAnnotator.java. Could you provide me with a link?
Community
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
0 votes
Created
April 15, 2015 13:40
Figured it out myself. The name attribute of the @State annotation has to match the name of the component.// edit not true... but it works right now. Maybe it has something to do with the wrapper p...
Community
IntelliJ IDEA Open API and Plugin Development
Module based PersistenStateComponent not saving state to .iml file
1 vote
Created
April 15, 2015 12:28
I have the same requirements. Could you provide some more details?The documentation seems out of date, com.intellij.lang.annotation.ExternalAnnotator is no longer an interface. How can I use the co...
Community
IntelliJ IDEA Open API and Plugin Development
Best way to implement code highlighting/annotation by file+line number?
0 votes
Created
April 15, 2015 09:34
Found the correct way of annotating the field: public class StateWrapper { @Attribute("testvalue") public boolean value; public StateWrapper() { value = true; }}Still doesn't wor...
Community
IntelliJ IDEA Open API and Plugin Development
Module based PersistenStateComponent not saving state to .iml file
0 votes
1
2
›
»