Dan
- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
-
-
-
Dan created a post, AnsweredTypedHandlerDelegate 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 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... -