Settings | Sign in | Sign up

There are currently 5 posts.

Notepad++ nesC語法高亮xml文件

Floor 1 巨大八爪鱼 8/4/16 13:33
插件列表:http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files
下載地址:http://notepad-plus.sourceforge.net/commun/userDefinedLang/userDefineLang_nesC.xml
Floor 2 巨大八爪鱼 8/4/16 13:37
下載後,打開Notepad++,點擊Language菜單的Define your language..選項,點擊Import...按鈕,選擇下載好的xml文件導入。導入成功後關閉Notepad++,然後再重新打開一個nc文件就可以看到效果了。

Floor 3 巨大八爪鱼 8/4/16 14:01
【擴展:使數字(包括十六進位數)顯示為橙色】
Floor 4 巨大八爪鱼 8/4/16 14:03

【參考資料】
http://stackoverflow.com/questions/13077332/notepad-user-defined-language-hex-numbers
Notepad++ 6.4.5 allows to fully define hex representation, a bit tricky though. Set Prefix 2: "0x" and Extras 1: "A B C D E F a b c d e f". (Do not exchange Prefix 2 with 1 nor Extras 1 with 2, otherwise it does not work) – Sérgio Sep 6 '13 at 22:34
Floor 5 巨大八爪鱼 8/4/16 14:13
【運算符列表】

! % ( ) : ; ? ^ { } ~ + - < = > & | [ ] , *

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.