[Kicad-developers] Suggested change to "KiCad C++ Source Code Style Guide"

2020-09-11 Thread pjmonty
Wayne, Section "1.2 Enforcement" of the guide begins with the following: The KiCad coding police are not going to break down your door and beat you with your keyboard if you don't follow these guidelines (although there are those who would argue that they should). How

[Kicad-developers] Pcbnew - wxWidgets Debug Alerts on startup

2020-08-18 Thread pjmonty
Is it just me or does anyone else get these "wxWidgets Debug Alert" messages when starting up Pcbnew: - C:/msys64/home/kicad-master/kicad/include/property.h(418): assert "m_choices.GetCount() > 0" failed in PROPERTY_ENUM(): No enum choices defined Do you want to stop the

[Kicad-developers] How to get bounding box of all items on a schematic page

2020-08-06 Thread pjmonty
Hi, As the subject line says, I'm trying to figure out how to get a bounding box of just the items on a schematic page.  I want all the items on the page in the bounding box, but not the page itself.     ___ Mailing list: https://launchpad.net/~kicad

Re: [Kicad-developers] Lots of compile errors after recent source pull

2020-07-07 Thread pjmonty
Ian, Sorry for the delay in getting this information.  I believe this is the info you wanted from the "compile_commands.json" file.  If not, I can always send you the entire 1.5 MB file. {   "directory": "C:/msys64/home/codelite-kicad-compile-test2/eeschema",   "command": "C:/msys64/mingw64/bin

Re: [Kicad-developers] Lots of compile errors after recent source pull

2020-07-04 Thread pjmonty
Very hard to find the errors among the epic amount of long warning messages.  The full make would go a long time, then fail.  I'd start it again, it would go for some time, then fail again. Lather. Rinse. Repeat.  Finally saw these error messages: C:/msys64/mingw64/include/c++/10.1.0/system_e

Re: [Kicad-developers] Lots of compile errors after recent source pull

2020-07-04 Thread pjmonty
Other headers as well.  C:/msys64/mingw64/include/c++/10.1.0/bits/localefwd.h:125:9: note: replace the class-key with 'struct'   125 |   class ctype_base; C:/msys64/mingw64/include/c++/10.1.0/x86_64-w64-mingw32/bits/ctype_base.h:42:10: note: 'std::ctype_base' defined as 'struct' here    42

[Kicad-developers] Lots of compile errors after recent source pull

2020-07-04 Thread pjmonty
I did a pull yesterday and suddenly I'm getting just a ton of errors during compiling.  I'm on Windows 10 under minGW.  My setup was working great up until this recent pull, and then everything fell apart. The problems seem to begin when compiling the "common" directory, specifically when it hit

[Kicad-developers] [Proposed Feature] GerbView - Mapping Gerbers w Altium extensions to KiCad PCB layers

2020-06-19 Thread pjmonty
I wanted to add a feature to GerbView that relates to exporting a KiCad PCB file from loaded Gerbers.  I often use "Export to PCBNew..." to recreate boards from Gerbers, and many of them involve Gerbers generated by Protel, the progenitor to Altium.  Since Altium (and Protel) use specific file e

[Kicad-developers] Propose feature I plan to implement here or elsewhere?

2020-06-19 Thread pjmonty
Hi, I just joined this developer's mailing list.  I have a feature I'd like to add and wanted to know if I should post my proposal to this list, or if there's some other mechanism I should use?     Thanks ___ Mailing list: https://launchpad.net/~kicad-d