Conversation
|
Hey there! Thanks for helping Mudlet improve. 🌟 Test versionsYou can directly test the changes here:
No need to install anything - just unzip and run. |
|
💡 Given the generic function name I would recommend that we take subject(s) as optional string argument(s). If no arguments are given ot given it dumps a list of what subjects it has, if given the case insensitive word For the current detail I would grab the subject |
|
Hm... we can add a filter later when we have more info, sure. For now there's nothing to filter, all information fits on screen fine. |
|
💣 This is no bloody good - as it has been put in BEFORE the need for it has arisen from #3579 and it doesn't work for that as it treats the encodings as ../src/TLuaInterpreter.cpp:3668:102: error: call to member function 'arg' is ambiguous
return (originalEncoding == encodingName) ? originalEncoding : QStringLiteral("%1 (%2)").arg(encodingName, originalEncoding);
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ |
|
|
Brief overview of PR changes/additions
Add getMudletInfo() to see useful internal information. Here's how it looks like right now:
When internal
M_encodings will be available, they'll get printed too.Motivation for adding to Mudlet
Minimize the complex/confusing debug information to just one spot. See #3579 for the need that arose.
Other info (issues closed, discussion etc)
Could also be helpful when asking for support. We should also make this available via the UI, so non-techies can easily obtain it and copy, like in Steam: