AutoIt / SublimeAutoItScript

AutoItScript Au3 language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build systems for run and compile, Tidy command, IncludeHelper command.
https://www.autoitscript.com/forum/forum/7-autoit-technical-discussion/
MIT License
29 stars 11 forks source link

Automatic installation (wbond package control) #5

Closed PanisRahl closed 10 years ago

PanisRahl commented 10 years ago

It seems that SublimeAutoItScript cannot access Include_Helper.au3 file in the packed version of the package. Following the wbond package control documentation (https://sublime.wbond.net/docs/customizing_packages) I think SublimeAutoItScript is not designed for this usage and you might want to add the ".no-sublime-package" file in root folder.

Best regards.

PanisRahl commented 10 years ago

By the way, extracting Include_Helper.au3 and Include_Helper.ico in "Sublime Text 3\Packages\AutoItScript\" do the trick, but updates to these files will no longer be applied.

robertcollier4 commented 10 years ago

Done in Tag 1.3.6

jbrooksuk commented 10 years ago

Nice! I was going to fix this earlier and saw you'd done it!

PanisRahl commented 10 years ago

:)

PS : Thank you for your contribution to the community! :+1: