mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 04:15:35 +02:00
bug 323402: Open external location in Problems View throws exception when file is not there
This commit is contained in:
parent
2edb4b19bb
commit
065dca29f4
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ public class Messages extends NLS {
|
|||
public static String EditorUtility_calculatingChangedRegions_message;
|
||||
public static String EditorUtility_error_calculatingChangedRegions;
|
||||
|
||||
public static String OpenExternalProblemAction_CannotReadExternalLocation;
|
||||
|
||||
public static String OpenExternalProblemAction_ErrorOpeningFile;
|
||||
|
||||
public static String format(String pattern, Object... arguments) {
|
||||
return MessageFormat.format(pattern, arguments);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue