IDE Window: Editor Options Mouse

From Lazarus wiki
Revision as of 20:07, 2 June 2009 by Martin (talk | contribs) (New page: Configure Mouse-Settngs for the IDE's SynEdit Set the actions that happens when you use the mouse. * You can set actions for Single to Quad click for each of the MouseButtons (left/right/...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Configure Mouse-Settngs for the IDE's SynEdit

Set the actions that happens when you use the mouse.

  • You can set actions for Single to Quad click for each of the MouseButtons (left/right/middle)
  • Using Modifiers (Shift/Ctrl/Alt) the must be none overlapping
    • Example
"Left Mouse with shift= on, ctrl=either, alt=either" conflicts with "Left Mouse with shift=either, ctrl=on, alt=either"
(If the checkbox is greyed, the Modifier key is ignored for checking.)
    • Fall-back: For each Combination of (left/right/middle) with Single/double/...) you can have one fall-back. This is identified, by all 3 modifier checkboxes greyed.
  • Select the command you like to happen
  • Select if the caret should be moved.
Note: currently almost all commands move the mouse implicit.


Current Limitations:

  • Double/Triple/Quad click only available for Left Mouse
  • Gutter Config not yet included.