But I can’t find textfield for ‘Text'(in screenshot), is it possible do that? maybe i need somehow replace ‘textfield’ of string ports to ‘textarea’ in order to expand height? It may require changes in FC files, but for this project it’s crucial(and it wont be updated FlowCanvas to new versions)
Do you want to change ALL textfields to be areafields, or just a single node textfield? Do you want to change the text of the Debug Log specifically or the text of a custom node you have?
This is actually quite tricky especially for macro ports which are added dynamicaly. You can change how all textfields are inspected from the “EditorUtils.ReflectedInspector.cs” file at line #206. Something like this may work for you, but please note that this is totaly a temp solution for your case specifically 🙂