You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,10 @@ public class LaunchConfigurationsMessages extends NLS {
48
48
publicstaticStringCommonTab_20;
49
49
publicstaticStringCommonTab_21;
50
50
publicstaticStringCommonTab_22;
51
+
52
+
publicstaticStringCommonTab_23;
53
+
54
+
publicstaticStringCommonTab_24;
51
55
publicstaticStringCommonTab_3;
52
56
publicstaticStringCommonTab_4;
53
57
publicstaticStringCommonTab_5;
@@ -66,6 +70,8 @@ public class LaunchConfigurationsMessages extends NLS {
Copy file name to clipboardExpand all lines: debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/launchConfigurations/LaunchConfigurationsMessages.properties
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,8 @@ CommonTab_2=Defa&ult - inherited from project and workspace ({0})
41
41
CommonTab_22=Use &system encoding ({0})
42
42
CommonTab_20=Variables...
43
43
CommonTab_21=&Merge standard and error output (disables coloring of error output)
44
+
CommonTab_23=Allocate Terminal
45
+
CommonTab_24=&Allocate text console
44
46
CommonTab_3=Oth&er
45
47
CommonTab_4=Standard Input and Output
46
48
CommonTab_5=&Allocate console (necessary for input)
@@ -57,6 +59,7 @@ CommonTab_AttributeLabel_AppendToFile=Append to file
57
59
CommonTab_AttributeLabel_LaunchInBackground=Launch in background
58
60
CommonTab_AttributeLabel_FavoriteGroups=Favorite groups
59
61
CommonTab_AttributeLabel_TerminateDescendants=&Terminate child-processes if terminating the launched process
0 commit comments