1
Life Advice / Re: Notepad++ and libtcod
« on: March 13, 2011, 12:37:43 pm »
In Notepad++ press F5 and type in
"C:\whatever\debug_py.bat" "$(CURRENT_DIRECTORY)" $(FILE_NAME)
Where C:\whatever is the directory your batch file is located. You can now press save and map it to a shortcut. Now when you press the shortcut with your code open it will run the batch file with that code.
"C:\whatever\debug_py.bat" "$(CURRENT_DIRECTORY)" $(FILE_NAME)
Where C:\whatever is the directory your batch file is located. You can now press save and map it to a shortcut. Now when you press the shortcut with your code open it will run the batch file with that code.