Page 1 of 2

Pulover's Macro Creator

Posted: Fri Aug 09, 2013 11:11 am
by webfork
[Moderator note: this is the primary Pulover's Macro Creator program thread. View database entry]

----


http://www.autohotkey.net/~Pulover/
http://www.softpedia.com/get/System/Sys ... ator.shtml

AutoHotKey-based
License: GPL v3

Results: Not portable: writes settings to AppData (update: now portable, see below)

Tested in Win7x64
Steps: Standard install, copy, uninstall. Also attempted to move the ini file created in AppData to the Application folder without success.

Re: Pulover's Macro Creator

Posted: Sat Aug 10, 2013 12:39 pm
by Pulover
I haven't realized it shouldn't use AppData to be portable. I'll add an option to save settings in it's own directory in a future version.

Re: Pulover's Macro Creator

Posted: Sun Aug 11, 2013 12:41 pm
by webfork
Pulover wrote:I haven't realized it shouldn't use AppData to be portable. I'll add an option to save settings in it's own directory in a future version.
Cool, thanks for that.

Re: Pulover's Macro Creator

Posted: Mon Aug 12, 2013 8:50 am
by Pulover
I've updated the software today. From version 3.8.3 on you can move MacroCreator.ini to the same folder as MacroCreator.exe and the application will use that file instead, allowing it to run from a removable drive and keep its settings.

You're welcome. Let me know if you find any issues.

Re: Pulover's Macro Creator

Posted: Wed Aug 14, 2013 4:53 pm
by Pulover
Does it qualify to be portable now?

:D

Re: Pulover's Macro Creator

Posted: Wed Aug 28, 2013 5:24 pm
by I am Baas
Pulover wrote:Does it qualify to be portable now?

:D
Tested v3.8.4: Portable

Instructions:
1. Download MacroCreator Portable @ http://www.autohotkey.com/board/topic/7 ... ro-creator
2. Create an empty MacroCreator.ini in the application folder

@Pulover
please remove/uncheck the default "Check on start-up" option in the portable version

@webfork
please move to submission. Thanks.

Re: Pulover's Macro Creator

Posted: Thu Aug 29, 2013 8:33 am
by Midas
Really interesting -- might provide for a quick and easy way to get into AHK... Thanks. 8)

Re: Pulover's Macro Creator

Posted: Fri Aug 30, 2013 4:11 pm
by webfork
I am Baas wrote:@webfork
please move to submission. Thanks.
Thanks for testing.

Pulover: sorry I didn't get back to you sooner. I had this on a todo-list that is very out of order at the moment.

Re: Pulover's Macro Creator

Posted: Fri Aug 30, 2013 6:03 pm
by Pulover
I am Baas wrote: @Pulover
please remove/uncheck the default "Check on start-up" option in the portable version
Sure, I'll make it off by default for the portable version.
I'm working on version 4.0 now which will have a new interface and more features such as a smart command search. And this time the portable version will be ready to use (I'll include the download along with the installer in the new website).
I'll post an update here after releasing the final version. Thanks.
webfork wrote: Pulover: sorry I didn't get back to you sooner. I had this on a todo-list that is very out of order at the moment.
No problem. Thanks for including my app here!

Re: Pulover's Macro Creator

Posted: Wed Sep 25, 2013 3:16 am
by Pulover
New version released: 4.0.0

New website: http://www.macrocreator.com/
Portable version is available in ready-to-use zip format.

Screenshots | Video Tutorials
Changes:
New Interface with customizable toolbars.
New Preview window with syntax highlighting.
Added Find a command window.
Added tips in command windows.
Added more options to Message window.
Added Edit Macros window.
Added Drag-Macros feature.
Added Close and Edit menu when clicking over a Macro tab.
Added Close with Mouse Middle click over a Macro tab.
Added Loop until option in Image/Pixel Search (replaces "Break if found").
Added individual Pause hotkey.
Added Multiple Column search in Find/Replace window.
Added Set key delay option in Text command window.
Added Random delays and Disable random delays options to Pause command window.
Added Edit Script button in Preview window.
Added support for basic Arrays using the built-in function Array.
Added support for functions in Assign Variable window when using the Expression option.
Added automatic backups.
Added translations to Malay and Vietnamese.
Added Portable Install option in installer.
Paste command now works on mutiple selections.
Main window size, position and columns order are remembered.
Removed MsgBox command from Run command window.
Removed automatic Cancel button handling for MsgBox for compatibility with new options.
Fixed ErrorLevel variable results for commands in playback.
Fixed automatic comma escaping in Run command window.
Fixed Media keys not being recorded/captured.
Fixed various bugs and issues.

Re: Pulover's Macro Creator

