Pckeycalculator
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Create a key-value editing dialog UI
AnsweredWhat UI components can be used to create a UI for a dialog, consistent with the general intellij UI, which is meant to let the user edit key-value data? Something like a table with 2 columns (keys ... -
Created Intellij custom language plugin reference from Java code
AnsweredI need to create a `Reference` (https://plugins.jetbrains.com/docs/intellij/references-and-resolve.html) to my custom language elements from Java code. This is needed for rename refactoring support...