Hello, my name is Ofir Shemesh, caver from Israel. making my first steps in Therion.
I'm trying to use Sublime Text <https://www.sublimetext.com/> to edit and *build *therion. wrote a simple custom builder according those instructions <https://www.sublimetext.com/docs/build_systems.html> looks like this: { "file_patterns": ["*thconfig*"], "cmd": ["C:/Users/admin/AppData/Local/Programs/Therion/therion.exe", "$file_name"], "working_dir": "$file_path" } It works! when i open thconfig and build it (tools - build) therion is running and works as expected, and i see therion output in sublime output window but... when i have an error, for some reason i don't see this error in sublime when i run from cmd I do see the error, but from inside sublime the error is not there see below an example, notice the missing error. any ideas why? and how to solve this problem? Thanks, Ofir Shemesh cmd: configuration file: thconfig.1 reading ... C:/Users/admin/AppData/Local/Programs/Therion/therion.exe: error -- thconfig.1 [7] -- unknown configuration command -- expojhvfgrt Press ENTER to exit! sublime output: configuration file: thconfig.1 reading ...Press ENTER to exit!
_______________________________________________ Therion mailing list [email protected] https://mailman.speleo.sk/listinfo/therion
