You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/frontend/apps/filemanager
NiLuJe 9f835156d1
PluginLoader: Allow querying whether a specific plugin is loaded (#7607)
* PluginLoader: Allow querying whether a specific plugin is loaded (instantiated, actually).

Re #7598

* PluginLoader: Add a method to access a specific Plugin's instance
(Besides `self.ui[plugin_name]`, that is).

Requires some nastiness to avoid pinning stale references in memory :s.

* PluginLoader:  Tweak genPluginManagerSubItem to keep from rebuilding `self.all_plugins`, it's using `loadPlugins`, which is cached, so it made no sense to re-compute this one.
3 years ago
..
lib Tame a few tests that relied on `pairs` being somewhat deterministic (#6371) 4 years ago
filemanager.lua PluginLoader: Allow querying whether a specific plugin is loaded (#7607) 3 years ago
filemanagerbookinfo.lua LuaSettings: Add a method to initialize a setting properly (#7371) 3 years ago
filemanagercollection.lua FileManager modules: Slightly less hackish onSetRotationMode handlers... 3 years ago
filemanagerconverter.lua [i18n] Add translators comment about Markdown (#5752) 4 years ago
filemanagerfilesearcher.lua [UX] Search dialogs: don't close when searching with nothing entered (#7501) 3 years ago
filemanagerhistory.lua FileManager modules: Slightly less hackish onSetRotationMode handlers... 3 years ago
filemanagermenu.lua do not exit when opening unsupported file by last for FM (#7580) 3 years ago
filemanagersetdefaults.lua [RFC] Pagination UI shenanigans (#7335) 3 years ago
filemanagershortcuts.lua FileManager modules: Slightly less hackish onSetRotationMode handlers... 3 years ago
filemanagerutil.lua [chore] Device abstraction (#6280) 4 years ago