-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Compiler / Wrapper #6
Comments
It is possible to specify these somehow - the autoitbuild() function in autoitbuild.py would need to be modified to read additional parameters from the settings file, or from somewhere else such as a meta-directive comment line in the open sublime window. If someone wants to add it, the first place they should look is autoitbuild.py. https://www.autoitscript.com/autoit3/docs/intro/compiler.htm |
I think these should extend the project settings, because you may have different compiler settings per-project. |
Mu understanding of rynow's comment was that (s)he would like to be able to Without looking at the source I can't be sure, but I seem to remember there Matt On Wed, Jul 16, 2014 at 5:12 AM, robertcollier4 [email protected]
|
http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/AutoIt3Wrapper.html |
Ok so there are lots of references to SciTE in the code. The main issue is that AutoIt3Wrapper does a lot more than just wrap On Fri, Jul 18, 2014 at 7:11 AM, robertcollier4 [email protected]
|
Unfortunately you can’t set compiler settings. Like Icon path settings, etc. It would be nice if we could use scite wrapper.
The text was updated successfully, but these errors were encountered: