dockable windows functionality
A powerful editor and graphical debugger for code written in Scilab
Brought to you by:
ensegre,
fvogelnew1
I see what you mean and indeed this is a logical wish if you're using recent Scilab versions.
The problem is that I don't have the first clue about how to achieve this.
Scipad is a Tcl/Tk application whereas Scilab and its docking system is Java.
I guess I would need to encapsulate the main toplevel window of Scipad in a java application to achieve the desired goal. Do you know any tooolbox or ATOMS application that supports docking? I could perhaps find some inspiration in such an example.
Well, practical implementation ideas welcome...