Kurt Kalinski

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Created Adding an icon to a form dialog
AnsweredI 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 ... -
Created Best way to launch npm from plugin
AnsweredI 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... -
Edited Locate the folder including a file
AnsweredI 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 ... -
Created 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...