Andreas Johansson

Results 13 issues of Andreas Johansson

## Description I want to be able to use syntax highlighting in single line inputs, I solved this by adding `InputMode::SingleLineCodeEditor`. But there are more ways it could be solved,...

Closes #1665 ## Description When `Input::new().font_family("font")` is used, the font hasn't been applied yet in `Input::render`, therefore the `text_wrapper` will calculate using the wrong font. This is why it's working...

## Description The wrong action_context is set for the menu bar whenever something else is focused. Not sure how this should be solved, otherwise I would've opened a PR. ##...