Changeset 2701 for trunk/VSlickMacros


Ignore:
Timestamp:
Nov 6, 2013, 8:58:56 PM (12 years ago)
Author:
bird
Message:

kdev.e: Changed the utf-8 bom hack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VSlickMacros/kdev.e

    r2696 r2701  
    35923592            idxExt = name_match('def-lang-for-ext-', 0, MISC_TYPE);
    35933593        }
    3594         replace_def_data('def-encoding-' :+ sLangId, '+futf8 ');
    3595     }
     3594        //replace_def_data('def-encoding-' :+ sLangId, '+futf8 ');
     3595        idxLangEncoding = find_index('def-encoding-' :+ sLangId, MISC_TYPE);
     3596        if (idxLangEncoding != 0)
     3597            delete_name(idxLangEncoding);
     3598
     3599    }
     3600    replace_def_data('def-encoding', '+futf8 ');
     3601
    35963602    LanguageSettings.setIndentWithTabs('mak', true);
    35973603    LanguageSettings.setLexerName('mak', 'kmk');
Note: See TracChangeset for help on using the changeset viewer.