【问题标题】:CodeLite formattingCodeLite 格式化
【发布时间】:2012-10-03 15:00:07
【问题描述】:

我使用CodeLite IDE 进行C++ 开发,但我没有找到任何方法来选择-> 正确格式化文本。

这个:

if(1 == 1){
return 1;
}

应格式化为:

if(1 == 1){
   return 1;
}

有没有办法选择代码块,然后使用 CodeLite IDE 对其进行格式化?

【问题讨论】:

    标签: c++ codelite


    【解决方案1】:

    转到菜单 PluginsSource Code FormatterFormat Current Source 或者直接按 Ctrl +

    如果您想设置格式首选项,请选择菜单插件源代码格式化程序选项...

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-06-07
      • 2019-10-30
      • 2023-04-10
      • 2016-01-10
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-02-06
      相关资源
      最近更新 更多