IJ-CR-3115: Fix formatting, update library version and increase timeouts

(cherry picked from commit 5062120a74bcdc856ceb209f2189b60a1e03058b)

GitOrigin-RevId: 5225b233a329577aebaddf280f6f927e166fb0be
This commit is contained in:
Nikita Nazarov
2020-10-09 11:55:09 +03:00
committed by intellij-monorepo-bot
parent 24492824b9
commit e43362683f
3 changed files with 4 additions and 6 deletions

View File

@@ -10,13 +10,13 @@
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module-library">
<library name="debugger-memory-agent" type="repository">
<properties maven-id="org.jetbrains.intellij.deps:debugger-memory-agent:0.0.15" />
<properties maven-id="org.jetbrains.intellij.deps:debugger-memory-agent:1.0.29" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/0.0.15/debugger-memory-agent-0.0.15.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/1.0.29/debugger-memory-agent-1.0.29.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/0.0.15/debugger-memory-agent-0.0.15-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/1.0.29/debugger-memory-agent-1.0.29-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>

View File

@@ -2334,8 +2334,6 @@ group.Patch.MainMenu.text=Patch
action.LoadUnloadModules.text=Load/Unload Modules...
group.UsageGroupingActionGroup.text=Usage View Grouping
group.ArrangementRulesGroup.text=Arrangement Rules
group.UsageGroupingActionGroup.text=Usage View Grouping
group.ArrangementRulesGroup.text=Arrangement Rules
group.FileChooserToolbar.text=File Chooser
action.EditorTranspose.text=Transpose

View File

@@ -449,7 +449,7 @@ debugger.enable.overhead.monitor=true
debugger.memory.agent.debug=false
debugger.memory.agent.debug.description=Enable debug logging to stdout from memory agent
debugger.memory.agent.debug.path=
debugger.memory.agent.action.timeout=10000
debugger.memory.agent.action.timeout=20000
debugger.memory.agent.action.timeout.description=Set debugger memory agent action timeout in millis
debugger.memory.agent.debug.path.description=Force debugger to use specified memory agent library instead of bundled one (only for debugging purpose). Will be used only if debugger.memory.agent.debug checked
debugger.memory.agent.use.in.memory.view=false