mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
commands for jinja2 exception breakpoint
(cherry picked from commit 8131998)
This commit is contained in:
@@ -33,6 +33,8 @@ public abstract class AbstractCommand<T> {
|
||||
public static final int SMART_STEP_INTO = 128;
|
||||
public static final int EXIT = 129;
|
||||
public static final int CALL_SIGNATURE_TRACE = 130;
|
||||
public static final int ADD_JINJA2_EXCEPTION_BREAKPOINT = 131;
|
||||
public static final int REMOVE_JINJA2_EXCEPTION_BREAKPOINT = 132;
|
||||
public static final int CMD_RUN_CUSTOM_OPERATION = 135;
|
||||
public static final int SHOW_CONSOLE = 142;
|
||||
public static final int ERROR = 901;
|
||||
|
||||
Reference in New Issue
Block a user