• IAR EWARM 字体设置


    如果只想简单的设置,可进行如下设置

    Tools->IDE Options->Editor->Colors and Fonts->Editor Font->Font

    但是这里边似乎也没有什么舒服的字体,在网上找了找,还真找到了一个比较不错的字体,现呈现给大家

    IAR的 用户配置文件 在这里进行替换即可。

    winxp 盘符:Documents and Settings用户名Application DataIAR Embedded WorkbenchIarIdePm.ini 

    win7 盘符:Users用户名AppDataRoamingIAR Embedded WorkbenchIarIdePm.ini

    C:UsersAdministratorAppDataRoamingIAR Embedded WorkbenchIarIdePm.ini

    [Common]
    Fonts=_ -13 0 0 0 400 0 0 0 0 1 2 1 49 "Courier" -14 0 0 0 400 0 0 0 134 3 2 1 2 "宋体"
    Fonts=_ -16 400 3 2 1 49 "Courier New" 15

    最前面-13  -16  -14是字体大小

    所以,要想改变编辑器里的字体和字号,可以手工编辑IarIdePm.ini文件中

    [TextEditor]最底下的Fonts值,

    我的原先是“Fonts=_ -13 400 3 2 1 49 "Courier New" 15”,

    改成“Fonts=_ -16 400 3 2 1 49 "Consolas" 15”

    后再打开IAR就变成了12号的Console字体了。

    修改快速模版,用到的文件就是 CodeTemplates.ENU.txt 

    =============================================================================

    IAR EWARM 8.0

    C:UsersAdministratorAppDataRoamingIAR Embedded Workbenchiaride.xml

  • 相关阅读:
    20162330 2016-2017-2《程序设计与数据结构》课程总结
    强化学习--Policy Gradient
    59. Spiral Matrix II
    54. Spiral Matrix(剑指offer 19)
    58. Length of Last Word
    c++ string split
    神经网络反向传播,通俗理解
    大话设计模式C++ 备忘录模式
    57. Insert Interval
    c++ sort
  • 原文地址:https://www.cnblogs.com/shangdawei/p/4612074.html
Copyright © 2020-2023  润新知