Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Stepa Strunkov
Total activity
33
Last activity
August 16, 2022 11:26
Member since
April 21, 2022 20:29
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
9
Activity overview
Posts (9)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
June 27, 2022 12:08
Well, I found this solution: FileTypeManager fileTypeManager = FileTypeManager.getInstance();Runnable r1 = ()->fileTypeManager.removeAssociatedExtension(FileTypes.PLAIN_TEXT, "eo");Runnable r2 = ()...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to associate file type automatically if it is already associated?
0 votes
Created
June 27, 2022 09:42
Could you please provide more examples or link to documentation? I tried to add this code in PluginContoller class into projectOpened method but I don't see my logs in idea.logs Why isn't this code...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to associate file type automatically if it is already associated?
0 votes
Created
June 25, 2022 11:50
I upgraded org.jetbrains.intellij to 1.2.0 and removed fileTypeFactory but problem still appears. Source: https://github.com/yasamprom/eo-intellij-plugin-copy2
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to associate file type automatically if it is already associated?
0 votes
Edited
June 24, 2022 08:27
By the way, I tried to reproduce this problem (IntelliJ 2020.3.2). I associated *.eo with text and then installed my plugin) I got message: But my colleges with other versions don't receive this me...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to associate file type automatically if it is already associated?
0 votes
Created
June 24, 2022 08:18
1. I mean that EOLanguage.INSTANCE returned 2. Implementation FileType public class EOFileType extends LanguageFileType { public static final String FILE_EXTENSION = "eo"; public static final EOF...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to associate file type automatically if it is already associated?
0 votes
Edited
June 23, 2022 16:13
If you already associated *.eo with text files and after that installed my plugin still occurs this problem I expected to see *.eo in right tab (even if *.eo are already associated with text files)
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to associate file type automatically if it is already associated?
0 votes
Created
June 23, 2022 16:03
Couldn't find clear documentation. Should it look like this? public class EOSubstitutor extends LanguageSubstitutor { @Nullable @Override public Language getLanguage(@NotNull VirtualFile v...
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to associate file type automatically if it is already associated?
0 votes
Edited
June 08, 2022 15:22
Well, the problem was in gradle.properties. I didn't change plugin version there and publishing didn't work because of version conflict. It wasn't clear after reading logs. Be careful with this)
Community
IntelliJ IDEA Open API and Plugin Development
HANDSHAKE_FAILURE in process of executing publishPlugin
0 votes
Created
June 07, 2022 14:47
I don't use any special network settings. I can reproduce this error. I even checked that token is correct. In my marketplace profile I see that last usage of my token is today.
Community
IntelliJ IDEA Open API and Plugin Development
HANDSHAKE_FAILURE in process of executing publishPlugin
0 votes
Edited
May 20, 2022 11:43
it is already automated. I specified in README.md what is parser. It is package with generated classes. You may generate classes from EO.g4 (Right click -> generate antlr recognizer). You need ANTL...
Community
IntelliJ IDEA Open API and Plugin Development
Strange editor behavior
0 votes
Next
›
Last
»