i can't find 2 options 1. console output size. i need to make it bigger 2. increase the size of the completition list. i have 30 inches of tft space and want to use it
For #1 I assume you mean the size of the output buffer? You have to edit the idea.properties file to do that:
#----------------------------------------------------------------------- # 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
For #2, looks like that setting, along with a couple of others, got removed in IDEA 9. In IDEA 8 it was on the "code completion" settings dialog as "Lookup Height". See attached image comparing 8 vs 9 settings.
For #1 I assume you mean the size of the output buffer? You have to edit the idea.properties file to do that:
#-----------------------------------------------------------------------
# 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
See http://youtrack.jetbrains.net/issue/IDEA-20729
For #2, looks like that setting, along with a couple of others, got removed in IDEA 9. In IDEA 8 it was on the "code completion" settings dialog as "Lookup Height". See attached image comparing 8 vs 9 settings.
Attachment(s):
screenshots.png
hi jetbrains, why was this feature removed?
funny thing is, you can still search for it within config interface, so, it seems like it's label is still there ;-)