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))
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Code::Blocks Plugins]]
 
 
[[Category:Code::Blocks Contrib Plugins]]
 
[[Category:Code::Blocks Contrib Plugins]]
 +
{{Infobox_Plugin|
 +
  name = Mouse Drag Scrolling |
 +
  logo = [[Image:Dragscroll.png]] |
 +
  developer = [[User:Pecan|Pecan]] |
 +
  maintainer = Pecan |
 +
  version = 1
 +
}}
  
Mouse Drag Scrolling
+
'''DragScroll''' (or '''Mouse Drag Scrolling''') plugin enables scrolling of text areas such as the editor and the application / debug log by dragging the mouse Right or Middle key.
  
* Name: cbDragScroll.DLL
+
In an editor window, Mouse Drag Scrolling allows the user to drag (scroll) the text with the designated key (RightMouseDown or MiddleMouseDown).
* Author: Pecan
+
 
* Purpose:  Scrolling via mouse movement.
+
Ctrl-MouseWheel zooming in the DragScroll plugin only applies to non-editor windows. It allows the user to zoom the other windows (StartHerePage, logs, Manager, Open Files List, etc).
* Version: Included in CodeBlocks
+
 
* Forum thread for discussion: [/index.php?topic=1594.0]
+
Zooming in the editor is handled by the wxScintilla editor.
* 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.
+
DragScroll is contained in the plugin contribs folder of CodeBlocks.
 +
 
 +
See the CodeBlocks Editor Configuration settings to select the key and to adjust the speed and sensitivity.

Latest revision as of 11:52, 26 August 2008

Mouse Drag Scrolling
Dragscroll.png
Developer(s): Pecan
Maintainer(s): Pecan
Version: 1

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

In an editor window, Mouse Drag Scrolling allows the user to drag (scroll) the text with the designated key (RightMouseDown or MiddleMouseDown).

Ctrl-MouseWheel zooming in the DragScroll plugin only applies to non-editor windows. It allows the user to zoom the other windows (StartHerePage, logs, Manager, Open Files List, etc).

Zooming in the editor is handled by the wxScintilla editor.

DragScroll is contained in the plugin contribs folder of CodeBlocks.

See the CodeBlocks Editor Configuration settings to select the key and to adjust the speed and sensitivity.