1: 編譯。
選取UltraEdit的選單: 高階-〉工具配置
編譯C# Console
命令列填:
csc %n%e
工作目錄:
%p
名稱隨意。
%P Path only ("C:project est")
%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%System32Wbem;%SystemRoot%
Microsoft.NETFrameworkv1.1.4322
2: 關聯。
高階-〉配置-〉檔案關聯
我使用的 : .cst ,檔案描述:C#原始檔 ,點新增即可。以後可雙擊直接開啟.cst檔案。 就是文字檔案改後
綴為.cst即可。
3: 上色。
高階-〉配置-〉語法著色 -〉語法檔案全名
我的是 : D:UltraEditWORDFILE.TXT 點開啟。
找到
/L7"C#" Line Comment = // Block Comment On = /* Block Comment Off = */
Escape Char = String Chars = """ File Extensions = CS
在後面加上CST
Escape Char = String Chars = """ File Extensions = CS CST
1: 編譯。
選取UltraEdit的選單: 高階-〉工具配置
編譯C# Console
命令列填:
csc %n%e
工作目錄:
%p
名稱隨意。
%P Path only ("C:project est")
%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%System32Wbem;%SystemRoot%
Microsoft.NETFrameworkv1.1.4322
2: 關聯。
高階-〉配置-〉檔案關聯
我使用的 : .cst ,檔案描述:C#原始檔 ,點新增即可。以後可雙擊直接開啟.cst檔案。 就是文字檔案改後
綴為.cst即可。
3: 上色。
高階-〉配置-〉語法著色 -〉語法檔案全名
我的是 : D:UltraEditWORDFILE.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