Fixed python code indentation in the editor of Evaluate code fragment dialog (PY-3045).

This commit is contained in:
Dmitry Trofimov
2011-03-31 14:19:10 +04:00
parent 2000fb69c6
commit e44fcf606f
@@ -116,6 +116,7 @@ public abstract class XDebuggerEvaluator {
* Override this method to format selected text before it is shown in 'Evaluate' dialog
*/
@NotNull
@SuppressWarnings({"MethodMayBeStatic"})
public String formatTextForEvaluation(@NotNull String text) {
return text;
}