hg4idea.process.ignored.description=Process and highlight mercurial ignored files. \
Switching on this option may lead to some performance problems.
+cidr.debugger.timeout=30000
+cidr.debugger.timeout.description=GDB command timeout.\n\
+ This value applies to common operations like setting breakpoints, stepping, etc.
+cidr.debugger.timeout.load=90000
+cidr.debugger.timeout.load.description=GDB timeout for loading and starting a target.\n\
+ Increase this value, if your application loads a lot of shared libraries.
+cidr.debugger.timeout.evaluate=30000
+cidr.debugger.timeout.evaluate.description=GDB timeout for evaluating expressions and executing console commands.
+
cidr.show.compiler.info=false
+ cidr.show.clangtidy.info=false
cidr.cygwin.cmakePermissionsFix=true
cidr.cygwin.cmakePermissionsFix.description=Update permissions for the bin/ folder inside the installed IDE so that the bundled CMake could run
cidr.max.intellisense.file.length=500000