Kurt Kalinski
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
-
Kurt Kalinski created a post, AnsweredAdding an icon to a form dialog
I created a Dialog and changed the text. Now I am trying to change the icon in the header of the dialog. So far I tried: public CreateDialog() { // set Title for dialog this.setTitle("Create ... -
Kurt Kalinski created a post, AnsweredBest way to launch npm from plugin
I need to run a node (npm) command from within my plugin. What is the best way to do that? It would be great if I could launch this inside the "Run" tab (Alt+4). So far I saw this, but I cannot i... -
Kurt Kalinski created a post, AnsweredLocate the folder including a file
I am writing a plugin to support a new JavaScript framework. To do so I would like to figure out if the project is using the framekwork. Structure workspace apps MyApp view ... -
Kurt Kalinski commented, -
-
Kurt Kalinski commented, -
-
Kurt Kalinski created a post, set Tab TextColor
Hi there,I am writing a plugin to color tabs and change the tab text.All works fine by using EditorTabTitleProvider and EditorTabColorProvider and IconProvider.But using darcula the font has not en...