Handle clickable [url] tags in print_rich() editor output log

Since this uses `OS.shell_open()`, this allows the use of any standard URL
including `file://` paths, `mailto:`, custom protocols set up by the user, etc.
This commit is contained in:
Hugo Locurcio
2024-01-15 14:29:52 +01:00
parent 9e65c5c0f4
commit 4a11d48420
3 changed files with 7 additions and 0 deletions

View File

@ -157,6 +157,7 @@ private:
Thread::ID current;
//void _dragged(const Point2& p_ofs);
void _meta_clicked(const String &p_meta);
void _clear_request();
void _copy_request();
static void _undo_redo_cbk(void *p_self, const String &p_name);