Sublime Forum

Elastic column view

#1

I would like to suggest that the active column gets a little bigger.

2 column example no focus:
[50%] [50%]

now I focus one of my columns and the focused gets wider:

[70% | ] [30%]

now I focus on the other file/column

[30%] [70% | ]

what do you guys think about that? :smiley:

0 Likes

#2

Wow, is what i was thinking few days ago when i started to use multiple columns (i’m working on 2 projects now and is kind of handy).

So… +1 for that! Totally!

0 Likes

#3

@Sublimator: there is a way of doing that on group focus (let’s say mouse click) ? Or at least a toggling method?

0 Likes

#4

Grr, i tried to make a macro file with these commands:

	{
		"command": "focus_group", "args": {"group": 0}
	},
	{
		"command": "set_layout",
		"args":
			{ "cols": [0.0, 0.1, 2.0], "rows": [0.0, 1.0], "cells": [0, 0, 1, 1], [1, 0, 2, 1]] }
	}
][/code]
And all I get is:

[code]Unknown macro command focus_group
Unknown macro command set_layout

So… we can only wait. Or bind 2 keys. I think it’s a good idea to buy a 200+ keys keyboard! :mrgreen:

0 Likes

#5

WOW! Man, that’s impressive!
Cant wait for the public version :smiley:

0 Likes