设置FlashDevelop中编辑器的字体
找到FlashDevelop安装目录,例如:D:\Program Files\FlashDevelop;
早该目录中找到setting文件夹,setting\language中找到对应的开发语
言的xml配置文件。若修改as2和as3编辑器中的字体,则打开AS2.xml和
AS3.xml,‘查找’font关键词。在
<use-styles> <style name="default" fore="0x000000" back="0xffffff" size="9" font="Consolas" /> <style name="comment" fore="0x008000" /><style name="commentline" fore="0x008000" /><style name="commentdoc" fore="0x008000" /><style name="number" fore="0x000099" /><style name="word" fore="0x000099" /><style name="string" fore="0xa31515" /><style name="character" fore="0xa31515" /></use-styles>
??修改style中的font值即可。
?