Settig crash detect compile with Sublime text 2
#1

I have problem, when i compile with Sublime Text 2 my crash detect doesnt work like compiling with pawn parameters -r -d3.

Here are commands for my sublime

Код:
{
 "cmd": ["pawncc.exe", "-i includes", "$file", "-;+"],
 "path": "D:\\Wiruspwns\\GlobalGaming\\GG\\pawno\\pawno",
	"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"
		}
	]
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)