主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vojtěch Krása
活动总数
435
最后的活动
2020年08月18日 18:17
成员加入日期
2011年11月03日 11:10
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
158
活动概览
帖子(31)
评论(238)
按最近的活动排序
最近的活动
投票数
创建于
2013年02月22日 09:44
If i call ServiceManager.getService(ScratchData.class), and it is not defined in plugin.xml, then it returns null.edit: ah, he has it defined, so you must be right.
社区
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components
0 票
创建于
2013年02月22日 10:09
Oh yes, I overlooked it.And could the problem be that he uses @Storage(id = "default", file = "$MODULE_FILE$") but loads it using a project and not module.
社区
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components
0 票
创建于
2013年07月25日 15:37
I have done something similar for all files https://github.com/krasa/UsefulActions/blob/master/src/krasa/usefulactions/MarkFolderAsPlainText.java
社区
IntelliJ IDEA Open API and Plugin Development
"Mark as Plain Text" API?
0 票
创建于
2013年12月02日 13:15
I just use maven to download dependencies to a specified folder and use it as normal Plugin project.https://github.com/krasa/EclipseCodeFormatter/blob/master/DependencyDownloader/pom.xml
社区
IntelliJ IDEA Open API and Plugin Development
Maven dependency management with for plugin development
0 票
创建于
2013年12月17日 00:33
I just hope that com.intellij.openapi.components.ProjectComponent dies on project close :)
社区
IntelliJ IDEA Open API and Plugin Development
Already disposed, I am getting this assertion error
0 票
创建于
2013年12月20日 00:51
Hello,Ok, thanks.And congratulations on your first post :)
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2013年12月20日 00:52
Edge cases? Well, not much, all I know about are just live templates and autocomplete, but I think that Sublime disables them when all carets do not have the same text before them, so it could be d...
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2013年12月20日 01:07
I have not touched anything on that yet, actually autocompletion do not work at all, those stuff with popups need some fix... :^OExpand selection and other actions from the Sublime menu are not im...
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2013年12月20日 13:09
Actually spawn of auto-completion does not go through multi-caret logic so it just uses normal caret, which on the position of the last placed one. I was able to fix it, I just skip all the multi c...
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
创建于
2014年01月07日 23:12
I think my prototype is quite usable, since I implemented expanding selection and Undo support. Afaik only some live and surrounding templates are a little buggy... So if anyone wants to try it out...
社区
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 票
«
第一页
‹
上一页
下一页
›
最后
»