IDEA-17650 Splash screen is too agressive on Linux - set focusable state to false
[fedora-idea.git] / bin / idea.properties
blob68a4adfa94bd91b1b073443b0e9e9cc7b7f78da0
1 # path to IDEA config folder
2 idea.config.path=${user.home}/.IdeaIC90/config
4 # path to IDEA system folder
5 idea.system.path=${user.home}/.IdeaIC90/system
7 # path to user installed plugins folder
8 idea.plugins.path=${user.home}/.IdeaIC90/config/plugins
10 #---------------------------------------------------------------------
11 # Maximum file size (kilobytes) IDEA should provide intellisense for.
12 # The larger file is the slower its editor works and higher overall system memory requirements are
13 # if intellisense is enabled. Remove this property or set to very large number if you need
14 # intellisense for any files available regardless their size.
15 #---------------------------------------------------------------------
16 idea.max.intellisense.filesize=2500
18 # IDEA copies library jars to prevent their locking. If copying is not desirable, specify "true"
19 idea.jars.nocopy=false
21 # Configure if a special launcher should be used when running processes from within IDEA. Using Launcher enables "soft exit" and "thread dump" features
22 idea.no.launcher=false
24 # The VM option value to be used start the JVM in debug mode. Some environments define it in a different way (-XXdebug in Oracle VM)
25 idea.xdebug.key=-Xdebug
27 #-----------------------------------------------------------------------
28 # This option controls console cyclic buffer: keeps the console output size not higher than the specified buffer size (Kb). Older lines are deleted.
29 # In order to disable cycle buffer use idea.cycle.buffer.size=disabled
30 idea.cycle.buffer.size=1024