Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
12 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 ...
18 votes
5 answers
11k views

How to disable only some Windows 10 global shortuts to use them in third-party applications?

1. Briefly I want to disable only some Windows 10 default global hotkeys, to use this hotkeys for run Sublime Text commands. 2. Detail I have Windows 32-bit 10.0.14393. In Windows 10 we have many ...
9 votes
4 answers
4k views

Force Sublime Text to open on current virtual desktop in Windows 10

I often have several virtual desktops open in Windows 10 with various programs in each one. I often want to open in my current virtual desktop a new instance of a program that already has a window ...
1 vote
1 answer
417 views

Tie sublime text with the pdf viewer

I'm using Sublime Text 3 for LaTeX, and it works great. My only concern is that it uses an external PDF viewer (SumatraPDF), so I have 2 windows to work with. If these were the only windows I needed, ...
4 votes
1 answer
2k views

My folder turned into a 'USB***' file

A folder (not the disk itself) containing misc. things in my flash drive turned into a single USBC[]ÇNY file when I was running the Sublime Text app. It has no modified-date, nothing, looks like ...
2 votes
1 answer
998 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 ...
1 vote
1 answer
3k views

Ubuntu on Windows GUI interface sizing issues with text editors

I've installed Ubuntu 20.04 LTS on my Windows 10 machine using WSL2. I have also installed VcXsrv to use XLaunch to enable GUI environments to open. I updated the high DPI settings found here: Blurry ...
2 votes
0 answers
783 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 ...
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 ...
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 ...
0 votes
1 answer
1k views

Windows 10: Unable to use "Open with" on txt, jpg or png extensions. Opens only in default app

Intro In December 2018, I got myself a new ASUS N550JV laptop and I did a standard installation of Windows 10 Education 64-bit on the first day. Everything works quite nicely, but there's one ...
0 votes
1 answer
2k views

How to change the property "default_encoding" of Sublime Text(Version 3.1.1, Build 3176) from "UTF-8" to "ISO-8859-1"?

I'm a PHP Developer by profession. I'm using Windows 10 Home Single Language 64-bit Operating System on my laptop. I've installed Sublime Text(Version 3.1.1, Build 3176) on my machine. I checked ...
1 vote
1 answer
600 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 ...
10 votes
1 answer
6k views

How to turn windows 10 menu bar black

Is there any way to turn sublime(or system level) menu bar to black.
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. ...
1 vote
1 answer
666 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 &...
1 vote
1 answer
72 views

Sublime text 3 asks me to choose a default language whenever I open it

Sublime text 3 asks me to choose a default language whenever I open it. I have the latest version, installed on windows 10. Each time I open sublime I see this Even if I pick english or whatever, the ...
0 votes
1 answer
390 views

How to highlight multiple blank lines in Sublime Text 3?

I use the latest build of Sublime Text 3 daily. Let's say that I've a lot of files with blank lines in them. Message 1 Message 2 Message 3 And it goes on.. How can I quickly highlight them all? ...
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 ...