ahk_v is a visual editor for AHK using blockly
It is currently quite early in development, but many simpler blocks and math functions are done
Go to github pages to view and use the latest release
Most blocks behave exactly the same as their written counterparts on the AHK v2 docs, with the exception of non-native blocks, which will be documented at the wiki (WIP)
- Get some common blocks done
- Make a code generator for ahk
- Make Guis
-
- Gui Options
-
- Visualiser
- Links to AHK documentation
-
- Repository wiki for non native blocks
- Standard colouring
- Better categories (Sort and duplicate some blocks into multiple categories)
- Add shadow blocks
- Fix capitalisation, either in /blocks/* or via getRealName()
- Split code generators into seperate files
-
- Global useful functions eg singleInput
- More validation
-
- Check for missing inputs
-
- Add more checks for what types fields accept
-
- Sanitise inputs better (eg double quotes)
- Two toolboxes, simple and full
This project isn't affiliated with AutoHotKey