Skip to content
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

[FR] Optional initial comma for snippets #109

Open
wenfangdu opened this issue Sep 21, 2021 · 4 comments
Open

[FR] Optional initial comma for snippets #109

wenfangdu opened this issue Sep 21, 2021 · 4 comments
Assignees
Labels
enhancement new feature or request snippets snippets of AHK code

Comments

@wenfangdu
Copy link

Since the initial commas can be omitted in the AHK v1 commands, would be nice to have an option to omit them as well for snippets, e.g. WinGetActiveTitle, OutputVar to WinGetActiveTitle OutputVar.

@wenfangdu wenfangdu added the enhancement new feature or request label Sep 21, 2021
@FuPeiJiang
Copy link

removing comma will make it a nightmare to ctrl + f commands

@wenfangdu
Copy link
Author

@FuPeiJiang How so?

@FuPeiJiang
Copy link

nervermind, I don't have proof
I can't remember what I was searching
I personally used command and command, and it was hard to ctrl + f because I don't know if I used command orcommand,
I think I found my code some other way

if I remember a case, I'll comment it here

@mark-wiemer
Copy link
Member

You can always search with regex, command( |,) will show all instances that end in space or end in a comma. And yes I'm still here, reading everything and hoping to find time to work on stuff :)

@mark-wiemer mark-wiemer added this to the Backlog milestone Jun 3, 2022
@mark-wiemer mark-wiemer removed this from the Backlog milestone Oct 15, 2022
@mark-wiemer mark-wiemer added the snippets snippets of AHK code label Dec 3, 2022
@mark-wiemer mark-wiemer moved this to Todo in AHK++ Aug 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature or request snippets snippets of AHK code
Projects
Status: Todo
Development

No branches or pull requests

3 participants