Kurt Kalinski

- 活动总数 15
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
-
Kurt Kalinski 创建了一个帖子, 已回答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 ... -
Kurt Kalinski 创建了一个帖子, 已回答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... -
Kurt Kalinski 创建了一个帖子, 已回答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 ... -
Kurt Kalinski 进行了评论, -
-
Kurt Kalinski 进行了评论, -
-
Kurt Kalinski 创建了一个帖子, 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...