SA-MP Forums Archive
Tutorial de como instalar Sublime Text 3 ESPAСOL. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Tutorial de como instalar Sublime Text 3 ESPAСOL. (/showthread.php?tid=533138)



Tutorial de como instalar Sublime Text 3 ESPAСOL. - Unrea1 - 22.08.2014

Hola,

Quisiera instalar el Sublime Text 3 pero el tutorial estб en inglйs y no entiendo mucho, їalguien sabe como instalar correctamente paso por paso este programa?, gracias.


Respuesta: Tutorial de como instalar Sublime Text 3 ESPAСOL. - xTexTx - 22.08.2014

El traductor de ****** tiene la respuesta.


Re: Tutorial de como instalar Sublime Text 3 ESPAСOL. - Unrea1 - 22.08.2014

****** traductor es orrible sin h.


Respuesta: Re: Tutorial de como instalar Sublime Text 3 ESPAСOL. - Swedky - 22.08.2014

Quote:
Originally Posted by LatinZ
Посмотреть сообщение
****** traductor es orrible sin h.
De espaсol al inglйs es una mierda, pero de inglйs a espaсol es muy bueno se nota que intentaste es eeehhh


Re: Tutorial de como instalar Sublime Text 3 ESPAСOL. - Unrea1 - 22.08.2014

Entonces voy a probar; la ultima vez que lo usй me tocу decir " Sorry for my bad English " xD

Edit: Daah, me estб empezando a doler la cabeza con configurar el compilador, їalguien que sepa me explique en espaсol?, gracias.


Re: Tutorial de como instalar Sublime Text 3 ESPAСOL. - theLegion - 23.08.2014

Del post en ingles te lo traduzco:

Abri el programa y anda a Tools -> Build System -> New Build System...

Usa el siguiente codigo:
Codigo:

{
"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+"],
"working_dir": "${file_path}",
"file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
"variants": [
{
"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"],
"working_dir": "${file_path}",
"name": "Preprocessed output"
},
{
"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"],
"working_dir": "${file_path}",
"name": "P-code output"
}
]
}

Codigo del user Misuir. (source, github)


Necesitaras reemplazar el destino ("path" en ingles)

Guarda y cierra Sublime Text

Ahora ve a AppData/Roaming/Sublime Text 2/Packages/User NOTA::: Puede estar oculta la carpeta.

Abre el archivo .sublime-keymap basandote en tu sistema operativo

Ingresa lo siguiente (ejemplo en windows)
Code:

[
{ "keys": ["f5"], "command": "build" }
]

Cambia F5 a la tecla que quieras

Guarda y vuelve a abrir el programa

Ahora ve a Tools -> Build System

Clickea en el nombre del build que creaste

Listo! Ahora puedes compilar los scripts por la tecla que asignaste..


Si te queda alguna duda, avisame por aqui.


Re: Tutorial de como instalar Sublime Text 3 ESPAСOL. - Unrea1 - 23.08.2014

Quote:
Originally Posted by theLegion
Посмотреть сообщение
Del post en ingles te lo traduzco:

Abri el programa y anda a Tools -> Build System -> New Build System...

Usa el siguiente codigo:
Codigo:

{
"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+"],
"working_dir": "${file_path}",
"file_regex": "^([^\\.]+\\.pwn)\\((\\d+)\\)() : (.*)$",
"variants": [
{
"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-l"],
"working_dir": "${file_path}",
"name": "Preprocessed output"
},
{
"cmd": ["${project_path:${folder}}/pawno/pawncc.exe", "$file_name", "-;+", "-v2", "-d3", "-\\)+", "-a"],
"working_dir": "${file_path}",
"name": "P-code output"
}
]
}

Codigo del user Misuir. (source, github)


Necesitaras reemplazar el destino ("path" en ingles)

Guarda y cierra Sublime Text

Ahora ve a AppData/Roaming/Sublime Text 2/Packages/User NOTA::: Puede estar oculta la carpeta.

Abre el archivo .sublime-keymap basandote en tu sistema operativo

Ingresa lo siguiente (ejemplo en windows)
Code:

[
{ "keys": ["f5"], "command": "build" }
]

Cambia F5 a la tecla que quieras

Guarda y vuelve a abrir el programa

Ahora ve a Tools -> Build System

Clickea en el nombre del build que creaste

Listo! Ahora puedes compilar los scripts por la tecla que asignaste..


Si te queda alguna duda, avisame por aqui.
Eres el mesнas de Sublime Text x), gracias.


Re: Tutorial de como instalar Sublime Text 3 ESPAСOL. - theLegion - 23.08.2014

Quote:
Originally Posted by LatinZ
Посмотреть сообщение
Eres el mesнas de Sublime Text x), gracias.
Jaja gracias, nota igual que es 100% de este tutorial por Macluawn.


Saludos!


Respuesta: Tutorial de como instalar Sublime Text 3 ESPAСOL. - Nicolas_Castillo - 23.08.2014

Oye, te recomiendo brackets, es mas lindo :3