Matěj Bagar

- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 5
-
Created How can I set parameters of a variable font for the code editor?
AnsweredI 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? -
Created How to set formatting in IntelliJ Idea to collapse closing brackets to one line?
AnsweredWhen 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... -
Created How can I set widths of individual tab characters with a plugin?
AnsweredI'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...