Michał Cichoń

Results 220 comments of Michał Cichoń
trafficstars

On my side Gitlens claim that "document is not blameable", e=24. `C:\Spark` is mounted volume. `C:\Spark` is a Git repository `C:\Spark\Spark` is another Git repository, `Spark` is listed as ignored...

I would need to inspect ImGui to see if canvas would be able to recognize child windows and scale them appropriately. So far workaround is to display widgets containing child...

Nodes are moved in `ed::End`. To stay in sync it is bess to update popup position after this function is called. You can query the position of the node (`ed::GetNodePosition`)...

What can I say. Idea of using hooks will do the trick. I will look into that. This might solve whole bunch of issues. And if child windows will be...

Default link color is passed as default argument to `ed::Link`. https://github.com/thedmd/imgui-node-editor/blob/af7fa51bb9d68c9b44477c341f13a7dadee3e359/imgui_node_editor.h#L322C1-L322C1 This function predate styles a bit. I think I add style color for that in the future.

You're correct that selection can contain only nodes or links but not both. Inteded way to make copy is to: * get selected nodes * clone them on the user...

To be clear I would have to say that all text rendering is done via ImGui. Node editor does not touch that. Solution I'm using in our production code is...

`external\imgui` is oldes supported version if ImGui. Node Editor should work with your own copy of ImGui just fine. I'm perdodically fixing issues when they arise. Did you know that...

Do I understand correctly that you want to use BeginHorizontal/Vertical to layout pins on the edge of the node? For this case margin sound like good enhancement.

A bit of brief first, what I think is the issue behind the scenes, just before I look into the code: New node position isn't aligned or is aligned before...