Dan

- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Dan created a post, AnsweredForcing 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 created a post, AnsweredError 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 created a post, AnsweredModule 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 created a post, Answeredloader 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 created a post, AnsweredSorting 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 created a post, AnsweredException: 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...