1500字范文,内容丰富有趣,写作好帮手!
1500字范文 > KEIL代码配色方案

KEIL代码配色方案

时间:2019-03-16 08:42:05

相关推荐

KEIL代码配色方案

分享一个KEIL配色方案

设置步骤

打开KEIL安装路径;找到在UV4目录下的global.prop文件,先复制一份作为备用,以便恢复配色方案;将附件中下载的global.prop文件替换UV4目录下的global.prop;重新打开KEIL就可以使用啦!

***附件下载链接:***链接:/s/1eROcQm2 密码:fs91

工作使用的KEIL配色方案

配置方法

用记事本打开在UV4目录下的global.prop文件,然后将一下内容替换到文件中保存。

# properties for all file typesindent.automatic=1virtual.space=0view.whitespace=0view.endofline=0code.page=0caretline.visible=1highlight.matchingbraces=1print.syntax.coloring=1use.tab.color=1create.backup.files=0auto.load.ext.modfiles=0save.prj.before.dbg=0save.files.before.dbg=0function.scanner.project=1function.scanner.files=1function.scanner.modules=1# properties for c/cpp filessyntax.colouring.cpp=1use.tab.cpp=1tabsize.cpp=4line.margin.visible.cpp=1fold.cpp=1monospaced.font.cpp=1# properties for asm filessyntax.colouring.asm=1use.tab.asm=1tabsize.asm=4line.margin.visible.asm=1monospaced.font.asm=1# properties for other filesuse.tabs=1tabsize=4line.margin.visible.txt=1monospaced.font.txt=1# setting for code completion and syntax checkcc.autolist=1cc.highlightsyntax=1cc.showparameters=1cc.triggerlist=1cc.triggernumchars=3cc.enter.as.fillup=0# autosave for editor filesautosave=0autosave.interval=5# vertical edge at right marginedge.mode=0edge.column=80# Specification for text selection and caret lineselection.fore=#000000selection.back=#86C7F7caret.fore=#000000caret.back=#D2DCE6# Color for vertical edgeedge.colour=#66FAFA# C/C++ Editor filestemplate.cpp="#define","#define |";"#if","#if |\r\n\r\n#endif";\\"#include","#include ";"Header","// Header:\r\n// File Name: |\r\n// Author:\r\n// Date:\r\n";\\"continue","continue;";"do","do\r\n{\r\n\t// TODO: enter the block content here\r\n\t\r\n\t|\r\n} while ();\r\n";\\"enum","enum |\r\n{\r\n\t\r\n};\r\n";"for","for(|;;)\r\n{\r\n}";\\"fpointer_type","typedef int (* |F)();\r\n";"function","void function(|)\r\n{\r\n\r\n}\r\n";\\"if","if (|)";"ifelse","if (|)\r\n{\r\n}\r\nelse\r\n{\r\n}";\\"struct","struct | \r\n{\r\n\r\n};\r\n";"switch","switch (|)\r\n{\r\n\tcase:\r\n\t\tbreak;\r\n\tcase:\r\n\t\tbreak;\r\n\tdefault:\r\n\t\tbreak;\r\n}";\\"void","void | ();\r\n";"while","while (|)\r\n{\r\n}";\\font.monospace.cpp=Consolasstyle.cpp.32=font:Consolas,size:12,fore:#000000,back:#D2DCE6style.cpp.4=font:Consolas,size:12,fore:#FF0000,back:#D2DCE6style.cpp.10=font:Consolas,size:12,fore:#800080,back:#D2DCE6style.cpp.1=font:Consolas,size:12,fore:#008080,back:#A8BBCEstyle.cpp.2=font:Consolas,size:12,fore:#008080,back:#A8BBCEstyle.cpp.5=font:Consolas,size:12,fore:#FF8000,back:#D2DCE6style.cpp.6=font:Consolas,size:12,fore:#FF00FF,back:#FBF1C4style.cpp.11=font:Consolas,size:12,fore:#000080,back:#D2DCE6style.cpp.9=font:Consolas,size:12,fore:#0000FF,back:#D2DCE6style.cpp.7=font:Consolas,size:12,fore:#7F007F,back:#D2DCE6style.cpp.34=font:Consolas,size:12,fore:#500000,back:#20FFFFstyle.cpp.35=font:Consolas,size:12,fore:#FF0000,back:#D2DCE6style.cpp.16=font:Consolas,size:12,fore:#B00040,back:#D2DCE6style.cpp.12=font:Consolas,size:12,fore:#000000,back:#E0C0E0# Asm Editor filesfont.monospace.asm=Courier Newstyle.asm.32=font:Courier New,size:10,fore:#000000,back:#FFFFFFstyle.asm.1=font:Courier New,size:10,fore:#616161,back:#FFFFFFstyle.asm.2=font:Courier New,size:10,fore:#FF0000,back:#FFFFFFstyle.asm.3=font:Courier New,size:10,fore:#7F007F,back:#FFFFFFstyle.asm.4=font:Courier New,size:10,fore:#000000,back:#FFFFFFstyle.asm.5=font:Courier New,size:10,fore:#000000,back:#FFFFFFstyle.asm.6=font:Courier New,size:10,fore:#0000FF,back:#FFFFFFstyle.asm.7=font:Courier New,size:10,fore:#0000FF,back:#FFFFFFstyle.asm.9=font:Courier New,size:10,fore:#0000FF,back:#FFFFFFstyle.asm.10=font:Courier New,size:10,fore:#0000FF,back:#FFFFFFstyle.asm.11=font:Courier New,size:10,fore:#007F00,back:#FFFFFFstyle.asm.12=font:Courier New,size:10,fore:#7F007F,back:#FFFFFFstyle.asm.8=font:Courier New,size:10,fore:#46AA03,back:#FFFFFF# Editor Text filesfont.monospace.txt=Courier Newstyle.txt.32=font:Verdana,size:10,fore:#000000,back:#FFFFFF

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。