Brackets: Workspace Manager Vertical Panel Support

Created on 6 Feb 2016  路  4Comments  路  Source: adobe/brackets

Hi Brackets Developers!

Currently, from what I understand, there is no support for Vertical Panels in the Workspace Manager.

Many extensions suffer from not being able to take advantage of Vertical Panels. (Like gruehle's markdown preview extension.)

Is there any suggestions you might have to accommodate for that or are we stuck with Horizontal Panels in the Workspace Manager for the time being?

Most helpful comment

+1. This would be really great - many people in the MarkdownPreview extension loved to see that happen.

All 4 comments

+1. This would be really great - many people in the MarkdownPreview extension loved to see that happen.

Yeah - I really can't think of a way to do this with native brackets constructs. I might be possible to do as an extension, but that requires messing with the DOM which might be error prone. Have you entertained the idea of making a PR for this? :)

It's a pain for many extensions, just take the Git extension. It's just space the developer lacks above as the Git panel grows vertically with its file list.

Hey @MiguelCastillo,

I have thought about it (that is, making a PR). Sadly, I don't have time at the moment, and I won't for another year or so.

(I just end up running two Brackets instances to deal with this in the meantime. It's annoying, but for projects I rely on brackets for, it works.)

(I wouldn't make an extension to do this either. That's just more overhead and rather sloppy. This means other extensions would then depend on this extension, etc and etc. That's not good for anyone - even if it works for the time-being. A PR would be the way to go.)

Was this page helpful?
0 / 5 - 0 ratings