@LiquidGravity: Radial menu v3.18 Themes = Great job!
Google Code project hosting wrote:
Project Hosting on Google Code provides a free collaborative development environment for open source projects.
Radial menu is proprietary software, not open source or free software so I think it can't be hosted there.
* * *
RM v3.18 updated (v3.1806)
Unfortunately, I finished this update before LiquidGravity released his modification, so it's not upgrade of his work.
Changes:
A) RMShowMethod
RMShowGesture is replaced with RMShowMethod (Radial menu show method). Can be 1) Mouse gesture or 2) Show delay.
1) If RMShowMethod is set to
U or
D or
R or
L, then method that shows RM's main menu is a mouse gesture. (U means up, D down, R right, L left.)
2) If RMShowMethod is a
number, then method that shows RM's main menu is a show delay (like old system in versions before RM v3.18 ). In this
method, all mouse gestures are disabled. More explanations in RM help file.
B) NCHITTESTExtra
New file in RMUtilities -->
NCHITTESTExtra.ahk. Now you can execute some extra actions when you click on some part of window with RMShowHotkey
instead of showing RM's main menu or executing mouse gesture. There is just one built-in functionality; clicking on window's MAXBUTTON with RMShowHotkey,
will toggle AlwaysOnTop state of that window. You can write your own functions there if you want. It's the same philosophy as MyMouseGestures.ahk - tabula rasa.
Read
Description section in NCHITTESTExtra.ahk. WM_NCHITTEST() is Sean's function that determines what part of the window is under mouse cursor.
It is implemented in RM with his permission.
Thank you Sean!
Download updated RM v3.18