Stefan Schippers
01/07/2025, 1:34 PMDiarmuid Collins
01/07/2025, 5:49 PMStefan Schippers
01/07/2025, 7:59 PMDiarmuid Collins
01/07/2025, 8:16 PMDiarmuid Collins
01/08/2025, 6:15 AMDiarmuid Collins
01/08/2025, 9:33 PMStefan Schippers
01/08/2025, 10:40 PM./configure
. Then run make and sudo make install as usual.
The Netlist/Simulate/Waves menu entries now follow the other menu entries (I have put a separator dash after Help). The entire menu system has been rewriten to use the true menu tk command instead of simulating a menubar with menubutton commands. This was needed to make the menu more compliant with all other GUI applications.
the differences are:
• You can click on a menu to show it, hovering to other menu items they will drop down automatically without a click needed.
• Clicking on an open menu entry will close it.
• Hovering to an open menu will drop down any cascade submenus if any.
Unfortunately this menu system does not have a specification to put some items to the right.
About the Shift-A, yes some commands are overloaded, they do something in the schematic and something else in the graphs.
In cases where this is irritating you can set the following in `xschemrc`:
set graph_use_ctrl_key 1
This will require to add Ctrl
-key down to any action you want to do on a graph. Otherwise all commands will be interpreted as schematic commands.Diarmuid Collins
01/09/2025, 9:55 PM