Changeset 2737


Ignore:
Timestamp:
Dec 23, 2014, 10:15:58 PM (11 years ago)
Author:
bird
Message:

kdev.e: SlickEdit 19.0 hacks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VSlickMacros/kdev.e

    r2701 r2737  
    12121212    iCursorLine = p_RLine;
    12131213    k_javadoc_box_line(' ');
    1214     if (file_eq(p_extension, 'asm'))
     1214    if (file_eq(p_extension, 'asm') || file_eq(p_extension, 'masm'))
    12151215        k_javadoc_box_line('@cproto', iPadd);
    12161216    k_javadoc_box_line('@returns', iPadd);
     
    12531253        k_javadoc_box_line('@param', iPadd);
    12541254
    1255     if (file_eq(p_extension, 'asm'))
     1255    if (file_eq(p_extension, 'asm') || file_eq(p_extension, 'masm'))
    12561256        k_javadoc_box_line('@uses', iPadd);
    12571257    if (fkStyleFullHeaders)
     
    33883388    "antlr",
    33893389    "as",
     3390#if __VERSION__ < 19.0
    33903391    "asm",
     3392#endif
    33913393    "c",
    33923394    "cs",
     
    34153417    "rul",
    34163418    "tcl",
     3419#if __VERSION__ < 19.0
    34173420    "s",
     3421#endif
    34183422    "unixasm",
    34193423    "vbs",
Note: See TracChangeset for help on using the changeset viewer.