// TODO(jaimeyap): Put up a spinner or something. It may take a while to
// display the resource.
// First try to jump to IDE.
SourceViewerServer.jumpToIde(sourceViewerServer, absoluteFilePath,
lineNumber, new ActionCompletedCallback() {
public void onFail() {
// Just show the source in our source viewer.
showSourceInSourceViewer(resourceUrl,
new SourceViewerLoadedCallback() {