如何用UltraEdit編譯C#來源程式

來源:互聯網
上載者:User
轉自:http://www.tongyi.net/article/20050201/200502014190.shtml
1:   編譯。
選取UltraEdit的菜單: 進階-〉工具配置
編譯C# Console
命令列填:
csc %n%e
工作目錄:
%p
名稱隨意。
儲存活動檔案,輸出到列表視窗,捕捉輸出 這3個都選上。 最後點擊 “插入“。

%P        Path only ("C:\project\test\")
%N        fileName only ("test")
%E        Extension only (".c")

編譯C# Console 有表徵圖:
csc /win32icon:app.ico %n%e

編譯C# dll:
csc /t:library /out:%n.dll %n%e

編譯C# winexe:
csc /t:winexe %n%e

編譯C# winexe有表徵圖:
csc /t:winexe /win32icon:app.ico %n%e

然後,我的電腦-〉屬性-〉進階-〉環境變數-〉
Path 編輯為
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SystemRoot%\Microsoft.NET\Framework\v1.1.4322\

2:   關聯。
進階-〉配置-〉檔案關聯
我使用的 : .cst ,檔案描述:C#源檔案 ,點添加即可。以後可雙擊直接開啟.cst檔案。 就是文字檔改尾碼為.cst即可。

3:   上色。
進階-〉配置-〉文法著色 -〉文法檔案全名
我的是 :  D:\UltraEdit\WORDFILE.TXT   點開啟。
找到
/L7"C#" Line Comment = // Block Comment On = /* Block Comment Off = */
Escape Char = \ String Chars = "' File Extensions = CS
在後面加上CST
/L7"C#" Line Comment = // Block Comment On = /* Block Comment Off = */
Escape Char = \ String Chars = "' File Extensions = CS CST
這樣雙擊開啟cst檔案時就會自動加上C#語言的文法著色。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.