Hi, I have an issue when using an external editor...
# xschem
c
Hi, I have an issue when using an external editor in xschem. If i set the external editor like this:
Copy code
set editor { xterm -e vim }
It sort of works. It still somehow messes with the xschem .sch format by inserting one more newline than required. But otherwise its fine. But since i don't really like to use xterm i tried this instead:
Copy code
set editor { gnome-terminal -- vim }
It opens the editor but no data is loaded into the editor. I use xschem Version 3.0.0 Any ideas?