Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Double colon #99

Closed
wants to merge 176 commits into from
Closed

Double colon #99

wants to merge 176 commits into from

Conversation

mark-wiemer
Copy link
Contributor

Closes #54.

Changes proposed in this pull request:

  • Fix syntax highlighting for strings containing double-colons

mark-wiemer and others added 30 commits November 7, 2020 12:06
- 128x128px
- Remove white background
- Add case consistency and spaces between words
- Change prefix to 'ahk-pp'
- Change 'Intelli Sense' to 'Intellisense'
kyklish and others added 29 commits September 7, 2022 04:13
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: 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]>
## 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
@mark-wiemer mark-wiemer closed this Dec 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Double colon syntax highlighting bug
6 participants