Stepa Strunkov

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
Created No highlighting for strings with '\n'
AnsweredI am developing eo-intellij-plugin. I have this code: [] > main "abc \n" > @ The problem is that "abc \n" is black (should be green because it is string). Problem appears only if I use special... -
Edited Is it possible to change Pugin ID without removing plugin?
AnsweredI 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? -
Created Error when I try to remove extension association
AnsweredI tried this code in my intellij plugin and it crashes with strange error. What is the reason? FileTypeManager fileTypeManager = FileTypeManager.getInstance();fileTypeManager.removeAssociatedExten... -
Created Is it possible to associate file type automatically if it is already associated?
AnsweredHi. 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... -
Edited HANDSHAKE_FAILURE in process of executing publishPlugin
AnsweredI have published my plugin in marketplace manually and I want to do it automatically in future with publishPlugin gradle task It crashes with handshake error. I can't find out the problem. Any idea... -
Created Is it possible to download icons for plugin from the Internet?
AnsweredHi. I want to download icon for my language from the Internet when plugin is installed I have class Icons but icons are being loaded from resources folder (code is below). How to change this code a... -
Created Strange editor behavior
AnsweredI am creating custom language plugin for IntelliJ. I implemented syntax highlighting and it works fine. Tokens tree is built correctly too but when I type unexpected token something strange happens... -
Created No effect of .bnf and .flex files
AnsweredI am creating plugin for custom language development and I do not understand how .bnf and .flex files work Help me find out what is wrong My project structure is showed below. When I run plugin and... -
Created Incorrect name specified in <fileType>, should be EO File, actual Simple File
Answered0 I am creating an intellij plugin for custom EO language. I made eo.bnf and generated necessary classes for EO's syntax rules When I ran plugin I got an error. IDE doesn't highlight syntax ...