Sublime Text - Filezilla - Open files in new tabs - Windows 8 - tabs

Whenever I click "View/Edit" in Filezilla, the file opens in a new window at Sublime Text. How do I set the files to open as new tabs at the same window?
I tried: "open_files_in_new_window": false, but it doesn't work. I guess it is for MAC only but not Windows?
I am running Windows 8 64bit, Sublime Text 2.0.2, and FileZilla 3.9.0.6

In this case it's connected with ST 3 but you can give it a try or use version 3.
Answer by tsunami141 from http://www.sublimetext.com/forum/viewtopic.php?f=3&p=64638
I was able to find a solution to this. If anyone else is looking for
the answer at all, it was a problem with my filezilla filetype
associations. I was unable to get .html files to open in sublime text
so i had to edit the filezilla filetype associations settings to:
html "C:\Program Files\Sublime Text 3\sublime_text.exe" - open
I fixed the problem by removing the " - open" from the end of that
text, now all files open in tabs in the same window. Hope this helps
someone!

Related

VS code. build in terminal command 'open file.html' opens file in browser instead of vs code redactor

how to setup vs code so it opens files in its own redactor? It worked fine but somehow it broke down and now it opens html files in browser by default.
After terminal command 'open fileName' file opens in vs code redactor window.
Hi I'm here trying to help you. if i'm not mistaken, i'm guessing that you are using MacOS right?
Since i'm using Windows 11, i dont know anything about MacOS, but usually i open VScode via terminal (Command Prompt / CMD) then i go to a folder path and use command code . in there.
So the VScode open and i can see my .html file and other files in that folder in the VScode.
And also i believe that in MacOS it is also possible to set by default what app is used to open certain files such as .html file. In the Windows 11, i can changed it by using the "open file with" feature as shown in this link image. I can choose the VScode option, so it open VScode by default when i click the .html file and not open browser.
I also have some references that might help you:
https://youtu.be/YxJXIPebqMI
https://youtu.be/xLY6fqT2fIU
Sorry for my bad English, this is all I can give. I hope this can help you

In Nitrous.io, how do you open a file in the IDE from the console?

The Nitrous.io IDE appears to have 4 parts. There's a file browser, a text editor, a console/terminal, and a chat window. It appears that the only way to open a file in the text editor is from the file browser. This only allows me to open files within my home directory. Is there any way to open files in the text editor from the console?
Shift-Ctrl P is available to Go to File... which seems similar to sublime functionality.
You cannot open a file from the shell into the web interface because the web interface is not linked to the shell. The shell is a SSH terminal, which means you can alternately terminal editors such as vi, vim, nano, or emacs.
You can use vim or emacs in the console to edit code. You can maximize the console to take up the entire window, which is a nice coding experience.
http://help.nitrous.io/ide-fullscreen/
You should be able to access any file on your box from the file browser; note that there is also a button at the bottom of the file browser to enable you to show hidden files.
If you're on a Mac, you can also check out our Mac application that will allow you to use your favorite Mac OS X text editor. It also provides shortcuts to manage your boxes on Nitrous.IO:
https://www.nitrous.io/mac

Sublime text version of Notepad++ 's "open current dir cmd"

I installed Sublime text 2 on my windows system . I'm trying to create a shortcut that would open the command line on the current file directory like i can using notepad++ . Also , on a similar note , how do i use/create shortcuts for "Open containing folder" in a way notepad++ allows me.
I think what you're looking for is the Terminal plugin by wbond, the author of Package Control. You can right-click and select Open Terminal Here... or use the CtrlShiftT keybinding to open a terminal at any file's directory, or use CtrlAltShiftT to open it at the directory containing the current project file.

sublhandler.app - opens, but doesn't open sublime text

I've installed subl handler, and I'm trying to test it with the recommended:
open 'subl://open/?url=file:///etc/hosts'
Running this in terminal opens the SublHandler.app itself, but then does nothing - it doesn't open sublime text, let alone the file specified.
In SublHandler prefs, I have the "path to subl" set to /usr/local/bin/subl. If I run /usr/local/bin/subl in my terminal, it opens sublime text.
Any ideas as to why SublHandler isn't working?
Looks like the latest binary from asuth is not working correctly on Maverics. Try my fork here https://github.com/grych/subl-handler - it is working on 10.9.1.

Package Control - plugin to run file in browser

I am looking plugin to run .html file in browser and also open folder in windows explorer.
The reason is simply. I always start work in the same way: run Sublime Text 2, click 16 times with mouse on folder to open folder with project and run index.html or other. I also need open folder because i copy there from time to time some graphics or other files.
Navigating to files
You can save your workspace as a project in Sublime Text so you don't have to re-navigate to the same files every time.
Open the files you need and lay them out however you like
Go to Project > Save Project As and save the project file somewhere convenient
Open the project file to resume work on those files
As a side note, I highly recommend the SyncedSidebar plugin to automatically expand the sidebar to reveal the files you have open.
You should also be able to right click in the file you're editing and "Reveal in Windows Explorer" (I use a Mac so I can only verify "Reveal in Finder").
Opening in a browser
You can set up a build path for this, or use a plugin like View in Browser.