Ignore:
Timestamp:
Mar 6, 2018, 11:29:41 PM (7 years ago)
Author:
bird
Message:

kdev.e: load kmk color/lexer config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SlickEdit/kdev.e

    r3136 r3137  
    35613561    _str sTmp;
    35623562
     3563#if __VERSION__ >= 21.0
    35633564    /*
    3564      * Generl stuff.
     3565     * Load the color profile (was lexer).
     3566     */
     3567    cload(_strip_filename(__FILE__, 'N') '/user.vlx');
     3568#endif
     3569
     3570    /*
     3571     * General stuff.
    35653572     */
    35663573    _default_option('A', '0');          /* ALT menu */
Note: See TracChangeset for help on using the changeset viewer.