summaryrefslogtreecommitdiff
path: root/platform/xdebugger-api/src/com/intellij/xdebugger/frame/presentation/XValuePresentation.java
diff options
context:
space:
mode:
Diffstat (limited to 'platform/xdebugger-api/src/com/intellij/xdebugger/frame/presentation/XValuePresentation.java')
-rw-r--r--platform/xdebugger-api/src/com/intellij/xdebugger/frame/presentation/XValuePresentation.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/xdebugger-api/src/com/intellij/xdebugger/frame/presentation/XValuePresentation.java b/platform/xdebugger-api/src/com/intellij/xdebugger/frame/presentation/XValuePresentation.java
index 0fbc9c713f15..5467033f4e32 100644
--- a/platform/xdebugger-api/src/com/intellij/xdebugger/frame/presentation/XValuePresentation.java
+++ b/platform/xdebugger-api/src/com/intellij/xdebugger/frame/presentation/XValuePresentation.java
@@ -15,6 +15,7 @@
*/
package com.intellij.xdebugger.frame.presentation;
+import com.intellij.openapi.editor.colors.TextAttributesKey;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
@@ -71,6 +72,8 @@ public abstract class XValuePresentation {
*/
void renderKeywordValue(@NotNull String value);
+ void renderValue(@NotNull String value, @NotNull TextAttributesKey key);
+
/**
* Appends {@code value} surrounded by quotes to the node text colored as a string
* @param value value to be shown