mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fixed python code indentation in the editor of Evaluate code fragment dialog (PY-3045).
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user