Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
KronicDeth
Follow
New posts
New posts and comments
Creator of the IntelliJ Elixir plugin
Total activity
146
Last activity
October 13, 2022 15:10
Member since
October 30, 2014 01:35
Following
0 users
Followed by
1 user
Votes
11
Subscriptions
47
Activity overview
Posts (32)
Comments (56)
Sort by recent activity
Recent activity
Votes
Created
October 13, 2022 15:10
I have to click the red dot to see those balloons, so I think that is a general setting for the IDE. I don’t use a notification ballon API. I just use the error reporting API and so whether you s...
Community
IntelliJ IDEA Open API and Plugin Development
Elixir IDE
-2 votes
Created
November 29, 2021 02:09
Jakub, I'm creator of the of Elixir plugin. I'd need more details of what you mean by "not working well/crashing". It's rare I get reports of full crashes from users where nothing works.If you me...
Community
IntelliJ IDEA Open API and Plugin Development
Elixir IDE
-1 votes
Created
March 22, 2018 14:48
How do I detect that the user has switched to the tab and that it is safe to create the other components?
Community
IntelliJ IDEA Open API and Plugin Development
Access is allowed from event dispatch thread when calling EditorFactory.getInstance().createEditor(document, project, Type, true) from FileEditor#getComponent
0 votes
Created
January 24, 2018 16:16
Yes, I know it's a bad idea. I didn't mean to do it. It was left over as an optimization from a earlier version of the UI when I was adding a scrollpane on the outside of all tab components. It s...
Community
IntelliJ IDEA Open API and Plugin Development
Editor component added to OnePixelSplitter or JBTabbedPane are not scrollable
0 votes
Created
January 24, 2018 14:53
Ok, so I went through my code and it turned out that I had been wrapping the components in JBScrollPane before adding them to the outer most tabbed pane. I changed my code to only add JBScrollPane...
Community
IntelliJ IDEA Open API and Plugin Development
Editor component added to OnePixelSplitter or JBTabbedPane are not scrollable
0 votes
Created
January 24, 2018 12:53
It might have something to do with the nesting: for the Code edtitor, which shows bytecode, it it is added to a tab and that JBTabbedPane is returned from `FileEditor.getComponent`. If I move the ...
Community
IntelliJ IDEA Open API and Plugin Development
Editor component added to OnePixelSplitter or JBTabbedPane are not scrollable
0 votes
Created
January 15, 2018 13:31
To get "View PSI Structure" in the Sandbox IDE you need to install it in the Sandbox IDE: either manually as you would in your normal IDE, or using the gradle plugin's ability to add plugins plugin...
Community
IntelliJ IDEA Open API and Plugin Development
How to make Idea use jetbrains jvm?
0 votes
Created
January 11, 2018 03:52
You should always build against the IntellIJ sources, but then to test you'd switch to Rider in the Run Configuration or using alternativePath with the gradle plugin.
Community
IntelliJ IDEA Open API and Plugin Development
How to write a plugin for multiple Platform SDKs?
0 votes
Created
December 13, 2017 13:35
If Facets aren't viewable outside the Project Structure dialog and you need the projectConfigurable anyway in Rubymine, why does https://upsource.jetbrains.com/idea-ce/file/idea-ce-e46f536ca2d7acb4...
Community
IntelliJ IDEA Open API and Plugin Development
Facet for Custom Language SDK in Rubymine
0 votes
Created
December 11, 2017 01:29
I'd recommend using the Form Builder (https://www.jetbrains.com/help/idea/creating-and-opening-forms.html), so that you can compose the UI visually and then bind it to the rest of the Wizard code. ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Module Settings Wizard Step: Radio Buttons? File Picker with Dropdown?
0 votes
1
2
3
4
5
6
›
»