Dan

- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 17
-
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... -
-
Dan 创建了一个帖子, 已回答Sorting of custom AbstractTreeNodes
Hello, I have had this problem for a while, but my custom AbstractTreeNodes are not sorted properly in Project view. If I do not override getWeight(), it uses a weight of 30, and my custom nodes ar... -
-
Dan 创建了一个帖子, 已回答Exception: Null name for PSI element class ... on CTRL+Click
I am working on a custom language plugin, and I find I am getting an exception when CMD+clicking on a string element that I resolve references in. Sometimes the string does not resolve, and when it...