Questions tagged as 'sublime-text-2'

1
answer

Generate executables with names other than "a.exe" by Sublime Text

I am using Sublime Text to write the codes and leave them in the workspace Every time I save a .c file, it generates an executable for Windows. When I save more than one .c code on the desktop and compile, it takes the pl...
asked by 05.03.2016 / 04:48
1
answer

Sublime, override / replace codes

Hello, I want to replace all the characters that have the color # a10f2b in Sublime Text 2. I know it's possible, but I could not find the answer. I want to replace all CSS theme colors.     
asked by 14.07.2015 / 18:23
1
answer

How to compile and run C program using Sublime Text in Ubuntu 12.04?

Is it possible to configure Sublime Text 2 so that it compiles a code in C and then execute and show the result in the terminal?     
asked by 21.03.2015 / 06:55
1
answer

Sublime opens file with EUC-JP coding

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 Hearts to Hearts What can it be? I have the ConvertToUTF8 plugin, it con...
asked by 29.03.2014 / 15:51
1
answer

Using Sublime Text with Eclipse

I'm in a new project that uses the Java WEB + Spring in the backend and I just do the front end. I need to keep Eclipse open to run the server. However, I use Sublime Text 2 in html editing because I find it very agile with emmet extensio...
asked by 04.10.2017 / 21:47
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
2
answers

How to write in the sublime text?

I downloaded the sublime text, and set it to program in c, but scanf does not work, it shows the value of the variable, I can not type. #include <stdio.h> void main() { int x; scanf("%d", &x); printf("%d", x); } I can no...
asked by 05.12.2015 / 22:36
1
answer

sublime plugins

I'm having a problem with sublime, I installed the plugin reindent_on_save , but I'm having a problem when I get one code not so well indented. I tried to take this plugin directly into the folder but it comes back every time I close and open t...
asked by 28.05.2015 / 15:40
0
answers

Get last name from sublime snippets variable

Galera, What is the parameter that has to create a snippet in the sublime, to get the name of the last variable in the script? Example: $cha = 'erva doce'; dbg <<<<---- Quando eu der tab nisso, queria: echo '<pre>'; print_...
asked by 02.12.2014 / 01:02
2
answers

search text in all files in a directory

There is a way to search for a particular text in all files in a repertoire using editors such as: dreamweaver sublime-text-2 or notepad ++ ?     
asked by 13.02.2017 / 15:54