Dan

- 活动总数 49
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 18
-
-
-
Dan 创建了一个帖子, 已回答TypedHandlerDelegate not called each character
I have a problem where `TypedHandlerDelegate` is called only for the first character in a word.Reading through the other topics in this forum, one person recommended extending `TypedActionHandlerBa... -
Dan 创建了一个帖子, 已回答Forcing windows CRLF endings for custom language plugin
I have been working on a custom language plugin for a Windows game that requires all files use CRLF line endings. Yesterday I had to edit a file I have not implemented support for. I had to edit th... -
-
-
Dan 创建了一个帖子, 已回答Error annotation clears text attributes
I have been using an annotator to do semantic coloring for a while, but recently decided to update my plugins base IDE version to IDEA 2020. I was getting deprecation warnings on my annotator, so I... -
Dan 创建了一个帖子, 已回答Module Service Deprecated
I am upgrading my plugin's minimum IDEA version from 2019.1 to 2020.1, and I see that Module Service was deprecated. When reading the docs, it says to try not to use module services as it may incre... -
Dan 创建了一个帖子, 已回答loader constraint violation when using Coroutines
I am trying to use coroutines in my plugin to hopefully prevent UI freezing. I tried to use executeOnPooledThread, but it did not seem to free up the UI, and often even locked the whole IDE up on s... -