Hi, i’m just a noob being creative and telling what will be usefull to me.
1: easy to full delete and overwrite a part on right click menu
2: manual movement for the parts in PCB design
will be nice that by pressing ctrl, (like in the cooper traces) manual allocation (not by 0.1 in)
also will be user nice if i just can change the 0.1in to 0.05in (of preseted grid)
3: improve the hole part by adding new family like a line, wish we can combine to isolate a part of the pcb, you normally use when you have AC and DC voltage.
1: easy to full delete and overwrite a part on right click menu
This open issue on github describes this issue. As noted I think a fix is possible by removing the part from alien_files, but it may need the shutdown to correctly update the database (although that should be, but may not be, possible without the shutdown, the code in fact says it has deleted the part, but really hasn’t because it is still in alien_files waiting for the shutdown dialog.)
edit:
I just did a search for alien_files on github and came up with the open ticket (which is referred to in the one above) where I detailed the fix here:
as far as I know nothing has happened on this. At some point I may try and make the change (I would have to rebuild my dev environment first though) and submit it as a pull request to push things along.
I am not clear what you are asking for here, so can’t suggest a way to do it. It would be best to provide a graphic from what happens now followed by a graphic of what you want to happen.
Also it is better to make enhancement requests on github rather than here.