2

我想知道有没有人用过UniversalindentGUI

我正在尝试使用,运行时出现以下错误。

没有适当的文档或教程如何使用它,如果有人使用过它,请帮助我。

Indenter returned with exit code: 1
Indent console output was: 
(STDOUT):
(STDERR):Cannot find file indentinput.cpp 

调用字符串是:

"/Users/rbang/Desktop/Tools/UniversalIndentGUI_macx/indenters/astyle"
indentinput.cpp 
--options="/Users/rbang/Desktop/Tools/UniversalIndentGUI_macx/temp/.astylerc"
4

2 回答 2

1

在安装 UniversalIndentGUI 的目录中打开indenters/uigui_astyle.ini并找到以下属性:

inputFileName=indentinput
inputFileParameter=
outputFileName=indentinput
outputFileParameter=none

将它们更改为:

inputFileName=
inputFileParameter=stdin
outputFileName=
outputFileParameter=stdout

瞧!

于 2011-07-08T02:14:59.680 回答
0

我遇到了同样的问题,但是如果您在 ui 顶部的下拉菜单中切换到不同的压头(就在文本“Indenter Settings”下方并使用不同的压头(我正在使用 Uncrustify(C, C++, C# , Objective-C) 它起作用。我怀疑这与所有缩进器可能没有与下载捆绑但 uncrustify 的事实有关。我尝试过的大多数都有这个问题,但我唯一关心的是去壳。

于 2011-03-26T04:31:54.447 回答