This project has some submodules inside other submodules.
Then the hierarchical navigator shows these page1, page2, page3, … labels
After page3, it jumps to page32 as you can see here.
Is this the expected behavior?
Application: KiCad Schematic Editor
Version: 6.0.5-a6ca702e91~116~ubuntu22.04.1, release build
Libraries:
wxWidgets 3.0.5
libcurl/7.81.0 OpenSSL/3.0.2 zlib/1.2.11 brotli/1.0.9 zstd/1.4.8 libidn2/2.3.2 libpsl/0.21.0 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.43.0 librtmp/2.3 OpenLDAP/2.5.11
Platform: Linux 5.15.0-39-generic x86_64, 64 bit, Little endian, wxGTK, ubuntu-wayland, wayland
Build Info:
Date: May 3 2022 08:42:29
wxWidgets: 3.0.5 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
Boost: 1.74.0
OCC: 7.5.2
Curl: 7.83.0
ngspice: 36
Compiler: GCC 11.2.0 with C++ ABI 1016
Build settings:
KICAD_USE_OCC=ON
KICAD_SPICE=ON
Just tested with a fresh created “new project” (with v6.0.5.stable, on Win10). All subsheets are created with increasing numbers. Are you really sure that the “32…33…34…35…36” are automatically generated?
If so than a step-by-step description would be good to recreate this.
Or this is a new feature in the 6.0.x-testing builds?
There are never “new features” in stable branch testing builds. All feature development happes in the unstable nightly builds (at the moment 6.99). Testing builds of stable branches are reserved for bug fixes only.
I’ve noticed that all UUIDs of all schematics are the same. This indicates that the schematics were generated manually by replicating a single file I believe
But this should not be a problem since Kicad should be able to handle moving folders from one project to another, I guess.
yeah, I did not know these things were hardcoded inside the files. I was thinking that the page number could be generated on the fly. Now, about the UUID, I have not idea if they are that important or not.