Add Console2 config option
Eclipse plugin that opens system console, file browser for selection
Brought to you by:
anb0s,
marcelschoen
Thanks for reporting, i will add it for next release.
Added for v1.4.0
I've found the description here:
http://sourceforge.net/projects/console/forums/forum/143117/topic/4749505?message=10718374
But Run command does not work if file has spaces.
Escape characters \" should be used in this case:
Run: console.exe -w "{4}" -d "{1}" -r "/k \"{3}\""
More described here:
http://www.robvanderwoude.com/escapechars.php
done