Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samfisherirl/msgboxcreator-magicbox-ahkv2

MsgboxCreator.ahk for v2
https://github.com/samfisherirl/msgboxcreator-magicbox-ahkv2

autohotkey autohotkey-v2 box creator message v2

Last synced: about 2 months ago
JSON representation

MsgboxCreator.ahk for v2

Awesome Lists containing this project

README

        

# MsgboxCreator.ahk-for-v2
MsgboxCreator.ahk for v2

from Boiler https://www.autohotkey.com/boards/memberlist.php?mode=viewprofile&u=60507:

"This is a v2 version of the MsgBox creator used in SciTE4AutoHotkey and first posted by Thalon here https://autohotkey.com/board/topic/10623-messagebox-creator/ "

"I always found it useful, so I wanted a version for v2. It of course is modified to output v2 code, and it has a couple extra v2-specific options. This version was made for use with any editor since it just copies the code to the clipboard, although it can be modified to be more integrated into specific editors."

-Boiler

v1.1 Changes:
added option for single quotes vs. double quotes as suggested by Helgef
automatically saves user preferences of the function format options (parenthesis, numeric/string options, single/double quotes)
remembers last window position for next time it is run
v1.2 Changes:
updated for v2.0-beta.1 by AHK_user
v1.3 Changes:
updated to produce code to handle return values by sashaatx