You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The developer experience needs to be highly improved!
Since I'm working with all these ahk2 branches now (a2, a2.modules, a2.modlab)
getting even a dev environment ready is rather cumbersome.
Let's have a simple AHK2 Gui to help users along.
create/update root start links for runtime and ui
check ahk version, offer update
check python version, offer update
check PySide version, offer update
(check other dependencies?)
fix ahk1/2 setup issues
start build process
start unittests
change file type assiciations
for .ahk to use a2-builtin executable or installed one
for .ahk to edit in VS Code or desired code editor (by default the new ahk2 error popups edit func opens in Notepad!!)
for .ui to open in matching Qt Designer
although its ugly, lets have a .bat file in root to kick off the ui with our builtin Autohotkey.exe
This way it should work right away and can show all missing dependencies without anything else already.
The text was updated successfully, but these errors were encountered:
The developer experience needs to be highly improved!
Since I'm working with all these ahk2 branches now (a2, a2.modules, a2.modlab)
getting even a dev environment ready is rather cumbersome.
Let's have a simple AHK2 Gui to help users along.
.ahk
to use a2-builtin executable or installed one.ahk
to edit in VS Code or desired code editor (by default the new ahk2 error popups edit func opens in Notepad!!).ui
to open in matching Qt Designeralthough its ugly, lets have a
.bat
file in root to kick off the ui with our builtinAutohotkey.exe
This way it should work right away and can show all missing dependencies without anything else already.
The text was updated successfully, but these errors were encountered: