AskMeAgain

- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 7
-
-
AskMeAgain created a post, AnsweredChange font weight of the first specific letters?
Hi, is it possible to change the font weight of specific parts of my document? I think of something like this: ChangeFontWeight.apply(document, TextRange.of(100,110), Weight.Bold); Also impor... -
AskMeAgain created a post, AnsweredHow to insert new YAML key/blocks?
Hi, i have a YAML file, which i want to change in 2 ways: 1. I want to change the value of the node, but i honestly have no idea how. I tried to instantatiate the YAMLValue, but i just dont get i... -
-
-
AskMeAgain created a post, AnsweredChanging AnActionEvent origin?
Hi, i have created a tool window with a button. When this button is pressed, then another action is executed (dynamically chosen). This action is in 99% of the time a refactoring action. The proble... -
-
-
AskMeAgain created a post, AnsweredHow to register a typedHandler dynamically?
Hi, i want to record inputs of the user, I can currently record actions, but i want to record keypresses too. The keypresses itself should still react normally. i want basically to do this: https:/... -