Difference between revisions of "DragScroll plugin"

From Code::Blocks
 
 
(29 intermediate revisions by 3 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.
 
    * Version: 0.04; State: beta
 
    * Last update: 11. Dec. 2005
 
    * Forum thread for discussion: /index.php?topic=1594.0
 
    * Link for download: /index.php?action=dlattach;topic=1594.0;id=281
 
    * Notes:    Grab text with right mouse key and drag it to scroll
 
                      in any direction. Scrolling is adaptive. The faster
 
                      the mouse movement, the more text scrolled.
 
  
 +
In an editor window, Mouse Drag Scrolling allows the user to drag (scroll) the text with the designated key (RightMouseDown or MiddleMouseDown).
  
...back to Announcement for plugins/patches:
+
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.

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.