Denis Chernyshov
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
已编辑于 How to detect that a shortcut has been changed?
Hello I want my plugin to listen to a specific action's shortcut changing. How can I do this? -
创建于 Token's highlighter does not work with long strings
Editor does not highlight tokens which contain more than 4 characters. I forked the JetBrains SimplePlugin github repository (https://github.com/JetBrains/SimplePlugin) This is my fork https://gi... -
创建于 Highlighter does not work for the first token
I wrote a small custom language with my own lexer and highlighter. I've got a token URL that is highlighted as a bold light blue text. It is highlighted well except the first line. When I write an ...