Custom Query
Results (250 - 252 of 3893)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #932 | Completed | Add additonal mouse event constants to WindowsConstants.au3 | Jpm | Spiff59 |
| Description |
Some system messages, such as WM_SETCURSOR, as well as some calls to user32.dll, return mouse events in the range of 0x200 to 0x209. These constants already exist in WindowsConstants.au3: $WM_MOUSEMOVE = 0x200 $WM_LBUTTONUP = 0x202 That list is incomplete. I suggest this would be a more complete, and useful, list: $WM_MOUSEMOVE = 0x200 $WM_LBUTTONDOWN = 0x201 $WM_LBUTTONUP = 0x202 $WM_RBUTTONDOWN = 0x204 $WM_RBUTTONUP = 0x205 $WM_MBUTTONDOWN = 0x207 $WM_MBUTTONUP = 0x208 Reference topic: 81761 Thank you. |
|||
| #240 | Works For Me | Add as Snippet | Gary | Firestorm |
| Description |
In SciTe, when you have selected text or nothing selected and right-click and click 'Add as Snippet', SciTe gives an error: Error _GUIImageList_AddIcon: -1 |
|||
| #3089 | Rejected | Add cascading menus for contex menu intigration | surettcharles@… | |
| Description |
I have noticed that right clicking on a script provides too many menu options and it should be neatly tucked away into a submenu. |
|||
