Difference between revisions of "DragScroll plugin"

From Code::Blocks
m (Mouse Drag Scrolling moved to DragScroll plugin: Use the same name as in the application (DragScroll))
m
Line 1: Line 1:
[[Category:Code::Blocks Plugins]]
 
 
[[Category:Code::Blocks Contrib Plugins]]
 
[[Category:Code::Blocks Contrib Plugins]]
 +
{{Infobox_Plugin|
 +
  name = Mouse Drag Scrolling |
 +
  developer = [[User:Pecan|Pecan]] |
 +
  maintainer = Pecan |
 +
  stable-version = N/A |
 +
  dev-version = 0.28
 +
}}
  
Mouse Drag Scrolling
+
'''DragScroll''' (or '''Mouse Drag Scrolling''') plugin enables scrolling of text areas such as the editor and the application / debug log with mouse.
 
 
* 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[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.
 

Revision as of 13:01, 11 November 2006

Mouse Drag Scrolling
{{{logo}}}
Developer(s): Pecan
Maintainer(s): Pecan
Version: {{{version}}}

DragScroll (or Mouse Drag Scrolling) plugin enables scrolling of text areas such as the editor and the application / debug log with mouse.