Hi,
I’m exploring EmEditor for almost two days and it’s indeed complex program while fast and low on resources. I was using Scintilla based editors before (SciTE, NP++, …) and some issues led me to think twice (especially poor performance for medium to large files)
Right now I can’t figure how to execute script while being able to set script arguments. For example, I made External Tool configuration for executing Python scripts, and it works as expected, only that I don’t see a way to pass arguments to to External Tool configuration
I want to execute:
python.exe my_script.py [optional arguments]
and to able to set those optional arguments from within editor, if there is need to
TIA