Ignore:
Timestamp:
Nov 29, 2016, 11:14:56 AM (9 years ago)
Author:
bird
Message:

SlickEdit: Updates for version 21

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SlickEdit/kkeys.e

    r2558 r3015  
    300300      {
    301301
     302# if __VERSION__ < 21.0 /** @todo fix me? */
    302303         /* HACK ALERT: Make sure gtag_filelist_last_ext has the right value. */
    303304         _update_tag_filelist_ext(sLangId);
     
    310311         gtag_filelist_ext._makeempty();
    311312         gtag_filelist_ext[0] = sProjTagFile;
    312          saved_gtag_filelist_cache_updated = true;
     313         gtag_filelist_cache_updated = true;
     314# endif
    313315
    314316         /* Do the reference searching. */
    315317         push_ref('-e ' :+ sLangId);
    316318
     319# if __VERSION__ < 21.0
    317320         /* restore*/
    318321         gtag_filelist_cache_updated = saved_gtag_filelist_cache_updated;
    319322         gtag_filelist_ext           = saved_gtag_filelist_ext;
     323# endif
    320324      }
    321325      else
Note: See TracChangeset for help on using the changeset viewer.