Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      perldoc-command
      permanent-menu
      permit-window-keys
      php-align-contin-lines
      php-auto-show-delim-chars
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
permanent-menu  Variable Reference   php-align-contin-lines


Epsilon User's Manual and Reference > Variable Reference >

permit-window-keys: system variable

Default value: 0

Epsilon only recognizes user attempts to scroll by clicking on the scroll bar, or to resize the window, when it waits for the first key in a recursive edit level. Within an EEL command, when an EEL command requests a key, Epsilon normally ignores attempts to scroll, and postpones acting on resize attempts. An EEL command can set the permit_window_keys variable to allow these things to happen immediately, and possibly redraw the screen. Bits in the variable control these activities: set the PERMIT_SCROLL_KEY bit to permit immediate scrolling, and set PERMIT_RESIZE_KEY to permit resizing. Setting the PERMIT_WHEEL_KEY bit tells Epsilon to generate a WIN_WHEEL_KEY key event after scrolling due to a wheel roll on a Microsoft IntelliMouse.

More info:

Window Events (Primitives)



Previous   Up    Next
permanent-menu  Variable Reference   php-align-contin-lines


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.