Skip to main content

All Questions

9 questions with no upvoted or accepted answers
2 votes
1 answer
992 views

How to create new build system on sublime text 4

I used sublime text 3. I created a new build system for C++ to take input from the command line. Recently I installed windows 10. So I have to install sublime text again. Now the version of the ...
Satyajit Roy's user avatar
2 votes
0 answers
782 views

How to fully uninstall Kite? (windows 10)

I had installed Kite on the completion of anacondas installation (on Windows 10). Then I noticed that Spyder was badly (and I mean badly) lagging. I suspected it was because of Kite because Spyder had ...
rahul-ahuja's user avatar
1 vote
1 answer
597 views

Can't make certain file associations

I've been trying to associate .php files with Sublime Text 3 for the past few days, in Windows 10. I right click on the file, go to Properties, and under the General tab, I try to change the program ...
Athena's user avatar
  • 111
1 vote
1 answer
665 views

Open file with subl on Windows 10 Bash

I just installed Bash On Ubuntu for Windows 10 and been trying to open files with an alias. The alias I created is like this: alias subl='"/mnt/c/Program\ Files/Sublime\ Text\ 3/sublime_text.exe" $1 &...
Dileet's user avatar
  • 111
0 votes
1 answer
10 views

Can't find Sublime Text folder and format for special Preferences file e.g., for font change

Having a lovely time trying to find the "platform-specific" settings file referred to in Preferences.sublime-settings, so I can change the font: // Note that the font_face and font_size are ...
Pete Zelchenko's user avatar
0 votes
1 answer
62 views

why are some of my path not added?

I want to run sublime and latex from USB Drive. This is the tutorial. It does not work correctly because the path are not added succesfully. This is my batch file to add the path. del restorePath.txt ...
Codelearner777's user avatar
0 votes
0 answers
48 views

Is there a way to have subl only open a project if it's not already open?

I'm using Windows 10 with multiple desktops and I'm trying to set up an environment where I can easily manage about a dozen different sublime workspaces. My goal is to run a command that will either ...
CSturgess's user avatar
  • 101
0 votes
0 answers
94 views

subl command does not invoke the editor unless cmd.exe was ran as administrator

On my Windows 10 system, when I open a regular terminal (cmd.exe), I cannot edit files using the subl command: subl myfile.txt The command does not do anything, I did not get any error message. ...
Hai Vu's user avatar
  • 6,060
0 votes
0 answers
361 views

Python console keeps popping up in Sublime Text 3

I have configured installation of Sublime Text 3 in one of my Windows machines. Now, I used PackageSyncing to sync packages to another installation of ST3 on another Windows machine. (Both are Windows ...
Devesh Khandelwal's user avatar