We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from #60 (comment)
Ok. We should have some defaults anyway. I'd suggest to have sth like: .ahk encoding: UTF-8 (with BOM) content: #SingleInstance, Force SendMode, Input SetWorkingDir, %A_ScriptDir% .txt encoding: UTF-8-RAW (without BOM) no content .py encoding: UTF-8-RAW (without BOM) def main(): pass if __name__ == '__main__': main()
Ok. We should have some defaults anyway. I'd suggest to have sth like:
.ahk
UTF-8
#SingleInstance, Force SendMode, Input SetWorkingDir, %A_ScriptDir%
.txt
UTF-8-RAW
.py
def main(): pass if __name__ == '__main__': main()
currently there is NONE!
The text was updated successfully, but these errors were encountered:
ExplorerCreateFile 0.5: added some defaults
a094130
fixing #67
ewerybody
No branches or pull requests
from #60 (comment)
currently there is NONE!
The text was updated successfully, but these errors were encountered: