Donate Share

#Contrib

File Release Notes and Changelog

Release Name: MouseGesturesAddin v1.0.5

Notes:
MouseGesturesAddin is a brand new release that enables
basic Mouse Gesture support for SharpDevelop.

The MouseGesturesAddin skims Mouse-related messages
out of the Windows Message Loop through the
System.Windows.Forms.Application.AddFilter() method.

Mouse Gestures are configured via the MouseGestures.addin
file. 

The addin also installs a Mouse Gestures panel in the IDE
Options dialog (Tools --> Options).  Currently, this panel
does not allow the user to change Mouse Gesture
configuration, but it does present a scrollable, sortable list of
all the commands that can be triggered by a Mouse Gesture.

Supported Gestures are:
- North
- South
- East
- West
- NorthThenEast
- NorthThenWest
- SouthThenEast
- SouthThenWest
- EastThenNorth
- EastThenSouth
- WestThenNorth
- WestThenSouth

Watch this project for future releases with more features.

Planned features include:
- a working configuration panel in the Options dialog.
- more complicated gesture tracking


Changes: