Hi Jon,
I've tried without success.
My build command is not set to this one :
- Code: Select all
buildCommand exec ' *File "(...*?)", line ([0-9]*)' usr/bin/python'"$File"'
(What's the 'line ([0-9]*' ? I suspect in the future I could choose some part of code to run, that's it ? )
Here's the message Sublime send me :
- Code: Select all
running command /usr/bin/python'"Z:\home\kib\Bureau\Programmation\Python\RecupBases\recup.py"'
Spawn: trying c:\windows\system32\cmd.exe /A /S /C "/usr/bin/python'"Z:\home\kib\Bureau\Programmation\Python\RecupBases\recup.py"'"
A few questions now:
- How can I set the console output by default ? I haven't seen any option in configuration files for it.
- Can snippets be nested inside each other ?
- Does code folding is on your todo list ?
Thanks again.