Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Parmarrivan
Total activity
32
Last activity
May 27, 2022 17:03
Member since
March 13, 2022 17:02
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (4)
Comments (23)
Sort by recent activity
Recent activity
Votes
Created
March 25, 2022 06:57
Karol Lewandowski I have debugged the line that you had said and found that the default editor is not an instance of DefaultPlatformFileEditorProvider. The default editor is this one: https://githu...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 24, 2022 09:12
Karol Lewandowski Thanks, I have tried using HIDE_DEFAULT_EDITOR in the getPolicy() method, however it isn't working. Please help me fix it. Here's my plugin's source code: https://github.com/Rivan...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Edited
March 21, 2022 10:19
But does it work with TextEditorWithPreview class? Because the name of the editor that is shown is defined in the class that extends TextEditorWithPreview and if I go to the generate methods panel,...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Edited
March 19, 2022 06:06
Karol Lewandowski The editor is showing up fine, however, another editor, i.e., Android Studio's own editor also shows up along with it as seen in image below: The "custom-editor" is the editor c...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 18, 2022 15:32
Thank you very much! It worked!
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 18, 2022 14:41
My issue is that I don't know how to check if the VirtualFile is the file that I want. For example, I don't know how to check if the VirtualFile is Java/Kotlin. So could you please tell me how to c...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 18, 2022 14:20
In my FileEditorProvider.accept() method I check if the current project has Android Facet. However I don't know how to check for specific Java/Kotlin files.
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Edited
March 18, 2022 03:04
Karol Lewandowski I have implemented the FileEditorProvider, however it shows up when opening any type of file, which is what I don't want. So how can I make it such that the editor shows up only w...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 14, 2022 14:47
Thanks and could you please share a link to any example or documentation showing how to implement this?
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 14, 2022 14:15
I am trying to modify the current Intellij Platform Editor that is used to edit Java and Kotlin codes in Android Studio. I am currently trying to create a plugin in which I want to split the editor...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
«
First
‹
Previous