Sublime Forum

Sublime Text and Ubuntu workspaces

#1

Hello. I am successfully using Sublime Text 2 on Ubuntu 12.04 with Unity as the window manager. I have the following difficulty: when using multiple spaces (or workspaces as called in Ubuntu) with several windows of the same sublime text instance opened on the several spaces, opening a document in a given space leads to a an open tab in another space.

To explain it better:

  • I have two windows of sublime text open in space 1 and 2
  • I open a text document in space 2;
  • the document is silently opened in space 1.

Is there any way to bind Sublime Text to the currently active workspace?

Thanks

1 Like

#2

I use multiple workspaces in 12.10 all the time and I am able to open new windows from the command line of an xterm. I use a shell script but it does nothing more than:

for i in $*
do
/opt/sublime_text/sublime_text -n ${i}
done

0 Likes

#3

Hey franciturci, did you ever resolve this?

0 Likes

#4

Good afternoon, a question not on a subject, tell and at you in Sublime scripts written on Python or Ruby are executed, when clicking ctrl + b. The result is displayed in the lower panel?

0 Likes