win32 native filesystem disabled by default
[fedora-idea.git] / platform / platform-resources-en / src / misc / registry.properties
blob6ec6702098eb2d8ea678492444deb3552564ba05
1 fileIndex.background=false
2 fileIndex.background.description=Build/update file indices in background
3 fileIndex.background.restartRequired=true
5 actionSystem.fixLostTyping=true
6 actionSystem.fixLostTyping.description=Redispatch events, lost between actions and dialog show/close
7 actionSystem.fixStickyFocusedWindows=true
8 actionSystem.fixNullFocusedComponent=true
9 actionSystem.commandProcessingTimeout=30000
10 actionSystem.commandProcessingTimeout.description=Timeout after which currently proccessed command is forcibly cancelled
11 actionSystem.typeAheadTimeBeforeDialog=2000
12 actionSystem.typeAheadTimeBeforeDialog.description=If dialog shown as a result of some typing, all key types withing this time will be redispatched after dialog is closed
13 actionSystem.playback.autodelay=20
14 actionSystem.playback.autodelay.description=Delay between events generated by the playback runner
15 actionSystem.playback.useDirectActionCall=true
16 actionSystem.playback.useTypingTargets=true
17 actionSystem.focusIdleTimeout=20
18 actionSystem.mac.screenMenuNotUpdatedFix=false
19 actionSystem.keyGestures.enabled=false
20 actionSystem.suspendFocusTransferIfApplicationInactive=false
22 ide.debugMode=true
23 ide.debugMode.description=Record additonal information to make bug reports more informative
24 ide.forcedShowTooltip=alt
25 ide.forcedShowTooltip.description=Shortcut for forced show tooltip
26 ide.popup.dropShadow=false
28 ide.tree.yeildingUiUpdate=true
29 ide.tree.showBusyIndicator=true
30 ide.tree.waitForReadyTimout=250
31 ide.tree.clearOnHideTime=120000
32 ide.tree.autoscrollToVCenter=true
33 ide.tree.ensureSelectionOnFocusGained=true
34 ide.tree.autoExpandMaxDepth=5
36 ide.tabbedPane.bufferedPaint=true
38 debugger.valueTooltipAutoShow=true
39 debugger.valueTooltipAutoShow.description=Auto show tooltip on mouse over
41 filesystem.useNative=false
43 analyze.exceptions.on.the.fly=false
45 compiler.perform.outputs.refresh.on.start=true
46 compiler.perform.outputs.refresh.on.start.description=Whether to perform initial FS refresh before compilation starts. Need this to detect external changes to output dirs
47 compiler.perform.outputs.refresh.on.start.restartRequired=false