Difference between revisions of "DragScroll plugin"

From Code::Blocks
 
Line 13: Line 13:
  
 
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).
 
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.
 
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.
 
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.