Posted: Sat Jul 05, 2014 5:06 am
by I am Baas
Pulover’s Macro Creator is at version 4.1.2
Version 4.1.2
•Added Options toolbar items to Options Menu.
•Added support for WinHttp.WinHttpRequest.5.1 object methods in COM Interface.
•Added debugging messages for missing “End Loop” and “End If” statements (highlighting must be enabled).
•Added Deactivate Macros command to Macro, Play Button and Tray Icon menus.
•Changed commands, except Send and Click, to not stop playback when main window is active.
•Fixed bug with Pause button of Controls Toolbar.
•Fixed bug with Gosub command inside loops.
•Fixed bug with A_Loop variables in Compare Variables statement.
•Fixed bug with A_Space variable in Functions.
•Fixed escaped comma bug in Assign Variable command.
•Fixed Get Coordinates tool in Image/Pixel Search window not getting correct values in Window Coord mode.
•Fixed Copy to command not copying Comment and Color fields.
•Fixed some minor bugs.

Version 4.1.1
•Detects default AHK editor on first run.
•Fixed command line parameters not working for MacroCreatorPortable.exe.
•Fixed bugs.

Version 4.1.0
•Added tool to schedule macros in Windows Task Scheduler.
•Added shortcuts to insert built-in variables in command windows context-menu.
•Added Filter by type button in Run command window.
•Added Right-Click-Drag Move/Copy menu.
•Added Play Sound option to Image/Pixel Search result actions.
•Added Launcher to portable version (automatically updates INI and selects between x86 and x64 based on Windows version).
•Fixed issues with command line parameters.
•Fixed bugs.
Dl @ http://www.macrocreator.com/download/

Re: Pulover's Macro Creator

Posted: Tue Mar 10, 2015 7:26 am
by Midas
PMC v4.1.3 released (changelog is at http://www.macrocreator.com/project/).

Re: Pulover's Macro Creator

Posted: Mon Apr 18, 2016 8:43 am
by lintalist
PMC v5.0

Download links for installer, portable and source code at:
http://www.macrocreator.com/download/

Change log Version 5.0.0
  • New feature: User Defined Functions.
  • New feature: SetTimer command.
  • New feature: While-Loop in Loop Command window.
  • New feature: For-Loop in Loop Command window.
  • New feature: Until in Loop Command window.
  • New feature: Send Email function.
  • New feature: Download Files function.
  • New feature: Zip / Unzip Files function.
  • New feature: Listview Groups (+WinVista).
  • Implemented real AutoHotkey format expressions in Functions, Methods, Variable Assignment, Evaluate Expression, COM Interface and command parameters started with % .
  • Multiple If Statements are now supported in Evaluate Expression (e.g.: var = 5 || var = "a").
  • Function parameter can now be another function, array, array element or expression.
  • Added Else If Statement option.
  • Loops now work in Manual Playback.
  • Added support for array assignment.
  • Added support for Associative Arrays assignment.
  • Added support for array methods in Functions window.
  • Added support for Multi-Dimensional Arrays.
  • Added support for named keys in arrays (e.g.: N["key"] or N.key, MyArray.1 := OtherArray.Name).
  • Added support for array methods.
  • Added support for #If Expression in Context Sensitive Hotkeys.
  • Added GetElementsByClassName option in InternetExplorer/COM Get Element Tool.
  • Added var [not] in, var [not] contains, var [not] between and var is in Compare Variables If Statement.
  • Added WinTitle, WinText, ExcludeTitle and ExcludeText to If Window… statements.
  • Added options to set TitleMatchMode, DetectHiddenWindows and DetectHiddenText.
  • Added options to set SendMode, KeyDelay, MouseDelay and ControlDelay.
  • Added Client mode for Mouse and Pixel/Image Search coordinates.
  • Added option to center coordinates of ImageSearch results.
  • Added option to change color of the rectangle of Image/Pixel Search area and Screenshots tool.
  • Added Insert Comment Block to “Edit Comment” window.
  • Added option to comment out unchecked rows in Preview/Exported scripts.
  • Added new translations.
  • Added Language editor in Settings window with submit form.
  • Languages files are now kept in the Lang folder and can be added, modified or removed.
  • Updated Loop, File and Loop, Reg to new format with Mode parameter.
  • Changed List Variables to display User-Defined variables only.
  • Extended Backup system to update backup file with every change.
  • Fixed corrupted pmc files saved on exit.
  • Fixed hotkeys not being automatically disabled when changed.
  • Fixed bug with recording of mouse buttons.
  • Fixed bug with WinWait timeout.
  • Fixed bugs with IE/COM Interface.
  • Fixed bugs with commas in command parameters.
  • Fixed issues with Schedule Macros.
  • Fixed default editor not set correctly on first run.

Re: Pulover's Macro Creator

Posted: Sat Apr 23, 2016 10:12 pm
by joby_toss
This is a wonderful app, it sure deserves a permanent database entry: http://www.portablefreeware.com/index.php?id=2776

Re: Pulover's Macro Creator

Posted: Sun Apr 24, 2016 1:16 am
by lintalist
I saw it needed one more point :-)