Drew Naylor

Results 218 comments of Drew Naylor

I have just improved this so that it properly stops letting you know that it couldn't extract files with paths that are too long if long file path support is...

Could probably use VS-MEF, as it's apparently the newest iteration of MEF and supposed to be the fastest when caching the list of plugins being used or something: https://www.nuget.org/packages/Microsoft.VisualStudio.Composition I...

Should probably restrict the ability to load and use plugins/extensions to when we're running from Program Files/Program Files (x86), like Notepad++. Not sure how to handle portable installs, if anyone...

Actually, the way I can do this is by having "Pin package..." and "Unpin package..." items in the package context menu and the menubar menu, which both open a window...

I'd have to use delegates for this so that it doesn't complain about cross-thread stuff. Maybe a thread-locking thing, too. Would need to do the same for #170 somehow, too....