1 localHistory.daysToKeep=5
2 localHistory.daysToKeep.description=Specify how many working days changes should be remembered.\n\
3 WARNING: Do not use local history as main version control since it may become corrupted if the IDE hangs.
4 undo.globalUndoLimit=10
5 undo.documentUndoLimit=100
7 actionSystem.fixLostTyping=true
8 actionSystem.fixLostTyping.description=Redispatch events, lost between actions and dialog show/close.
9 actionSystem.fixStickyFocusedWindows=true
10 actionSystem.fixNullFocusedComponent=true
11 actionSystem.noDefaultComponent=true
12 actionSystem.commandProcessingTimeout=30000
13 actionSystem.commandProcessingTimeout.description=Timeout after which currently processed command is forcibly cancelled.
14 actionSystem.typeAheadTimeBeforeDialog=2000
15 actionSystem.typeAheadTimeBeforeDialog.description=If dialog shown as a result of some typing, all key types withing this time\
16 will be re-dispatched after dialog is closed.
17 actionSystem.typeAheadTimeAfterPopupAction=500
18 actionSystem.playback.delay=20
19 actionSystem.playback.delay.description=Delay between events generated by the playback runner.
20 actionSystem.playback.useDirectActionCall=true
21 actionSystem.playback.useTypingTargets=true
22 actionSystem.focusIdleTimeout=20
23 actionSystem.mac.screenMenuNotUpdatedFix=false
24 actionSystem.keyGestures.enabled=false
25 actionSystem.keyGestureDblClickTime=650
26 actionSystem.suspendFocusTransferIfApplicationInactive=true
27 actionSystem.xWindow.remove.focus.from.nonFocusable.popups=true
28 actionSystem.xWindow.remove.focus.from.nonFocusable.popups.delay=50
29 actionSystem.noContextComponentWhileFocusTransfer=true
30 actionSystem.secondKeystrokeTimeout=2000
31 actionSystem.secondKeystrokeAutoPopupEnabled=false
32 actionSystem.secondKeystrokePopupTimeout=500
33 actionSystem.keyGestureHoldTime=400
34 actionSystem.autoSelectTimeout=1000
35 actionSystem.quickAccessEnabled=false
36 actionSystem.quickAccessModifiers=
37 actionSystem.quickAccessShowSpotsTime=1500
38 actionSystem.win.suppressAlt=true
39 actionSystem.win.suppressAlt.new=true
40 actionSystem.mouseGesturesEnabled=true
41 actionSystem.assertFocusAccessFromEdt=true
42 actionSystem.enableAbbreviations=true
43 actionSystem.extendedKeyCode.disabled=false
45 color.blindness.icon.filter=false
46 color.blindness.daltonization=false
50 ide.debugMode.description=Record additional information to make bug reports more informative.
51 ide.forcedShowTooltip=alt
52 ide.forcedShowTooltip.description=Shortcut for forced show tooltip.
53 ide.popup.dropShadow=false
54 ide.popup.resizable.border.sensitivity=4
55 ide.consumeKnownToolkitBugs=true
56 ide.highlight.match.in.selected.only=true
57 ide.lazyIconLoading=true
58 ide.mnemonic.helper.old=true
59 ide.mnemonic.helper.old.restartRequired=true
60 ide.mnemonic.helper.old.description=Use new algorithm of mnemonics processing
61 ide.checkDuplicateMnemonics=false
62 ide.checkDuplicateMnemonics.description=Check for duplicate mnemonics.
63 ide.dnd.textHints=false
64 ide.max.recent.projects=50
66 ide.editor.tabs.open.at.the.end=false
67 ide.editor.tabs.open.at.the.end.description=If true all new tabs will be opened at the end
69 ide.hide.excluded.files=false
70 ide.hide.excluded.files.restartRequired=true
71 ide.hide.excluded.files.description=Do not show excluded files in Project View and exclude them from VCS
74 idea.fix.mac.env.restartRequired=true
75 idea.fix.mac.env.description=On Mac, use shell environment for external processes.
77 idea.mac.prevent.app.nap=false
78 idea.mac.prevent.app.nap.description=Prevent app nap during indexing and inspection
80 ide.x11.override.wm=true
82 ide.appIcon.progress=true
83 ide.appIcon.badge=true
84 ide.appIcon.requestAttention=true
88 ide.windowSystem.hScrollChars=5
89 ide.windowSystem.vScrollChars=5
90 ide.windowSystem.autoShowProcessPopup=false
91 ide.windowSystem.showListItemsPopup=true
92 ide.windowSystem.asyncSplitters=true
93 ide.windowSystem.showTooWindowButtonsSwitcher=true
95 passwordSafe.masterPassword.ttl=360
96 passwordSafe.memorySafe.ttl=-1
98 ide.tree.yieldingUiUpdate=true
99 ide.tree.showBusyIndicator=true
100 ide.tree.waitForReadyTimeout=250
101 ide.tree.clearOnHideTime=120000
102 ide.tree.autoscrollToVCenter=true
103 ide.tree.ensureSelectionOnFocusGained=true
104 ide.tree.autoExpandMaxDepth=5
105 ide.tree.expandRecursionDepth=50
106 ide.tree.checkStructure=false
107 ide.tree.uiLockAttempt=250
108 ide.tree.deferred.icon.invalidates.cache=true
110 ide.splitter.mouseZone=6
111 ide.smart.horizontal.scrolling=true
112 ide.scroll.new.layout=true
113 ide.scroll.align.component=true
114 ide.scroll.background.auto=true
115 ide.scroll.background.wide=false
116 ide.scroll.bar.expand.animation=false
117 ide.scroll.track.border.paint=false
118 ide.scroll.thumb.border.rounded=false
119 ide.scroll.thumb.small.if.opaque=true
120 mac.scroll.new.ui=true
122 ide.tooltip.callout=true
123 ide.tooltip.animationCycle=150
124 ide.tooltip.initialDelay=1200
125 ide.tooltip.initialDelay.highlighter=150
126 ide.tooltip.reshowDelay=500
127 ide.tooltip.dismissDelay=4000
128 ide.tooltip.initialReshowDelay=300
129 ide.tooltip.autoDismissDeadZone=300
130 ide.balloon.shadowEnabled=true
131 ide.balloon.shadow.size=15
132 ide.expansion.hints.enabled=true
133 ide.expansion.hints.on.all.screens=false
135 editor.balloonHints=true
136 editor.mouseSelectionStateResetTimeout=1000
137 editor.mouseSelectionStateResetDeadZone=4
138 editor.use.new.tabs=true
139 editor.use.scrollable.tabs=true
140 editor.smarterSelectionQuoting=true
141 editor.skip.copy.and.cut.for.empty.selection=false
142 editor.distraction.free.mode=false
144 editor.durable.folding.state=true
145 editor.durable.folding.state.description=If set, collapsed fold regions will preserve their state after a wider variety of document editing changes
147 editor.soft.wrap.force.limit=10000
148 editor.soft.wrap.force.limit.description=If document contains lines longer than this value, soft wraps will be forcibly enabled in editor due to performance reasons
150 editor.navigation.history.stack.size=25
151 editor.navigation.history.stack.size.description=Stack size limit for back/forward and last/next edit location navigation
153 editor.reformat.on.typing=false
155 ide.showIndexRebuildMessage=false
157 ide.tabbedPane.bufferedPaint=true
158 ide.tabbedPane.dragOutMultiplier=1.2
160 ide.mac.file.chooser.show.hidden.files=false
161 ide.mac.file.chooser.native=false
162 ide.mac.message.dialogs.as.sheets=true
163 skip.untitled.windows.for.mac.messages=false
164 skip.untitled.windows.for.mac.messages.description=Temporary key to test a fix for MacMessages
165 ide.mac.mountain.lion.notifications.enabled=true
166 ide.mac.inplaceDialogMnemonicsFix=false
167 ide.mac.alt.mnemonic.without.ctrl=true
168 ide.mac.fix.dialog.showing=false
169 ide.mac.hide.cursor.when.typing=true
170 ide.mac.show.native.help=true
171 ide.mac.useNativeClipboard=false
172 ide.mac.boldEditorTabs=false
173 ide.mac.disableMacScrollbars=false
174 ide.mac.disableMacScrollbars.restartRequired=true
175 ide.mac.disableMacScrollbars.description=Disables OS X overlay scrollbars
176 ide.mac.pressAndHold.workaround=true
177 ide.mac.pressAndHold.workaround.description=Enable workaround for press-and-hold input method for accented characters on Mac OS
178 ide.mac.pressAndHold.brute.workaround=false
179 ide.mac.pressAndHold.brute.workaround.description=Enable alternative workaround for press-and-hold input method for accented characters on Mac OS. Might work in more cases, but known to cause issues with Japanese text input.
180 ide.perProjectModality=false
181 ide.perProjectModality.description=New modality approach. All dialogs are DOCUMENT_MODAL expect ide-wide dialogs
183 ide.mac.retina.disableDrawingFix=false
185 ide.mac.fix.font.fallback=false
186 ide.mac.fix.font.fallback.description=Fix font fallback mechanism by using a more elaborate procedure to check whether specific font can display a particular character
188 debugger.showTypes=true
189 debugger.showTypes.description=Show types in variables tree
190 debugger.valueTooltipAutoShow=true
191 debugger.valueTooltipAutoShow.description=Auto show tooltip on mouse over.
192 debugger.valueTooltipAutoShowOnSelection=false
193 debugger.valueTooltipAutoShowOnSelection.description=Auto show tooltip when editor selection changes
194 debugger.mayBringFrameToFrontOnBreakpoint=true
195 debugger.breakpoint.message.full.trace=false
196 debugger.breakpoint.message.full.trace.description='Log message to console' breakpoint action will out full stacktrace\
197 for the thread that hit the breakpoint.
198 debugger.batch.evaluation=false
199 debugger.compiling.evaluator=true
200 debugger.watches.in.variables=true
201 debugger.auto.fetch.icons=true
202 debugger.close.dialog.on.navigate=true
203 debugger.close.dialog.on.navigate.description=Close evaluate dialog on Jump to (type) source action
204 debugger.async.smart.step.into=true
205 debugger.async.smart.step.into.description=Smart step into anonymous class methods in any thread
206 debugger.monitor.blocked.threads=true
207 debugger.monitor.blocked.threads.description=Watch if a thread we do stepping in is blocked by another suspended thread
208 debugger.watch.return.speedup=true
209 debugger.watch.return.speedup.description=Reduce watch return values overhead by applying extra filters
210 debugger.check.source=true
211 debugger.check.source.description=Check that source code matches the bytecode
212 debugger.click.disable.breakpoints=false
213 debugger.click.disable.breakpoints.description=Single click to disable a breakpoint, middle click to remove
215 analyze.exceptions.on.the.fly=false
216 analyze.exceptions.on.the.fly.description=Automatically analyze clipboard on frame activation,\
217 and if there is a stacktrace calls Analyze Stacktrace.
219 compiler.perform.outputs.refresh.on.start=false
220 compiler.perform.outputs.refresh.on.start.description=Whether to perform initial FS refresh before compilation starts.\
221 Need this to detect external changes to output dirs.
222 compiler.max.static.constants.searches=3000
223 compiler.max.static.constants.searches.description=If the number of changed compile time constants exceeds this value,\
224 make will start full-project rebuild
226 compiler.process.jdk=
227 compiler.process.jdk.description=Path to a JDK home. Force build process to be run using the JDK specified. It is assumed that the jdk is at least of version 1.6.
229 compiler.process.32bit.vm.on.mac=true
230 compiler.process.32bit.vm.on.mac.description=Force -d32 VM option on Mac (recommended for faster startup and lower memory footprint).
232 compiler.process.use.memory.temp.cache=true
233 compiler.process.use.memory.temp.cache.description=Store temporary data in memory for faster compilation;\
234 requires larger heap size for the build process. If parallel build is enabled, the option is ignored and temp data is always stored in memory.
236 compiler.process.preload=true
237 compiler.process.preload.description=After build finishes, the IDE will pre-load and leave waiting in memory the build process for the next compilation. This will save time for process start and project model loading (may be noticeable for big projects).\
239 compiler.process.debug.port=-1
240 compiler.process.debug.port.description=Specifies build port at which build process will wait for debugger connections\n\
241 if 'Debug Build Process' (available via Find Action) is enabled.\n\
242 -1 means that a random available port will be chosen.
244 compiler.automake.trigger.delay=300
245 compiler.automake.trigger.delay.description=Delay in milliseconds before triggering auto-make in response to file system events
247 compiler.automake.allow.when.app.running=false
248 compiler.automake.allow.when.app.running.description=Allow auto-make to start even if developed application is currently running. Note that automatically started make may eventually delete some classes that are required by the application.
250 compiler.document.save.trigger.delay=1500
251 compiler.document.save.trigger.delay.description=Delay in milliseconds before triggering save in response to document changes
253 compiler.build.data.unused.threshold=30
254 compiler.build.data.unused.threshold.description=If project is not opened for the specified number of days, its build data will be cleared to save disk space
256 vcs.annotations.preload=false
258 vcs.log.bek.sort.disabled=false
259 vcs.log.linear.bek.sort=false
260 vcs.log.square.labels=false
261 vcs.log.recent.commits.count=1000
262 vcs.log.open.another.log.visible=false
264 vcs.executable.validator.timeout.sec=60
265 vcs.unversioned.files.in.commit=true
267 psi.incremental.reparse.depth.limit=1000
268 psi.deferIconLoading=true
269 psi.track.invalidation=true
270 psi.element.list.cell.renderer.focus.border.enabled=false
272 ide.suggest.file.when.creating.filename.like.directory=true
273 ide.suggest.file.when.creating.filename.like.directory.description=When creating a directory named foo.txt, suggest to create a file with such a name instead
275 find.search.in.project.files=true
277 structureView.coalesceTime=500
279 keymap.show.alias.actions=false
280 frameworks.download.libraries.server.url=http://pluginsrepo-test:8080
281 caches.indexerThreadsCount=-1
282 navBar.updateMergeTime=100
283 navBar.userActivityMergeTime=100
285 ide.mac.fix.accessibleLeak=true
287 projectView.showHierarchyErrors=true
288 projectView.hide.dot.idea=true
289 projectView.choose.directory.on.compacted.middle.packages=false
290 projectView.choose.directory.on.compacted.middle.packages.description=Show "Choose destination directory" when creating a new file with a node selected that corresponds to multiple compacted packages
292 show.live.templates.in.completion=true
293 ide.completion.autopopup.select.live.templates=true
294 ide.completion.autopopup.choose.by.enter=true
296 java.completion.make.outer.variables.final=true
297 java.completion.make.outer.variables.final.description=Make variables accessed from inner class final automatically
299 java.annotations.inference.nullable.method=false
300 java.annotations.inference.nullable.method.description=Restart is required; infer @Nullable annotation for method results
301 java.annotations.inference.nullable.method.transitivity=true
302 java.annotations.inference.nullable.method.transitivity.description=Restart is required; if a method result is a call to a @Nullable method, reports the caller as @Nullable as well
304 java.hierarchy.service=false
305 java.hierarchy.service.description=Restart is required; calculate class hierarchy in background
307 java.max.package.name.length=1000
308 java.max.package.name.length.description=An upper length limit on string that the IDE considers worth checking for being package names
310 java.correct.class.type.by.place.resolve.scope=true
311 java.correct.class.type.by.place.resolve.scope.description=When resolving Java references, use the resolve scope of the currently processed source file
313 documentation.component.editor.font=false
315 ide.completion.show.better.matching.classes=true
316 ide.completion.show.better.matching.classes.description=Show non-imported but good matching classes in basic completion
318 ide.completion.show.lower.case.classes=false
319 ide.completion.show.lower.case.classes.description=Show non-imported classes starting with a lowercase letter in basic completion
321 ide.completion.delay.autopopup.until.completed=false
322 ide.completion.delay.autopopup.until.completed.description=Controls if completion autopopup is shown immediately and populated in background, or delayed until all suggestion are calculated
324 ide.completion.middle.matching=true
325 ide.completion.middle.matching.description=Suggest items in completion that contain the entered string somewhere in the middle.
327 ide.completion.lookup.element.preselect.depends.on.context=true
328 ide.completion.lookup.element.preselect.depends.on.context.description=Preselection of the first element in completion list depends on context
330 ide.completion.variant.limit=1000
331 ide.completion.variant.limit.description=Completion list will never show a number of (most relevant) items >= this number
333 ide.goto.middle.matching=true
334 ide.goto.middle.matching.description=Suggest items in goto actions that contain the entered string somewhere in the middle.
335 ide.goto.rebuild.delay=0
337 ide.structural.navigation.visit.fields=false
338 ide.structural.navigation.visit.fields.description=Whether fields should be stopped at when navigating to the nex/previous structural member by Alt+Down/Up.
340 ide.non.english.keyboard.layout.fix=false
341 ide.non.english.keyboard.layout.fix.description=Enables a fix for key codes with non-English keyboard layouts
343 ide.dfa.getters.with.side.effects=
344 ide.dfa.getters.with.side.effects.description=A regex on qualified names of methods that look like getters but are not. For Constant Conditions & Exception inspection
346 ide.dfa.time.limit.online=1000
347 ide.dfa.time.limit.online.description=Time limit (in milliseconds) that is allowed to analyze data flow for one method in editor highlighting
348 ide.dfa.time.limit.offline=5000
349 ide.dfa.time.limit.offline.description=Time limit (in milliseconds) that is allowed to analyze data flow for one method in Analyze | Inspect Code...
351 idea.dfa.live.variables.analysis=true
352 idea.dfa.live.variables.analysis.description=Whether to flush dead variables when they're not needed when performing data flow analysis
354 ide.ignore.call.result.inspection.honor.inferred.pure=false
355 ide.ignore.call.result.inspection.honor.inferred.pure.description=Whether inferred @Contract(pure=true) annotations should be taken into account in ''Result of method call ignored'' inspection
357 ide.enable.toolwindow.stack=false
359 enable.groovy.hotswap=true
360 enable.groovy.hotswap.description=Whether IDEA should add a special java agent to the debugged process\
361 which allows to hot-swap Groovy changes in some cases
362 dump.threads.on.empty.lookup=false
363 dump.threads.on.empty.lookup.description=Whether IDEA should issue a thread dump when an empty completion lookup appears.
365 disable.toolwindow.overlay=true
366 disable.toolwindow.overlay.description=Disable transparent toolwindow stripes.
368 core.pooled.threads=30
370 editor.dumb.mode.available=true
371 enable.animation.on.dialogs=false
372 type.ahead.logging.enabled=false
374 ide.goto.implementation.show.interfaces=true
375 ide.goto.implementation.show.interfaces.description=Whether to show sub-interfaces when invoking\
376 'Go to Implementation' action (Ctrl+Alt+B) on an interface.
378 file.colors.in.commit.dialog=false
380 testng.serialized.protocol.enabled=false
381 testng.skip.expected.exceptions=true
383 actionSystem.force.alt.gr=false
384 completion.show.intention.icon=true
385 tabs.alphabetical=false
386 remote.changelist.management.available=false
388 python.import.always.ask=false
389 # Use new manage.py interface like in PY-11855. See com.jetbrains.django.manage.deperecated. TODO: Remove when new manage py will be released
390 python.django.use_new_manage_py_interface=true
391 # Number of seconds to wait for manage.py list commands
392 python.django.timeout=15
393 introduce.variable.prefer.statements=false
394 show.method.base.class.in.java.file.structure=true
396 vcs.log.empty.change.list.creation=false
397 debugger.enable.breakpoints.during.evaluation=false
398 new.project.wizard=false
399 diagrams.rendering.no.cache=true
401 wolf.the.problem.solver=true
402 ui.no.bangs.and.whistles=false
404 comment.by.line.bulk.lines.trigger=100
408 show.flex.debug.design.view=false
410 diff.copyable.title.label=true
411 diff.patience.alg=false
412 diff.patience.alg.description=Use diff algorithm that prefers unique elements over non-unique. Ex: in "ABBCC" vs "BBCCA" only 'A' will be matched.
413 diff.status.tracker.skip.spaces=true
414 diff.status.tracker.byword.delay=200
415 diff.status.tracker.byword.delay.description=Maximum delay before showing LST popup. Give up on word differences if they took too long.
416 diff.verify.iterable=false
417 diff.verify.iterable.description=Enable diff algorithm self check
418 diff.verify.iterable.restartRequired=true
419 diff.unimportant.line.char.count=3
420 diff.unimportant.line.char.count.description=Threshold number of non-space characters to mark line as unimportant
421 diff.maximum.changes.array.size=10000000
422 diff.maximum.changes.array.size.restartRequired=true
423 diff.maximum.line.word.attempt=3
424 diff.maximum.line.word.attempt.description=Amount of 'too big for by-word comparison' lines in a file to disable by-word comparison
425 diff.maximum.line.word.attempt.restartRequired=true
426 diff.divider.repainting.disable.blitting=true
427 diff.divider.repainting.disable.blitting.description=Fix painting glitch on scrolling in diff - disable BLIT_SCROLL_MODE to force repainting with RepaintManager
428 diff.show.old.diff.action.enabled=false
430 search.everywhere.toolwindows=true
431 search.everywhere.files=true
432 search.everywhere.structure=false
433 search.everywhere.symbols=true
434 search.everywhere.actions=true
435 search.everywhere.configurations=true
436 search.everywhere.settings=false
438 svn.use.incoming.optimization=false
439 svn.lowest.supported.format.for.command.line=1.7.0
440 svn.use.svnkit.for.https.server.certificate.check=true
441 svn.use.sqlite.jdbc=false
443 completion.enable.relevant.method.chain.suggestions=false
444 ide.mac.message.sheets.java.emulation=false
445 ide.mac.message.sheets.java.emulation.description=Use Java message sheets instead of native ones
446 ide.mac.message.sheets.java.emulation.dialogs=true
447 ide.mac.message.sheets.java.emulation.dialogs.description=Use Java message sheets based on awt dialogs instead of native sheets
448 linux.native.menu=false
449 linux.native.menu.description=Enables native menu on Ubuntu
450 windows.jumplist=false
451 windows.jumplist.description=Enables JumpLists on Windows
453 GRADLE.system.in.process=true
454 GRADLE.system.in.process.description=Whether IDEA should use 'in-process' mode for interaction with gradle api
456 grails.advanced.mode=false
457 bigger.font.in.project.view=false
458 bigger.font.in.project.view.description=Increases font size in Project View
459 darcula.use.native.fonts.on.linux=true
460 darcula.use.native.fonts.on.linux.description=If false, uses DejaVu Sans 13pt
461 idea.4.5.laf.enabled=false
462 ide.libnotify.enabled=true
463 ide.libnotify.enabled.description=Enables notifications via LibNotify
464 cvs.roots.refresh.uses.vfs=true
465 cvs.roots.refresh.uses.vfs.description=Should CVS roots refresh after update use VFS
466 vcs.add.remove.silent=true
468 ide.ui.scale.override=false
471 ide.new.notification.enabled=true
472 ide.new.notification.visible.count=2
474 ide.open.file.in.temp.project.dir=true
475 ide.open.file.in.temp.project.dir.description=Enables opening file in temp project directory
477 embed.scene.builder=true
479 dsm.retina.darcula.legend=true
480 dsm.retina.darcula.legend.description=Experimental DSM legend component
482 new.retina.detection=false
483 new.retina.detection.description=New implementation to detect retina devices
485 ide.scratch.enabled=true
486 ide.scratch.enabled.description=Disables scratch files and buffers
487 ide.scratch.buffers=5
488 ide.scratch.buffers.description=Number of scratch buffer files
490 ide.show.progress.without.status.bar=true
491 ide.show.progress.without.status.bar.description=Disables transparent progress indicator when status bar is switched off
493 editor.injected.highlighting.enabled=true
494 editor.injected.highlighting.enabled.description=Disables injected fragments highlighting (requires project reopening)
496 run.processes.with.pty=false
497 kill.windows.processes.softly=false
498 output.reader.blocking.mode=false
500 ide.certificate.manager=true
502 editor.richcopy.max.size.megabytes=10
503 editor.richcopy.strip.indents=true
504 allow.dialog.based.popups=true
505 allow.dialog.based.popups.description=Allows to use a JDialog as popup toplevel
507 popup.fix.ide.frame.owner=false
508 popup.fix.ide.frame.owner.description=Uses correct owner for IdeFrame, but can break some popups
510 our.heavy.weight.popup=false
511 our.heavy.weight.popup.description=Disables HeavyWeightPopup cache in Swing
513 focus.fix.lost.cursor=false
514 focus.fix.lost.cursor.description=See IDEA-79312
516 suppress.focus.stealing=false
517 suppress.focus.stealing.description=(Experimental) Trying to fight focus stealing
519 ide.inertial.mouse.fix=false
520 ide.inertial.mouse.fix.description=See IDEA-71508
522 ide.log.focuses=false
523 ide.log.focuses.description=Enables logging of focuses (Time consuming)
525 inplace.rename.segments.limit=200
526 emmet.segments.limit=50
527 emmet.template.length.limit.kilobytes=15
528 command.line.execution.timeout=30
530 console.ui.cycle.buffer.size=Default
531 console.too.much.text.buffer.ratio=10
532 console.too.much.text.buffer.ratio.description=Used for disabling of console processing(console filters for highlights, foldings...),\n\
533 when there is too much of text to process.\n\
534 The ratio is used against the console cycle buffer size (idea.cycle.buffer.size/theRatio=maxTextLength).
536 ide.settings.keymap.input.method.enabled=false
537 ide.settings.configurable.loading.threshold=0
538 ide.settings.replace.group.with.single.configurable=true
539 ide.settings.old.style=true
541 commonjs.complete.required.filename.with.extension=false
542 commonjs.complete.required.filename.with.extension.description=If checked, required filenames are completed with extension
544 spy.js.realtime.evaluation=false
545 spy.js.realtime.evaluation.description=Enables spy-js autocomplete and realtime evaluation
547 js.debugger.step.over.skip.same.line=true
548 js.debugger.skip.native.scripts=true
549 js.debugger.trace.resume=false
550 js.debugger.v8.lazy.compilation=true
551 js.debugger.v8.use.any.breakpoint=true
552 js.debugger.chrome.use.any.breakpoint=true
553 nodejs.debugger.use.jb.support=true
554 js.debugger.name.mappings.by.source.code=false
555 js.debugger.map.this.by.source.code=false
558 js.debugger.fix.jspm.source.maps=false
560 js.index.node.submodules=false
562 new.css.schema.enabled=true
563 html.prefer.short.notation.of.boolean.attributes=true
565 editor.disable.rtl=false
566 editor.disable.rtl.description=Disables RTL support in editor (all characters are displayed in LTR order)
568 editor.new.rendering=true
569 editor.new.rendering.description=Enables new editor rendering code, with support for RTL.
571 editor.zero.latency.typing=false
572 editor.zero.latency.typing.description=Display single-line changes immediately (before write action and general painting routine)
574 editor.zero.latency.typing.debug=false
575 editor.zero.latency.typing.debug.description=Make 1 second pauses after immediate painting
577 decompiler.use.line.mapping=true
578 decompiler.use.line.mapping.description=Maps original to decompiled line numbers when stepping in debugger.
579 decompiler.dump.original.lines=false
580 decompiler.dump.original.lines.description=Show original line numbers as comments in decompiled text
582 ide.transparency.mode.for.windows=false
583 ide.transparency.mode.for.windows.description=Allow to add transparency to floating windows
584 ide.new.welcome.screen=true
585 ide.new.welcome.screen.force=false
588 editor.caret.width.description=Caret width
589 editor.caret.width.restartRequired=true
591 editor.transparent.scrollbar=true
592 editor.transparent.scrollbar.description=Don't paint background for editor scroll bars
594 editor.full.width.scrollbar=false
595 editor.full.size.scrollbar.description=Increase width of the vertical scrollbar to fit marks width
597 editor.scale.gutter.icons=true
598 editor.scale.gutter.icons.description=Scale gutter icons to fit line height
599 editor.scale.completion.icons=false
600 editor.scale.completion.icons.description=Scale element icons in completion popup according editor font
602 editor.xcode.like.scrollbar=false
603 editor.xcode.like.scrollbar.description=Enables auto-hideable Xcode-like editor stripes
605 editor.config.stop.at.project.root=true
606 editor.config.stop.at.project.root.description=Stops searching for .editorconfig at project root (requires project reopening)
608 editor.bold.underline.height=2
609 editor.bold.underline.height.description=Underline height for EffectType.BOLD_LINE_UNDERSCORE
611 error.stripe.enabled=true
613 error.stripe.gap.description=Minimal space between error stripe.
615 JDK8042508.bug.fixed=false
616 JDK8042508.bug.fixed.description=Disable check for type variable until javac bug is fixed
618 linux.jdk.accessibility.atkwrapper.block=true
620 javac.unchecked.subtyping.during.incorporation=true
621 javac.unchecked.subtyping.during.incorporation.description=Javac performs unchecked subtyping during incorporation, accepting code which is rejected by the spec and by the eclipse compiler
623 check.power.supply.for.mbp=false
624 check.power.supply.for.mbp.description=Check for discrete video card and power supply on MBPs
627 force.subpixel.hinting=true
628 force.subpixel.hinting.description=Force using sub-pixel antialiasing
631 lcd.contrast.value.description=Set LCD text contrast value from 100 to 250
633 removable.welcome.screen.projects=true
634 removable.welcomesreen.projects.description=Allows removing recent projects from welcome screen with mouse
635 ide.find.show.preview=true
636 ide.find.as.popup=false
637 ide.remove.help.button.from.dialogs=false
638 ide.remove.help.button.from.dialogs.description=Removes help button from dialogs
640 database.native.loading.description=Enables native schema loader if present
641 database.native.loading=true
642 database.scrollable.result.sets.description=Enables scrollable result sets, if JDBC driver reports it support supports them
643 database.scrollable.result.sets=true
645 git.status.write=true
646 git.blocking.read=false
648 cidr.cygwin.cmakePermissionsFix=true
649 cidr.cygwin.cmakePermissionsFix.description=Update permissions for the bin/ folder inside the installed IDE so that the bundled CMake could run
650 cidr.lldb.enableXcodeLLDB=false
651 cidr.lldb.enableXcodeLLDB.description=Enable LLDB from Xcode
652 cidr.max.intellisense.file.length=500000
653 cidr.max.intellisense.file.length.description=Maximum length of C-based language file (in characters) IDE should provide code assistance for.
655 ide.win.frame.decoration=false
656 ide.win.frame.decoration.description=Enables Frame and Dialog decorations for IntelliJ and Darcula LaFs on Windows
657 darcula.fix.native.flickering=false
658 darcula.fix.native.flickering.description=Fixes white flash on first window appearance
659 darcula.fix.maximized.frame.bounds=true
660 darcula.fix.maximized.frame.bounds.description=Disables modification of frame maximized bounds
662 terminal.buffer.max.lines.count=1000
663 rubymine.use.vagrant.credential.cache=true
664 rubymine.rails.console.use.spring=false
665 ruby.chef.foodcritic.timeout=150
666 search.everywhere.pattern.checking=true
667 search.everywhere.pattern.checking.description=Avoid searching classes and symbols if pattern contains only one dot
668 idea.concurrent.scanning.files.to.index=true
669 welcome.screen.project.grouping.enabled=true
670 welcome.screen.project.grouping.enabled.description=Allows to group recent projects
672 custom.folding.max.lookup.depth=50
673 custom.folding.max.lookup.depth.description=Max lookup depth for custom folding comments in a PSI tree.
675 tests.view.old.statistics.panel=false
677 tfs.set.connection.timeout=false
679 application.deactivation.timeout=1500
680 ide.mac.yosemite.laf=true
681 ide.mac.yosemite.laf.restartRequired=true
682 ide.mac.yosemite.laf.description=Replaces Aqua LaF to enhanced IntelliJ LaF
684 dart.server.vm.options=
685 dart.server.additional.arguments=
686 dart.projects.without.pubspec=false
688 editor.breadcrumbs.highlight.on.hover=false
689 editor.breadcrumbs.highlight.on.hover.description=Highlight corresponding ranges in editor on breadcrumb item hover (requires project reopening)
690 testDiscovery.enabled=false
691 ruby.remote.debugger.supports.catchpoint.removal=true
693 use.read.action.to.init.service=false
694 saving.state.in.new.format.is.allowed=false
696 ide.mac.new.color.picker=false
698 trace.focus.on.app.activation=false
699 trace.focus.on.app.activation.description=Focus tracing on application activation and deactivation
700 trace.focus.on.app.restartRequired=false
703 ide.manage.recent.project.action.available=true
705 idea.regexp.search.uses.indices=true
706 idea.regexp.search.uses.indices.description=Should Idea find in path use indices when searching with regular expression
708 idea.io.safe.sync=true
709 idea.io.safe.sync.description=When "Safe Write" is enabled, sync() is invoked after the last write to flush data to disk
711 ide.prioritize.ui.thread=true
712 ide.prioritize.ui.thread.description=In presence of UI activity, deprioritizes all other threads for the activity to complete ASAP
714 ide.require.transaction.for.model.changes=false
715 ide.require.transaction.for.model.changes.description=Whether write action can only happen under TransactionGuard
717 dumb.aware.run.configurations=false
718 dumb.aware.run.configurations.description=Enable executing run configurations in dumb mode
720 focus.follows.mouse.workarounds=false
721 focus.follows.mouse.workarounds.description=Enables some workarounds for Focus-follows-mouse issues, like IDEA-112015
723 angular.js.ui.router.diagram=false
724 angular.js.ui.router.diagram.description=Enables AngularJS ui-router states&views diagram action
726 cidr.xcode.derived.data.override=true
727 cidr.xcode.derived.data.override.description=Ignore Xcode DerivedData location settings
729 ide.screenreader.autodetect.accessibility=false
730 ide.screenreader.autodetect.accessibility.description=Automatically detect whether accessible context is enabled
732 editor.rainbow.identifiers=false
733 editor.rainbow.identifiers.description=Rainbow identifiers in editor