Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vojtěch Krása
Total activity
435
Last activity
August 18, 2020 18:17
Member since
November 03, 2011 11:10
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
158
Activity overview
Posts (31)
Comments (238)
Sort by recent activity
Recent activity
Votes
Created
February 22, 2013 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.
Community
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components
0 votes
Created
February 22, 2013 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.
Community
IntelliJ IDEA Open API and Plugin Development
Persisting State of Components
0 votes
Created
July 25, 2013 15:37
I have done something similar for all files https://github.com/krasa/UsefulActions/blob/master/src/krasa/usefulactions/MarkFolderAsPlainText.java
Community
IntelliJ IDEA Open API and Plugin Development
"Mark as Plain Text" API?
0 votes
Created
December 02, 2013 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
Community
IntelliJ IDEA Open API and Plugin Development
Maven dependency management with for plugin development
0 votes
Created
December 17, 2013 00:33
I just hope that com.intellij.openapi.components.ProjectComponent dies on project close :)
Community
IntelliJ IDEA Open API and Plugin Development
Already disposed, I am getting this assertion error
0 votes
Created
December 20, 2013 00:51
Hello,Ok, thanks.And congratulations on your first post :)
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
December 20, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
December 20, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
December 20, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
Created
January 07, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Multiple carets and selections prototype
0 votes
«
First
‹
Previous
Next
›
Last
»