This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 128x128px - Remove white background
- Add case consistency and spaces between words - Change prefix to 'ahk-pp' - Change 'Intelli Sense' to 'Intellisense'
…mmand (#221) Co-authored-by: Mark Wiemer <[email protected]>
Some functions that require access the VS Code API are now considered "external" and don't do anything other than access VS Code values. They then organize the data and send it to "internal" functions that are pure helpers. This is much easier to test :)
Co-authored-by: Mark Wiemer <[email protected]>
Co-authored-by: Mark Wiemer <[email protected]>
Co-authored-by: Mark Wiemer <[email protected]>
Co-authored-by: Mark Wiemer <[email protected]>
Co-authored-by: Mark Wiemer <[email protected]>
Co-authored-by: Mark Wiemer <[email protected]>
Co-authored-by: Benny <[email protected]> Co-authored-by: Weijan Chen <[email protected]> - Improve test experience with new `dev` and `build` tasks - Improve build performance with `esbuild` - Add compiler options: base file, icon, and use [MPRESS](https://www.autohotkey.com/mpress/mpress_web.htm) - Require vscode ^1.50.0 - Improve debugger experience
Co-authored-by: Benny <[email protected]> Co-authored-by: Weijan Chen <[email protected]>
Co-authored-by: Mark Wiemer <[email protected]> Closes mark-wiemer/ahkpp#255
## 3.1.0 - 2022-11-21 🦃 Compiler: - New compiler options in settings: Choose base file, file icon, and "use [MPRESS](https://www.autohotkey.com/mpress/mpress_web.htm)" - Add "Compiler GUI" command in context menu to use the AHK GUI when compiling Snippets: - Update snippets for AHK 1.1.35.00 and fix broken `InStr()` snippet ([#263](mark-wiemer/ahkpp#263)) Grammar: Fix `#Requires` not being recognized ([#268](mark-wiemer/ahkpp#268)) Editor: New AHK file icon (green square with white H) Debugger: Minor debugger improvements Formatter: Close the following bugs: - Formatter incorrectly indents object literals ([#184](mark-wiemer/ahkpp#184), [#222](mark-wiemer/ahkpp#222)) - Nested one command code flow control ([#255](mark-wiemer/ahkpp#255)) Miscellaneous: - Extension should start up faster
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #54.
Changes proposed in this pull request: