David Erceg

Results 12 issues of David Erceg

- [ ] Allow bookmarks operations to be undone/redone. - [ ] Allow bookmarks to be dragged into listview and possibly treeview. - [ ] Allow bookmarks in main menu...

enhancement

The installer should ship with all the language DLL's, as well as the help file. On uninstallation, it should remove Explorer++ as the default file manager (if necessary).

feature

When a file association changes, the shell icons shown within the application need to be updated. [`SHChangeNotifyRegister`](https://github.com/derceg/explorerplusplus/blob/554ecc2f797350455afce54bdd5156912cf0f81a/Explorer%2B%2B/Explorer%2B%2B/Initialization.cpp#L193) is currently used to observe `SHCNE_ASSOCCHANGED` events and when such an event occurs,...

bug

Allow plugins to be loaded from disk.

feature

Add a menu management API that plugins can use.

feature

Add a tab management API that plugins can use.

feature

Hi, I'm looking at integrating your library into my [application](https://github.com/derceg/explorerplusplus/), since the functionality it offers would be very helpful when it comes to writing asynchronous code. The thing I'd find...

enhancement