From ceda3379d32f0ffc3389fd06594c035a47e55a6d Mon Sep 17 00:00:00 2001 From: Anna Kozlova Date: Tue, 21 Oct 2008 18:18:10 +0400 Subject: [PATCH] general settings: cycle buffer -> idea.properties --- python/build/idea.properties | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python/build/idea.properties b/python/build/idea.properties index a2615c7e253f..28113c261c48 100644 --- a/python/build/idea.properties +++ b/python/build/idea.properties @@ -84,3 +84,9 @@ swing.bufferPerWindow=false # To avoid too long classpath idea.dynamic.classpath=false + + +#----------------------------------------------------------------------- +# 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 \ No newline at end of file