Changeset 387

Show
Ignore:
Timestamp:
03/19/11 01:43:04 (1 year ago)
Author:
yidabu
Message:

eol=LF now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/scite4d/SciTEGlobal.properties

    r348 r387  
    55code.page=65001 
    66output.code.page=65001 
     7eol.mode=LF 
    78buffers=50 
    89source.files=*.api;*.asm;*.c;*.cc;*.cpp;*.cxx;*.cs;*.h;*.hh;*.hxx;*.hpp;\ 
  • tools/scite4d/d.keywords.properties

    r44 r387  
    33    catch cdouble cent cfloat char class const continue creal dchar debug default delegate \ 
    44    delete deprecated do double else enum export extern false final finally float for foreach \ 
    5     foreach_reverse function goto idouble if ifloat import in inout int interface invariant ireal \ 
     5    foreach_reverse function goto idouble if ifloat import immutable in inout int interface invariant ireal \ 
    66    is lazy long macro mixin module new null out override package pragma private protected public \ 
    7     real ref return scope short static struct super switch synchronized template this throw true try \ 
     7    real ref return scope short size_t static struct super switch synchronized template this throw true try \ 
    88    typedef typeid typeof ubyte ucent uint ulong union unittest ushort version void volatile wchar while with  
    99 
  • tools/scite4d/d.properties

    r348 r387  
    182182braces.d.style=13 
    183183 
     184# 20110319 
     185eol.mode=LF 
    184186 
  • tools/scite4d/ybud.d

    r380 r387  
    1313 
    1414        Authors:        yidabu ( D China : http://www.d-programming-language-china.org/ ) 
     15        History: 
     16                        version 0.18, updated autocomplete for dwt2, tango 0.99.8 
     17                        version 0.19 updated autocomplete for dwt2 tango 0.99.9, DWin 0.40, run postbuild.sh when exists with makefile         
    1518 
    1619*******************************************************************************/ 
    1720 
    18 // version 0.18, updated autocomplete for dwt2, tango 0.99.8 
    19 // version 0.19 updated autocomplete for dwt2 tango 0.99.9, DWin 0.40, run postbuild.sh when exists with makefile 
     21 
    2022 
    2123module ybud; 
     
    260262                            break; 
    261263                        } 
     264                        if(Path.exists(exeDir() ~ mingwMake)) 
     265                            mingwMake = exeDir() ~ mingwMake; 
    262266                        char[] command = mingwMake ~ " -f " ~ makefilePath.toString; 
    263267                        Stdout.formatln("command: {}", command);