Kurt Kalinski

- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
创建于 Adding 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 ... -
创建于 Best 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... -
已编辑于 Locate 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 ... -
创建于 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...