mirror of
https://github.com/textmate/textmate.git
synced 2026-01-14 17:28:05 -05:00
Some commands clearly should not share output window frame, OTOH it might be tedious having to position every new command used (if the default position is undesired). We should probably re-use last command’s frame if there isn’t already a frame stored for the command (that’s what TextMate 1.x did). It might also be possible to group commands via its semantic class, so all run commands use the same window frame, though currently semantic classes have unique (language) suffixes.