Most voted "sublime-text-2" questions
Sublime Text is a cross-platform text and source code editor, written in C++ language and with a Python API. Initially, the program was intended to be an extension of Vim.
Learn more…34 questions
Sort by count of
-
9
votes4
answers11030
viewsEdit directly via FTP with Sublime Text
I want to work via FTP with Sublime Text 2. I don’t just want to connect via FTP and transfer files, but rather, edit the file, and when saving it, it sends directly to the server, via FTP. So, as…
-
6
votes1
answer12372
viewsHow to compile C file using Sublime Text on Windows 8.1 64 bit?
I installed the Sublime Text in Windows 8.1 64 bit. How to compile a *.c file through Sublime on Windows? Is it necessary to install a compiler and/or another program to alert code errors and create…
-
6
votes3
answers22761
viewsCompile C in Sublime Text
I’m using Windows, and need to know how to compile programs written in C in this editor. No ubuntu is easier, but in Windows 8.1 I don’t know how to do it. I’m using Sublime Text 2, because he’s my…
-
6
votes1
answer332
viewsHow do I make the sublime text mark a word as keyword?
I like to use sublime text to develop some things in php. But there’s one thing that hasn’t been implemented yet. When I create a trait, the sublime text not "color" the keyword trait as expected.…
-
5
votes1
answer2843
viewsSublime problem to run python code
In giving CRTL+B in sublime 2, to run my code in python, appears this error message, someone knows what is? Decode error - output not utf-8] [cmd: [u'python', u'-u',…
python python-3.x sublime-text sublime-text-2 sublimereplasked 10 years, 5 months ago Leonardo Villela 53 -
4
votes1
answer5195
viewsSublime Text 2 - Encoding UTF-8 does not work
I’m having trouble editing the code, I can’t modify Encoding to UTF-8 according to what’s in my code right below. I select the option in Sublime "File> Reopen with Encoding > UTF-8" but it…
-
4
votes1
answer877
viewsInput in Sublime Text
I am using Sublime Text to study python, but it does not support input. When running the following code with the sublime build: velocidade = int(input("Digite a velocidade: ")) I get the following…
-
4
votes1
answer4059
viewsHow to run the current line in Sublime Text 2? Or, IDE that allows running the current line in Python
In the rstudio (IDE to r) it is possible to run the current line instead of the entire file using ctrl (or cmd) + enter. This is very useful for when you want to test just one piece of code separate…
-
4
votes3
answers1363
views"Decode error - output not utf-8" in Sublime Text
I’ve looked at several websites, several questions (including in stackoverflow itself) I did a lot of research and I couldn’t get this error out of Sublime Text 2 yet: [Decode error - output not…
-
4
votes1
answer319
viewsPHP Sublime text 3 plugin
Does anyone know the name of the PHP plugin that shows a description of the php function in my IDE when I put the cursor over it? By EX: function: str_replace(); By placing the mouse on it appears a…
-
3
votes2
answers186
viewsMake a group of lines remain compressed when opening and closing Sublime
I have a small problem in Sublime Text 2, it has an option on the left side in which I can compress an entire DIV in just 2 lines Making it easier when you have many lines, the problem that when I…
sublime-text-2asked 10 years, 9 months ago Jean Bragantin 53 -
3
votes2
answers14161
viewsWhat is the shortcut for code execution in Sublime Text?
How do I make the shortcut Ctrl(Cmd)+B in Sublime Text, run Python codes on the same screen as the code?
-
3
votes3
answers3281
viewsSublime Text 2 - python error message /usr/bin/python: can’t find '__main__' module in ''
Using the cmd+B (Tools -> Build) in Sublime Text 2, the following error message appears: /usr/bin/python: can't find '__main__' module in '' How to solve this?…
-
3
votes1
answer58
viewsAutocomplete via java doc in sublime
I don’t know if I can express myself properly, but come on. In Java, when commenting on the code, we use the default /** * @author Nome do Autor; * @method Nome do Método; */ From this, in an IDE…
-
3
votes2
answers1709
viewsSaving File in Sublime Text 3 in ISO-8859-1
When I try to save a file by changing the encoding for Western(ISO 8859-1), appears the following error message: someone knows the reason ??…
-
3
votes1
answer1567
viewsHorizontal scroll bar in the sublime text3, how to activate?
I use Sublime text 3 in my cakephp projects. By default the html files in cake have the extension . ctp and when I need to tinker with a file. ctp where I have a very large line of code it gives a…
-
2
votes1
answer492
viewsError with Package Control Sublimetext 2
I have the following problem: I installed the Package Control plugin in Sublimetext Editor 2 to be able to install the other plugins via shortcut in the sublime itself, but every time I start the…
-
2
votes1
answer449
viewsBuild of Sublime Text 2 gives different result than ipython on the command line
I’m trying to migrate to Sublime Text 2 and do everything without leaving the program. Before I ran a script with the following line: from scipy.stats import beta, bernoulli, gaussian_kde In the…
-
2
votes1
answer244
viewsSublime Text Plugin - Automatically post files to another folder
Does anyone know any plugin for Sublime Text 2 that somehow publish the modified files in a given folder? Another app that has this feature is Dreamweaver.
sublime-text-2asked 10 years, 7 months ago Iago Leão 1,038 -
2
votes1
answer244
viewsGenerate executables with names other than "a. exe" by Sublime Text
I am using the Sublime Text to write the codes and leave them on the desktop Every time I save a file .c, it generates an executable for Windows. When saving more than one code .c on the desktop and…
-
1
votes1
answer1406
viewsSublime opens file with EUC-JP encoding
When saving files with special characters in Sublime, with UTF-8. Ex: Reading Tip: From Heart to Heart It reopens with EUC-JP encoding: Reading Tip: From Cora 巽 達 o to Cora 巽 達 o What can it be? I…
-
1
votes1
answer532
viewsSublime Text 2 update right on site
Does anyone know of a way, when I save the file in Sublime Text 2, it update there on the site? It’s not localhost, so I’m always having to upload the file to the server..
sublime-text-2asked 9 years, 9 months ago Ale 2,461 -
1
votes1
answer2508
viewsHow to compile and run C program using Sublime Text on Ubuntu 12.04?
You can configure Sublime Text 2 so that it will embed a C code and then run and show the result in the terminal?
-
1
votes1
answer30
viewssublime plugins
Guys I’m having a boring problem in sublime, I installed the plugin reindent_on_save but I’m having a problem when I catch a not so well-thought out Cód. I tried to take this plugin directly in the…
sublime-text-2asked 9 years, 5 months ago Thiago Humble 93 -
1
votes2
answers4724
viewssearch text in all files of a library
There is a way to search for a certain text in all files in a repertoire using editors such as : Dreamweaver sublime-text-2 or Notepad++ ?
-
1
votes1
answer282
viewsUse Sublime Text with Eclipse
I’m in a new project that uses the Java WEB + Spring in the backend and I do only front-end. I need to keep Eclipse open to run the server. However, I use the Sublime Text 2 in html editing because…
-
0
votes1
answer462
viewsHow to set up Sublimerepl for Anaconda (Python)?
I installed Sublimerepl for execute the line or selection directly from Sublime Text 2. Meanwhile, in the same way as in this previous problem, Sublimerepl is not using Anaconda but another version…
python sublime-text-2 ipython anaconda sublimereplasked 10 years, 8 months ago Carlos Cinelli 16,826 -
0
votes1
answer101
viewsGlobal variables no longer appear in Xdebug Client of Sublime Text 2
I have a problem with the Xdebug Client plugin. Until a couple of weeks ago it was perfect but now the Xdebug Context tab is no longer showing the global variables and all the variables that were…
sublime-text-2asked 10 years, 6 months ago Adriano 1 -
0
votes1
answer2177
viewsSublime, override/replace codes
Hello, I’m looking to replace all the characters that have the color #a10f2b in Sublime Text 2. I know it’s possible, but I couldn’t find the answer. I want to replace all colors of the CSS theme.…
sublime-text-2asked 9 years, 4 months ago Felipe Jorge 1,479 -
0
votes2
answers317
viewsHow to write in sublime text?
I downloaded the sublime text, and set it to program in c, but the scanf doesn’t work, it shows the variable value, I can’t type. #include <stdio.h> void main() { int x; scanf("%d", &x);…
-
0
votes1
answer446
viewsShow/Hide meta characters
How I would do to with one click change the display of meta characters in the sublime?
sublime-text-2asked 8 years, 8 months ago Guilherme Lautert 15,097 -
0
votes1
answer5229
viewsAdd end point of each row
I wanted to know if you have any command in the sublime or some other editor, which will insert some predetermined character. 'Cause I have an html code that I need to add to String, like this: body…
sublime-text-2asked 8 years, 7 months ago Bruno 295 -
-1
votes3
answers1906
viewsSublime Text File Browser just disappeared
The list of Sublime Text files just disappeared. I can’t get it back up. I’ve downloaded version 2, I’ve tried version 3 Beta. I can’t make it appear again. What could have happened? Someone had a…
sublime-text-2asked 10 years, 9 months ago morphinduction 473 -
-4
votes1
answer283
viewsSublime text with Exit code 1. How to resolve
I’m with this ERROR when trying to compile any code in C in my PC: [Decode error - output not utf-8] [Finished in 0.2s with exit code 1] I installed the MinGW and the modules gcc(C++ e C), but still…