sourceinsightcustom command.

    技术2022-05-20  34

    Check in:

    ss Checkin %f

     

    Check out:

    ss Checkout %f

     

    Command Shell

    COMMAND.COM

     

     

    Compile file

    cl %f

     

    explore

    ShellExecute open explorer /e,/select,%f

     

    Explore Project Folder

    ShellExecute explore %j

     

    p4 diff

    p4win -D %f

     

    p4 hist

    p4win %f

     

    p4 revert

    p4 revert %f

     

    Preview in web browser

    ShellExecute iexplore %f

     

    Search in Folder

    ShellExecure fine %v

     

     

     

     

     

     

     

     

     

     


    最新回复(0)