3,453 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
54
views
How do I hide this additional bar when building in Sublime Text?
When I build a program in Sublime Text 3, I get the build results, which is fine and expected. I keep also getting an additional text field at the bottom of said build results:
It's where the cursor ...
0
votes
0
answers
64
views
Sublime chain command and Repl
I update to Sublime 4 and I am getting problems with an older chain command keymaps.
I am triying to close a Sublime Repl session with a simple chain command, my old shortcut work fine with Sublime 3 ...
0
votes
0
answers
13
views
In Corona Simulator inside Sublime Editor getting error while running lua project : module 'plugin_toast' not found
I am pretty new to Lua scripts for mobile application, and I am trying to run a project which requires Corona simulator, and while running that, I am facing an error like:
D:\a\corona\corona\platform\...
0
votes
0
answers
38
views
Enforce UTF-8 in Build Result of Sublime Text
When I run a standalone Javascript using nodejs in the Sublime Text Editor:
console.log("Hellø World!");
The output is displayed in the Build Result pane:
Hellà ̧ World!
[Finished in 54ms]
...
0
votes
0
answers
56
views
How to overwrite popup colors with variables and opacity via the color scheme?
1. Summary
I can’t find how I can overwrite via my color scheme colors in Sublime Text popups, if colors has variables and the color-mod function.
2. MCVE
For example, I have the file KiraExample....
0
votes
2
answers
78
views
Find every instance of "Average (variable dollar value) $" and remove everything but the dollar valuebefore and after it
I have a 1000 records where each record looks like the below sample. I need to only keep the first dollar value listed after the word average.
Sample Record:
1 1 Antique Railroad Luggage Wagon - ...
0
votes
1
answer
53
views
How to key bind a snippet in Sublime Text?
I had some trouble figuring out how to add a Key Binding to my new Snippet in Sublime.
This answer may save some people some time...
0
votes
0
answers
23
views
How to disable anaconda linting in markdown's python code block
When writing python code blocks in a markdown file, the anaconda linting shows up for the whole document. Which results in a lot of white rectangles around markdown text.
Is anyone aware of a way to ...
0
votes
0
answers
57
views
Sublime Text cannot find Python but I installed it in path
On latest version of Sublime, using Windows 7.
This is what it's saying:
[WinError 2] The system cannot find the file specified
[cmd: ['py', '-u', 'C:\\Users\\Admin\\Desktop\\STR2LEET.py']]
[dir: C:\...
0
votes
1
answer
52
views
Sublime Text 3/4: copy/paste all text excluding comments
I use Sublime Text (Build 4189) writing code and JSON for Microsoft Power Automate.
The work is imported to Power Automate by copy/pasting it. It must be free of any comments. However, it is too ...
0
votes
0
answers
72
views
How can I add a border between the title bar and text area?
How can I add a border between the title bar and the text area?
I figured how to do it between the sidebar and text area, but I can’t figure this one out.
So for my sidebar, I used something like ...
1
vote
1
answer
384
views
SublimeText How do I make the custom syntax do some basic things?
I'm trying to create my own syntax definition for plaintext files.
I'm probably doing this in a very hacky way, but it seems to work ok. How do I find more "colours" like:
keyword.control.c
...
1
vote
0
answers
52
views
Sublime Text: Python module missing after update
I recently installed pandas through Anaconda and have been using it fine. I just updated my Sublime Text through the automatic update, and now Sublime Text cannot find my pandas.
I tried uninstalling ...
3
votes
1
answer
151
views
Sublime Text after build 4186 unable to insert tab
After Sublime Text updated to build 4186 there is a problem - unable to insert tabulation by pressing Tab.
It started to work really weird for me:
if cursor on start line Tab is working
if cursor ...
1
vote
0
answers
80
views
The Sublime Text package "rainbow_csv" has the wrong color palette
I've installed the Sublime Text Package "rainbow_csv", but the colors are all wrong.
It's not "rainbow" at all - just muddy colors, with a grey that blends into the background like ...