Essential Text Editor add-ons for coders

Gsoc Info Editor updates with Text Editor relevant elements:

Test build here:
https://blender.community/c/graphicall/Zmbbbc/

@iceythe The coder of this Gsoc is starting work on better python API logging. I know you had some finding in this area, maybe you want to share them with him? Here’s what he has added to his update list recently:

I was experimenting with python api for logging. I managed to get working sth like this (not in branch): import _bpy; _bpy.log.info("mylogname", "/path", 1, "func_name", "Hello message") . It is more like getting my feet wet, rather than solution.