-
Notifications
You must be signed in to change notification settings - Fork 4
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
Planning the 2.0.0 #214
Comments
Hi, I worked with Stef Levesque to discontinue slevesque.vscode-autohotkey, see stef-levesque/vscode-autohotkey#32. My extension, AutoHotkey Plus Plus, shouldn't cause conflicts with the debugger as it's hardcoded to use your extension if it exists. My goal is to have one extension (or extension pack) that AHK coders can use to write both AHK v1 and AHK v2 scripts with full language support--good IntelliSense, syntax highlighting, formatting, and debug support. I'm hoping we can work together to discover the best way to support AHK coders moving forward, I'd hate for us to both do the same thing. Please let me know if there are any conflicts between AutoHotkey Plus Plus and your extension, and I'll work to remove them. |
Thanks for the explanation. You and I have different goals. My initial goal was to assist in the creation of my own library. And unfortunately we will not be able to cooperate. I would also not collaborate, because the multi-person development would be a barrier to incorporating my own ideas. We will create similar extensions, but they will each have their own good and bad points. That would be preferable to me. I will report back to you when there is a possible conflict😄 |
Currently, I am rewriting the source code from scratch to improve future extensibility and maintainability.
The work can be viewed on the v2.0.0-develop branch.
I realized that marking something once doesn't make sense because I may end up reworking it later for refactoring or fixing it. Therefore, I'm going to treat it as a list of things I need to do, not as a progress indicator.
Existing features
Add
{callstack.trace}
#224runToEndOfFunction
vscode command #264setBreakpoints
attribute in launch.json #266Change
@Debug-Output
#2251.63
#239program
is UTF-8 with BOM, add/CP65001
toruntimeArgs
. #240name
attribute on debug configuration errors #306runtime
attribute #307Fix
#
is displayed inView Value
andView as Text
in the Variable View context menu, the subsequent string is not displayed #254["a & -"]
may get stuck when retrieving child elements #255extends
attribute in launch.json does not work in the multi-root workspace and throws an error #285Remove
${ahk:suppressErrorDialog}
#213${ahk.pinnedFile}
. #248"ahk"
in deprecatedtype
attribute value #263Task
GetMetVar("variableCategories").Global
Confirmation
Backlog
program
file #253Remaining work to release
The text was updated successfully, but these errors were encountered: