Stepa Strunkov
- 活动总数 33
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 9
-
创建于 No highlighting for strings with '\n'
已回答I 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... -
已编辑于 Is 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? -
创建于 Error 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... -
创建于 Is 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... -
已编辑于 HANDSHAKE_FAILURE in process of executing publishPlugin
已回答I 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... -
创建于 Is it possible to download icons for plugin from the Internet?
已回答Hi. 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... -
创建于 Strange editor behavior
已回答I 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... -
创建于 No effect of .bnf and .flex files
已回答I 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... -
创建于 Incorrect name specified in <fileType>, should be EO File, actual Simple File
已回答0 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 ...