Matěj Bagar

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
-
Matěj Bagar commented, -
Matěj Bagar created a post, AnsweredHow can I set parameters of a variable font for the code editor?
I have a variable font with many parameters (Recursive). I'd like to set the parameters to specific values for the font used in the code editor. How can I do that? -
Matěj Bagar created a post, AnsweredHow to set formatting in IntelliJ Idea to collapse closing brackets to one line?
When there are multiple closing brackets on separate lines next to each other, I like to collapse them into a single line. An example: static boolean contains(Collection<Collection<Object>> collect... -
Matěj Bagar created a post, AnsweredHow can I set widths of individual tab characters with a plugin?
I'm trying to implement elastic tabstops for IntelliJ Idea. That requires calculating how far each tab should reach according to surrounding lines and stretching it that far. I can't find any me...