Difference between revisions of "DragScroll plugin"

From Code::Blocks
m (fix)
m
Line 7: Line 7:
 
* Author: Pecan
 
* Author: Pecan
 
* Purpose:  Scrolling via mouse movement.
 
* Purpose:  Scrolling via mouse movement.
* Version: 0.18; State: stable
+
* Version: Included in CodeBlocks
* Last update: 13. Feb. 2006
 
 
* Forum thread for discussion: [/index.php?topic=1594.0]
 
* Forum thread for discussion: [/index.php?topic=1594.0]
 
* DragScroll is now included in  the Contrib plugins for Code::Blocks. It is included with the nightly builds[https://www.codeblocks.org/nightly/] and SVN HEAD source.[/index.php?topic=1701.msg12579#msg12579]
 
* DragScroll is now included in  the Contrib plugins for Code::Blocks. It is included with the nightly builds[https://www.codeblocks.org/nightly/] and SVN HEAD source.[/index.php?topic=1701.msg12579#msg12579]
 
* Notes: Grab text with mouse key and drag it to scroll in any direction. Scrolling is adaptive. The faster the mouse movement, the more text scrolled.
 
* Notes: Grab text with mouse key and drag it to scroll in any direction. Scrolling is adaptive. The faster the mouse movement, the more text scrolled.

Revision as of 00:00, 28 October 2006


Mouse Drag Scrolling

  • Name: cbDragScroll.DLL
  • Author: Pecan
  • Purpose: Scrolling via mouse movement.
  • Version: Included in CodeBlocks
  • Forum thread for discussion: [/index.php?topic=1594.0]
  • DragScroll is now included in the Contrib plugins for Code::Blocks. It is included with the nightly builds[1] and SVN HEAD source.[/index.php?topic=1701.msg12579#msg12579]
  • Notes: Grab text with mouse key and drag it to scroll in any direction. Scrolling is adaptive. The faster the mouse movement, the more text scrolled.