Ignore:
Timestamp:
Mar 15, 2018, 6:01:15 PM (7 years ago)
Author:
bird
Message:

Slickedit/k*.e: updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SlickEdit/kkeys.e

    r3015 r3146  
    5353#if __VERSION__ >= 15.0
    5454def  'S-C-='    = svn_diff_with_base
     55#endif
     56#if __VERSION__ >= 22.0
     57def  'C-='      = diff;
     58def  'C--'      = nil;
     59def  'S-A-C-='  = wfont_zoom_in;
     60def  'S-A-C--'  = wfont_zoom_out;
    5561#endif
    5662#if __VERSION__ >= 14.0
     
    8086def  'S-M-U'    = kkeys_gen_uuid
    8187#endif
     88#if __VERSION__ >= 22.0
     89def  'S-M-C-='  = wfont_zoom_in;
     90def  'S-M-C--'  = wfont_zoom_out;
     91#endif
    8292/* Fixing brainfucked slickedit silliness: */
    8393def  'M-v'      = paste
Note: See TracChangeset for help on using the changeset viewer.