VirtualBox

Changeset 2601 in kBuild


Ignore:
Timestamp:
Jun 23, 2012 8:18:47 PM (13 years ago)
Author:
bird
Message:

kdev.e: configure beautifier profile for c and m. Added some more languages to the ones modified by kdev_load_settings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VSlickMacros/kdev.e

    r2598 r2601  
    33323332static _str aCLikeIncs[] =
    33333333{
    3334     "c", "ansic", "java", "rul", "vera", "ch", "as", "idl", "asm", "s", "imakefile", "rc", "lex", "yacc", "antlr"
     3334    "c", "ansic", "java", "rul", "vera", "cs", "js", "as", "idl", "asm", "s", "imakefile", "rc", "lex", "yacc", "antlr"
    33353335};
    33363336
    33373337static _str aMyLangIds[] =
    33383338{
     3339    "applescript",
    33393340    "ansic",
    33403341    "antlr",
     
    33423343    "asm",
    33433344    "c",
     3345    "cs",
    33443346    "csh",
    33453347    "css",
    3346     "ch",
    33473348    "conf",
    33483349    "d",
    33493350    "docbook",
    33503351    "dtd",
     3352    "e",
    33513353    "html",
    33523354    "idl",
     
    33583360    "mak",
    33593361    "masm",
     3362    "pas",
    33603363    "phpscript",
    33613364    "powershell",
     
    35323535    LanguageSettings.setSyntaxIndent('mak', 8);
    35333536
     3537    LanguageSettings.setBeautifierProfileName('c', "bird's Style");
     3538    LanguageSettings.setBeautifierProfileName('m', "bird's Objective-C Style");
     3539
    35343540    /* Fix .asm and add .mac, .kmk and .cmd. */
    35353541    replace_def_data("def-lang-for-ext-asm",'masm');
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette