VirtualBox

Changeset 2588 in kBuild


Ignore:
Timestamp:
Jun 17, 2012 2:11:25 PM (13 years ago)
Author:
bird
Message:

kdev.e: tabs and indent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VSlickMacros/kdev.e

    r2587 r2588  
    33303330}
    33313331
    3332 static _str aCLikeIncs[] = 
    3333 { 
     3332static _str aCLikeIncs[] =
     3333{
    33343334    "c", "ansic", "java", "rul", "vera", "ch", "as", "idl", "asm", "s", "imakefile", "rc", "lex", "yacc", "antlr"
    33353335};
     
    33373337static _str aMyLangIds[] =
    33383338{
    3339     "ansic", 
    3340     "antlr", 
    3341     "as", 
    3342     "asm", 
    3343     "c", 
    3344     "csh", 
    3345     "css", 
    3346     "ch", 
    3347     "conf", 
    3348     "d", 
    3349     "docbook", 
    3350     "dtd", 
    3351     "html", 
    3352     "idl", 
    3353     "imakefile", 
    3354     "ini", 
    3355     "java", 
    3356     "js", 
    3357     "lex", 
    3358     "mak", 
    3359     "masm", 
    3360     "phpscript", 
    3361     "powershell", 
     3339    "ansic",
     3340    "antlr",
     3341    "as",
     3342    "asm",
     3343    "c",
     3344    "csh",
     3345    "css",
     3346    "ch",
     3347    "conf",
     3348    "d",
     3349    "docbook",
     3350    "dtd",
     3351    "html",
     3352    "idl",
     3353    "imakefile",
     3354    "ini",
     3355    "java",
     3356    "js",
     3357    "lex",
     3358    "mak",
     3359    "masm",
     3360    "phpscript",
     3361    "powershell",
    33623362    "py",
    33633363    "rexx",
    3364     "rc", 
    3365     "rul", 
    3366     "tcl", 
    3367     "s", 
    3368     "unixasm", 
    3369     "vbs", 
    3370     "xhtml", 
    3371     "xml", 
    3372     "xmldoc", 
    3373     "xsd", 
     3364    "rc",
     3365    "rul",
     3366    "tcl",
     3367    "s",
     3368    "unixasm",
     3369    "vbs",
     3370    "xhtml",
     3371    "xml",
     3372    "xmldoc",
     3373    "xsd",
    33743374    "yacc"
    33753375};
     
    33853385_command void kdev_load_settings()
    33863386{
    3387     typeless nt1; 
     3387    typeless nt1;
    33883388    typeless nt2;
    33893389    typeless nt3;
     
    34923492        LanguageSettings.setUseAdaptiveFormatting(sLangId,   true);
    34933493        LanguageSettings.setSaveStripTrailingSpaces(sLangId, STSO_STRIP_MODIFIED);
     3494        LanguageSettings.setTabs(sLangId, "8+");
     3495        LanguageSettings.setSyntaxIndent(sLangId, 4);
    34943496
    34953497        /* C/C++ setup, wrap at column 80 not 64. */
     
    35083510    LanguageSettings.setIndentWithTabs('mak', true);
    35093511    LanguageSettings.setLexerName('mak', 'kmk');
     3512    LanguageSettings.setSyntaxIndent('mak', 8);
    35103513
    35113514    /* Fix .asm and add .mac and .kmk. */
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