Questions tagged as 'sublime-text-2'

4
answers

Edit directly via FTP with Sublime Text

I want to work via FTP with Sublime Text 2. I do not want to just connect via FTP and transfer files, but rather, edit the file, and when I save it, it sends directly to the server, via FTP. So, as it is done in Komodo. Is this possible?     
asked by 15.01.2014 / 14:08
1
answer

How to compile C file using Sublime Text in Windows 8.1 64 bit?

I installed Sublime Text in Windows 8.1 64 bit. How to compile a * .c file through Sublime in Windows? Is it necessary to install a compiler and / or another program to alert code errors and create the executable file so that I can tes...
asked by 01.02.2014 / 23:12
1
answer

How do I make the sublime text mark a word as a keyword?

I like to use the sublime text to develop some things in php. But there is one thing that has not yet been implemented. When I create a trait , sublime text does not "color" the keyword trait as expected. How can I make...
asked by 14.07.2015 / 18:51
1
answer

Problem in 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
3
answers

Compile C in Sublime Text

I'm using Windows , and I need to know how to compile programs written in C in this editor. No ubuntu is easier, but in Windows 8.1 I do not know how to do it. I am using Sublime Text 2 because it is my preferre...
asked by 03.06.2015 / 19:24
1
answer

PHP Plugin Sublime text 3

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 on it? By EX: function: str_replace(); When you put the mouse over it, a description of what it does, and what it do...
asked by 13.10.2017 / 14:23
1
answer

Sublime Text 2 - Encoding UTF-8 does not work

I'm having trouble editing code, I can not modify Encoding for UTF-8 as it's in my code just below. I select the Sublime option "File> Reopen with Encoding & UTF-8" but it does not work: I'm using : meta http-equiv="Content-Type" content="...
asked by 17.02.2014 / 02:20
1
answer

Input in the Sublime Text builder

I'm 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 error: Digite a velocidade: Trace...
asked by 07.03.2014 / 21:52
3
answers

Error "Decode error - output not utf-8" in Sublime Text

I've looked at various sites, several questions (including in stackoverflow itself) I searched a lot and could not get the Sublime Text 2 error yet:    [Decode error - output not utf-8] ; Save with Encoding -> UTF-8. My JDK is...
asked by 30.11.2014 / 01:18