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
Edited
April 01, 2022 16:21
Do you mean that you would create TextEditorWithPreview and you would use Android Studio's editor as text editor, and your custom editor as preview editor? Karol Lewandowski Yes that is what I me...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 31, 2022 09:47
Karol Lewandowski What I meant was that instead of creating a TextEditor along with a Preview editor (i.e. a custom view), would it be ok to only just create a Preview editor and make it split with...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 votes
Created
March 29, 2022 03:07
Karol Lewandowski So if I cannot hide the other editor then can I just create a single FileEditorProvider and make it split with the given editor? Or should I use a Tool Window instead? But I don't...
Community
IntelliJ IDEA Open API and Plugin Development
How to create a SplitEditorToolbar in Intellij IDEA plugin?
0 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
«
First
‹
Previous
Next
›
Last
»