I want to split the current editor view in 2 (like the Columns: 2 layout) and open one file in each side.
Any ideas how to achieve this in a Plugin?
self.window.run_command('set_layout',
{ "cols": [0.0, 0.5, 1.0], "rows": [0.0, 1.0], "cells": [[0,0,1,1],[1,0,2,1]] })
self.window.focus_group(1)
Users browsing this forum: No registered users and 4 guests