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
Usability improvements - External Viewer is the default, hints to configure Source Roots and Viewer command, viewer binary always inserted at the beginning of the command field
"VisualVMGoToSource_NoSourceRootsCaption=Go To Source", // NOI18N
46
+
"VisualVMGoToSource_NoSourceRoots=<html><br><b>Source roots have not been defined yet.</b><br><br>Use Options | Sources | Definitions to define the directories or archives containing the sources.</html>", // NOI18N
43
47
"VisualVMGoToSource_SourceNotFound=No source found for {0}", // NOI18N
44
48
"VisualVMGoToSource_OpenSourceFailed=Failed to open source for {0}"// NOI18N
45
49
})
@@ -69,12 +73,17 @@ public static final class Provider extends GoToSourceProvider {
"ExternalSourcesViewer_Description=custom command to launch an external viewer", // NOI18N
67
-
"ExternalSourcesViewer_EmptyCommand=External viewer command is empty.", // NOI18N
68
+
"ExternalSourcesViewer_NotConfiguredCaption=Go To Source", // NOI18N
69
+
"ExternalSourcesViewer_NotConfigured=<html><br><b>Sources viewer has not been configured yet.</b><br><br>Use Options | Sources | Viewer to define the external IDE or editor to open the sources.<br><br>Customize a predefined template from the popup list or define a custom command using<br>the available parameters to launch the external sources viewer.<br><br>Alternatively choose to use a viewer registered in the OS (preselecting line not supported).</html>", // NOI18N
68
70
"ExternalSourcesViewer_CommandFailed=Failed to open source in external viewer.\n\n{0}", // NOI18N
0 commit comments