mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
66 lines
3.6 KiB
Properties
66 lines
3.6 KiB
Properties
#---------------------------------------------------------------------
|
|
# Uncomment this option if you want to customize path to IDEA config folder.
|
|
#---------------------------------------------------------------------
|
|
# idea.config.path=${user.home}/.IdeaIC/config
|
|
|
|
#---------------------------------------------------------------------
|
|
# Uncomment this option if you want to customize path to IDEA system folder.
|
|
#---------------------------------------------------------------------
|
|
# idea.system.path=${user.home}/.IdeaIC/system
|
|
|
|
#---------------------------------------------------------------------
|
|
# Uncomment this option if you want to customize path to user installed plugins folder.
|
|
#---------------------------------------------------------------------
|
|
# idea.plugins.path=${user.home}/.IdeaIC/config/plugins
|
|
|
|
#---------------------------------------------------------------------
|
|
# Uncomment this option if you want to customize path to IDEA logs folder. Make sure you're using forward slashes.
|
|
#---------------------------------------------------------------------
|
|
# idea.log.path=${user.home}/.IdeaIC/system/log
|
|
|
|
#---------------------------------------------------------------------
|
|
# Maximum file size (kilobytes) IDEA should provide IntelliSense for.
|
|
# The larger file is the slower its editor works and higher overall system memory requirements are
|
|
# if IntelliSense is enabled. Remove this property or set to very large number if you need
|
|
# IntelliSense for any files available regardless their size.
|
|
#---------------------------------------------------------------------
|
|
idea.max.intellisense.filesize=2500
|
|
|
|
#---------------------------------------------------------------------
|
|
# IDEA copies library jars to prevent their locking. If copying is not desirable, specify "true".
|
|
#---------------------------------------------------------------------
|
|
idea.jars.nocopy=false
|
|
|
|
#---------------------------------------------------------------------
|
|
# Configure if a special launcher should be used when running processes from within IDEA.
|
|
# Using Launcher enables "soft exit" and "thread dump" features.
|
|
#---------------------------------------------------------------------
|
|
idea.no.launcher=false
|
|
|
|
#---------------------------------------------------------------------
|
|
# 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).
|
|
#---------------------------------------------------------------------
|
|
idea.xdebug.key=-Xdebug
|
|
|
|
#-----------------------------------------------------------------------
|
|
# 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
|
|
|
|
#----------------------------------------------------------------------
|
|
# Disabling this property may lead to visual glitches like blinking and fail to repaint
|
|
# on certain display adapter cards.
|
|
#----------------------------------------------------------------------
|
|
sun.java2d.noddraw=true
|
|
|
|
#----------------------------------------------------------------------
|
|
# Removing this property may lead to editor performance degradation under Windows.
|
|
#----------------------------------------------------------------------
|
|
sun.java2d.d3d=false
|
|
|
|
#----------------------------------------------------------------------
|
|
# Removing this property may lead to editor performance degradation under X Window.
|
|
#----------------------------------------------------------------------
|
|
sun.java2d.pmoffscreen=false |