Ignore:
Timestamp:
Jul 28, 2019, 3:57:37 PM (6 years ago)
Author:
Andreas Schnellbacher
Message:
  • Changed const CLICK_ONLY_GIVES_FOCUS to a setting.
  • Added menu item Preferences -> Appearance -> Edit window -> Click only gives focus.
  • Cleaned up consts, also a few more unused ones.
  • Cleaned up some universals.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/obsolete.e

    r3238 r3623  
    313313compile endif
    314314   WPS_SUPPORT = 0
     315compile if not defined( WANT_TAB_INSERTION_TO_SPACE)
     316   WANT_TAB_INSERTION_TO_SPACE = 0
     317compile endif
     318compile if not defined( CLICK_ONLY_GIVES_FOCUS)
     319   CLICK_ONLY_GIVES_FOCUS = 1
     320compile endif
    315321
    316322; No effect in standard EPM
Note: See TracChangeset for help on using the changeset viewer.