Skip to content
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

Open
rynow opened this issue Jul 15, 2014 · 5 comments
Open

Compiler / Wrapper #6

rynow opened this issue Jul 15, 2014 · 5 comments

Comments

@rynow
Copy link

rynow commented Jul 15, 2014

Unfortunately you can’t set compiler settings. Like Icon path settings, etc. It would be nice if we could use scite wrapper.

@robertcollier4
Copy link
Member

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

@jbrooksuk
Copy link

I think these should extend the project settings, because you may have different compiler settings per-project.

@MattDiesel
Copy link
Member

Mu understanding of rynow's comment was that (s)he would like to be able to
use AutoIt3Wrapper (as comes with the full SciTE build) from st.

Without looking at the source I can't be sure, but I seem to remember there
being checks for SciTE in the AutoIt3Wrapper code, so it may require some
modification. The source is readily available anyway. It may be that only
the GUI requires SciTE.

Matt

On Wed, Jul 16, 2014 at 5:12 AM, robertcollier4 [email protected]
wrote:

It is possible to specify these somehow - the autoitbuild() function is in
autoitbuild.py and it could easily me modified to read additional
parameters from the settings file or anywhere else, etc.

http://www.geocities.ws/mikebee_esi_autoit/html/intro/compiler.htm
Aut2exe.exe /in [/out ] [/icon ] [/nodecompile] [/comp 0-4] [/pass ]
[/nopack]


Reply to this email directly or view it on GitHub
#6 (comment)
.

@robertcollier4
Copy link
Member

http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/AutoIt3Wrapper.html
http://www.autoitscript.com/wiki/AutoIt3Wrapper_Directives
The source code file AutoIt3Wrapper.au3 for AutoIt3Wrapper.exe seems to be included in the folder SciTe\AutoIt3Wrapper.

@MattDiesel
Copy link
Member

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
Aut2Exe based on directives in code it seems.

On Fri, Jul 18, 2014 at 7:11 AM, robertcollier4 [email protected]
wrote:

http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/AutoIt3Wrapper.html
http://www.autoitscript.com/wiki/AutoIt3Wrapper_Directives
The source code file AutoIt3Wrapper.au3 for AutoIt3Wrapper.exe seems to be
included in the folder SciTe\AutoIt3Wrapper.


Reply to this email directly or view it on GitHub
#6 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants