How to change the name of a schematic page?

I just would like to know how to change the name of a schematic page.
I have tried double-click and right-click on the miniature and the text.
None of these works.

D.

Probably not the official answer but go into the projects directory and copy the schematic directory
to a new name. Then change the name in two schematics.lp files.

I try to avoid hacking the LibrePCB data files because you can break things really easy.

A better solution might be to create a new schematic and then copy everything from the old one before
deleting it.

Thanks, but do not prefer to directly touch to filenames.

For the second option, unfortunately, schematic editor has no copy/paste function (but it is planed).

Good point, that’s indeed not possible yet, so the only way is to change the schematic name manually in the schematic.lp file :wink:

That would probably be an easy-to-implement feature, in case someone wants to contribute to the codebase :slightly_smiling_face:

FYI, I implemented this so it should be available in the next release:

1 Like