You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very useful if I tested the processing procedure and it works, now i want to add the processing procedure (API calls) to my application source code, i can just open the log window, copy and paste to my source code editor, followed by minor modifications to fit into the code context.
that will save a lot of time for developing.
i would also suggest to include both python and/or c++ calls
The text was updated successfully, but these errors were encountered:
Hi, thank you for your suggestion, sounds interesting and it would be very useful for debugging as well. I would create a separate window for the call graph, the log would be filled with too much stuff in some cases.
I think we can manage this with a global CallGraph class instance that each algorithm calls just after it does the processing. We can store the matrix references there as well, so we can follow how each matrix gets transferred thorugh the calls.
i used your program a little bit more and i think it could be useful if the program separates edit window from the preview images, or support of 3rd part editors, like vim would be even better
i can open new issues if needed but i want just explain here first.
True, I actually thought about using separate editors at some point, but never had the chance to look into it. There's also the preview mode which I want to add I think it falls in the same category.
I've created 2 issues from this: #19, #20.
Thanks for your input, you're welcome to open new issues if you have more suggestions
It would be very useful if I tested the processing procedure and it works, now i want to add the processing procedure (API calls) to my application source code, i can just open the log window, copy and paste to my source code editor, followed by minor modifications to fit into the code context.
that will save a lot of time for developing.
i would also suggest to include both python and/or c++ calls
The text was updated successfully, but these errors were encountered: