COM is really a nightmare... Use managed solution (SharpCompress) instead

This commit is contained in:
Paddy Xu
2017-05-01 12:09:16 +03:00
parent e6b7e14bba
commit dbafec9cb8
20 changed files with 82 additions and 4390 deletions

View File

@@ -40,12 +40,12 @@ namespace QuickLook.Plugin.TextViewer
}
}
public void BoundViewSize(string path, ViewerObject context)
public void BoundViewSize(string path, ContextObject context)
{
context.PreferredSize = new Size {Width = 800, Height = 600};
}
public void View(string path, ViewerObject context)
public void View(string path, ContextObject context)
{
_tvp = new TextViewerPanel(path);