Matěj Bagar
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 5
-
-
-
Matěj Bagar 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答How 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...