We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f4ec2 commit 645bc56Copy full SHA for 645bc56
io.sloeber.core/src/io/sloeber/core/common/Const.java
@@ -1,5 +1,6 @@
1
package io.sloeber.core.common;
2
3
+import org.eclipse.core.runtime.IStatus;
4
import org.eclipse.core.runtime.Platform;
5
6
/**
@@ -10,6 +11,9 @@
10
11
*/
12
@SuppressWarnings("nls")
13
public class Const {
14
+ //for debug messages
15
+ public static final int SLOEBER_STATUS_DEBUG=IStatus.CANCEL;
16
+
17
// java stuff so I do not have to add all the time $NON-NLS-1$
18
public static final String DOT = ".";
19
public static final String SLACH = "/";
0 commit comments