Posts: 419
Threads: 101
Joined: May 2014
El traductor de ****** tiene la respuesta.
Posts: 824
Threads: 80
Joined: Oct 2013
Reputation:
0
****** traductor es orrible sin h.
Posts: 2,041
Threads: 97
Joined: Jun 2013
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
Posts: 824
Threads: 80
Joined: Oct 2013
Reputation:
0
22.08.2014, 22:17
(
Последний раз редактировалось Unrea1; 22.08.2014 в 23:14.
)
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.
Posts: 30
Threads: 1
Joined: Aug 2014
Reputation:
0
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.
Posts: 213
Threads: 44
Joined: May 2010
Reputation:
0
Oye, te recomiendo brackets, es mas lindo :3