Home
What's New
Download
Purchase
Contact Us
Affiliate
Brothers Software Newsletter

Subscribe
Unsubscribe


Powered by YourMailinglistProvider

 

Quick Macro version 5.0-5.8 updates:

Quick Macro 5.8
* big improvements in script editors:
  - support syntax highlighting
  - support auto-complete
  - added hint when type keywords
  - support multi-undo and multi-redo
* added plugins "GetSysInfo.dll" and "Window.dll"
* small bugs fixed

Quick Macro 5.7
* attachment support in script editor
* improvements in "Shield"
* added update reminder
* small adjusts in functions "call", "IfColor" and "moveto"

Quick Macro 5.6
* added "Shield", protect QMacro from attacking by other programs such as nProtect
* fixed key combination input bug
* added commands "detect last keystroke", "wait for mouse-click" and "detect last mouse-click"
* improvements in color-picker, more accurate and faster
* small bug fixed

Quick Macro 5.5
* variable parameter support, for example: you can use "KeyPress x y" instead of "KeyPress 65 1"
* added a set of color-picker functions
* comments support in script editor
* added undo function in script editor
* plugin support. VC sample source code can be found at plugin directory.
* reset cursor when switching dialogs or programs
* fixed macros compositor bug
* fixed "%" symbol missing bug

Quick Macro 5.2
* added "MiniMacro", build your script into an independent executable file (exe).
* support mouse action as "hot-key"
* added function "VBSCall Call FindCenterColor"
* added keywords "Else" and "ElseIf"

Quick Macro 5.0
* re-design script editor, running faster, especially for big script
* added "get screen resolution" function
* added "read memory address" function
* added "find image in area" function
* library file is loaded default, no need to write library file description like "@<stdlib.bvs>"
* many small improvements