Secret Service

- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Created Intellij plugin development, project as a maven module?
I am trying to create a maven project out of a couple of plugins, but the problem is that the SDK is a directory resource. Is there some way where you can declare in the pom a jar or directory res... -
Created Intellij plugin development, how to prevent an action from occuring, like closing a tab
Is this possible? I need to subscribe to the event somehow of closing a tab and possibly return false or similar, i am guessing. I have no idea how though. This to prevent the closing of a tab. Wh...