Difference between revisions of "DragScroll plugin"

From Code::Blocks
m
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Mouse Drag Scrolling
+
[[Category:Code::Blocks Contrib Plugins]]
 +
{{Infobox_Plugin|
 +
  name = Mouse Drag Scrolling |
 +
  logo = [[Image:Dragscroll.png]] |
 +
  developer = [[User:Pecan|Pecan]] |
 +
  maintainer = Pecan |
 +
  version = 1
 +
}}
  
* Name: cbDragScroll.DLL
+
'''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.
* Author: Pecan
+
 
* Purpose:  Scrolling via mouse movement.
+
In an editor window, Mouse Drag Scrolling allows the user to drag (scroll) the text with the designated key (RightMouseDown or MiddleMouseDown).
* Version: 0.18; State: stable
+
 
* Last update: 13. Feb. 2006
+
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).
* Forum thread for discussion: [/index.php?topic=1594.0]
+
 
* Link for download: [h/index.php?action=dlattach;topic=1594.0;attach=758]
+
Zooming in the editor is handled by the wxScintilla editor.
* 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.
+
 
<BR>
+
DragScroll is contained in the plugin contribs folder of CodeBlocks.
...back to [[Announcement for plugins/patches]]:
+
 
 +
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.