maestrith / AHK-Studio

Created with AHK Studio
http://www.maestrith.com
363 stars 68 forks source link

Updating to edit AHK V2 Beta #238

Open dmtr99 opened 3 years ago

dmtr99 commented 3 years ago

Can somebody explain where the data is stored that shows the predefined functions in the tooltip and defines the syntax highlighting? I want to try to modify it so it works better to write AHK V2 Beta code. (Ill probably keep two separate AHK Studios (one for V1 and one for V2)

Or does this already exists?

maestrith commented 3 years ago
\Lib\Languages
dmtr99 commented 3 years ago

I started to create the V2 syntax file, but when I tried to test it, AHK Studio overrides the file. Can you explain me how I can test it. Some examples on how to handle the new V2 syntax (not a comma but a space, and if it is possible to handle different objects syntax like menu and gui) would also be appreciated, but I maily want to be able to test it.

Thanks.

Currently I use a selfmade launcher to determine the correct version, so if the extention is ahk2 or ah2, or if #Required Autohotkey v2 is in the file, it will run V2.