Answers:
根据普遍的要求,Override控制台周期缓冲区大小设置已添加到UI 9/14/16:
较早版本的原始答案:
编辑IDEA_HOME\bin\idea.properties
文件,并增加此设置:
#-----------------------------------------------------------------------
# This option controls console cyclic buffer: keeps the console output size not higher than the specified buffer size (Kb). Older lines are deleted.
# In order to disable cycle buffer use idea.cycle.buffer.size=disabled
idea.cycle.buffer.size=1024
然后重新启动IntelliJ。
/Applications/IntelliJ IDEA 14 CE.app/Contents/bin/idea.properties
使用IntelliJ 11(至少在Mac上是),而是在Info.plist中配置此设置:
IDEA_HOME/Contents/Info.plist
那里应该已经有一个值,因此只需对其进行修改即可,而不是添加一个新值。
idea.properties
文件副本中对其进行修改,更多详细信息请参见此处。