Questions tagged as 'sublime-text'

1
answer

Problem in the sublime to run code in python

Decode error - output not utf-8] [cmd: [u'python', u'-u', u'C:\Users\Rosangela\Desktop\Leo\Estudo\Exercicios_Python\teste14.py']] [dir: C:\Users\Rosangela\Desktop\Leo\Estudo\Exercicios_Python] [path: C:\Program Files (x86)\CollabNet;C:...
asked by 12.06.2014 / 04:15
0
answers

How to take autofilename autocomplete?

I would like to know how to remove autocomplete from autofilename , whenever I open the quotes it shows the directories and this is annoying.
asked by 27.02.2015 / 05:10
1
answer

Autocomplete list ulli * n in Sublime Text 3

Seeing various tutorials on the internet where they use Sublime Text 3 to edit HTML codes, type ul>li{item}*4 and then Ctrl + Space Sublime completes the code with: / p> <ul> <li>item</li> <li>item</...
asked by 01.06.2017 / 03:26
1
answer

Shortcut in the editor that allows you to open HTML in the Browser

I'm studying html and javascript , I wonder if there is any way inside the sublime that by pressing for example f12, directly from a browser. No need to save the file and click on it in the directory and ask to open as.     
asked by 24.02.2018 / 01:24
2
answers

Regex only on first occurrence

I'm using the sublime and would like to do a bulk replace. My texts are in this pattern: ABC ("Teste regex I would like to remove the space after ABC and should look like this: ABC("Teste regex What would be the regex...
asked by 04.01.2018 / 18:43
1
answer

Sublime text words with accent [closed]

I use the sublime text in Windows 10, keyboard (US) and I can not put words with accents (ex: ç, ã, (no! = no)). Does anybody help me?     
asked by 14.06.2017 / 11:21
1
answer

Delete blank lines

I have text that has a structure like this: AJUSTE_ESTOQUE AJUSTE_PRODUCAO AJUSTE_QUALIDADE AMOSTRA I've made a regex ( ^\s*$ ) to find these blank lines, how can I remove them so that each word is underneath the other? I'm...
asked by 11.04.2017 / 13:45
1
answer

What is the difference between sublime_plugin.TextCommand and sublime_plugin.WindowComand?

When we create a plugin, Sublime Text generally creates a sample using the sublime_plugin.TextCommand class. import sublime import sublime_plugin class ExampleCommand(sublime_plugin.TextCommand): def run(self, edit): self....
asked by 04.04.2017 / 02:09
0
answers

SublimeText Error

Someone has already had this error while starting Sublime Text:    Error loading syntax file "Packages / PHP / PHP.sublime-syntax": Apparent   recursion within a with_prototype action: 25000 context sanity limit   hit     
asked by 11.09.2018 / 21:35
0
answers

source code upside down

Does anyone know how to solve it? I use sublime text it got so out of nowhere.     
asked by 17.06.2018 / 05:40