1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-29 16:56:40 +03:00

GH-383 Set tooltip to the selected file path

This commit is contained in:
Tae Won Ha 2017-04-11 19:37:18 +02:00
parent d2f15d0e17
commit 24aa03d7e0
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -63,6 +63,7 @@ class HtmlPreviewTool: NSView, UiComponent, WKNavigationDelegate {
self.reloadWebview(with: serverUrl.payload)
}
self.innerCustomToolbar.selectHtmlFile.toolTip = (htmlFileUrl.path as NSString).abbreviatingWithTildeInPath
self.mark = serverUrl.mark
self.reloadWebview(with: serverUrl.payload)
})