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
{{ message }}
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Markup=GettextCatalog.GetString("External source code is available. Would you like to download {0} and view it?",$"<a href=\"clicked\">{fileName}</a>"),
manageLookupsLabel.Markup=GettextCatalog.GetString("Manage the locations used to find source files in the {0}","<a href=\"clicked\">"+GettextCatalog.GetString("Solution Options")+"</a>");
144
+
varmanageLookupsLabel=newLabel{
145
+
Markup=GettextCatalog.GetString("Manage the locations used to find source files in the {0}.","<a href=\"clicked\">"+GettextCatalog.GetString("Solution Options")+"</a>"),
DocumentTitle=GettextCatalog.GetString("Source Not Available");
112
159
varheaderLabel=newLabel(GettextCatalog.GetString("Source Not Available"));
113
-
box.PackStart(headerLabel);
160
+
vbox.PackStart(headerLabel);
114
161
varlabel=newLabel(GettextCatalog.GetString("Source information is missing from the debug information for this module"));
115
-
box.PackStart(label);
116
162
headerLabel.Font=label.Font.WithScaledSize(2);
117
-
}
163
+
vbox.PackStart(label);
118
164
119
-
if(disassemblySupported){
120
-
varlabelDisassembly=newLabel();
121
-
labelDisassembly.Markup=GettextCatalog.GetString("View disassembly in the {0}","<a href=\"clicked\">"+GettextCatalog.GetString("Disassembly Tab")+"</a>");
122
-
labelDisassembly.LinkClicked+=(sender,e)=>{
123
-
DebuggingService.ShowDisassembly();
124
-
Document.Close(false).Ignore();
125
-
};
126
-
box.PackStart(labelDisassembly);
165
+
if(disassemblySupported){
166
+
varlabelDisassembly=newLabel{
167
+
Markup=GettextCatalog.GetString("View disassembly in the {0}","<a href=\"clicked\">"+GettextCatalog.GetString("Disassembly Tab")+"</a>")
0 commit comments