Open Grisgram opened 8 months ago
I would really like color settings for show_debug_message. Perfect for critical messages and warnings.
Everything to do with colours has been removed now, as that's already covered in https://github.com/YoYoGames/GameMaker-Bugs/issues/3428
And really this should have been multiple requests, as there are several new features listed above.
Is your feature request related to a problem?
I think there should be a general rework/feature session incoming, please see below:
Describe the solution you'd like
show_debug_message
gets an argument about what type and this uses an appropriate preset Output Window colour for these - for a console log, these should be enough). the argument should be optional, with "info" being the default, so existing code works as before or we getshow_debug_message_ext
ordebug_log
function)Lets talk about filtering/searching/highlighting If there is an inputbox/textbox where we can enter any term (ideally regex-enabled), there should be options next to the textbox, which allow us:
This way we could create to-the-point filtered logs that contain only the information we need in the current (debug-)session.
Describe alternatives you've considered
Using Ctrl-F in the Console. Not enough.
Additional context
No response