Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Soywiz
Total activity
8
Last activity
March 08, 2020 09:44
Member since
October 22, 2016 08:00
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
April 27, 2017 20:08
I see. But as far as I remember debug JPS was harder than a normal plugin. That's why I wanted to start first with this. Now I have already implemented it. But I don't know how to get the "build/re...
Community
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 votes
Created
April 27, 2017 17:55
It seemed that for META-INF you had to create a jps plugin. And I wanted to avoid that. So here is my initial dummy implementation that I will fill later: https://github.com/soywiz/korge/commit/38a...
Community
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 votes
Created
April 27, 2017 16:00
Ok. Thanks for the info! Since it is not documented. I'm going to put here my progress so other people can benefit. After some tries with extension I found this: <extension> <stepsBeforeRunProvider...
Community
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 votes
Created
April 27, 2017 14:40
Hey, thanks for the reply! I have tested, and the hook works. But it seems that the callback is handled in another thread. Because i put a Thread.sleep(5000) inside processStarted handler, and the ...
Community
IntelliJ IDEA Open API and Plugin Development
Generating resources before run/debur or after file changes?
0 votes
Created
October 22, 2016 08:00
New geforce experience registered some shortcuts including ALT+F7, I found it using ( HotKeysList http://www.nirsoft.net/utils/hot_keys_list.html ) and after some investigation I found that it is r...
Community
IntelliJ IDEA Users
Find usages not working (Alt+F7)!
18 votes