Stepa Strunkov

- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
Stepa Strunkov created a post, AnsweredIs it possible to change Pugin ID without removing plugin?
I see Plugin ID on my plugin page and it should be same as id in plugin.xml I want to change plugin id, how to do it on my plugin page? -
-
Stepa Strunkov created a post, AnsweredError when I try to remove extension association
I tried this code in my intellij plugin and it crashes with strange error. What is the reason? FileTypeManager fileTypeManager = FileTypeManager.getInstance();fileTypeManager.removeAssociatedExten... -
-
-
-
-
-
-
Stepa Strunkov created a post, AnsweredIs it possible to associate file type automatically if it is already associated?
Hi. I am creating plugin for *.eo files. Most users have already associated *.eo files as txt long time ago. My plugin doesn't work for these people because plugin doesn't see .eo files. It is poss...