Open SirHerpDerp opened 8 months ago
Hmm somehow it sounds a bit unusual to me since a schematic editor is not a graphics drawing tool :see_no_evil: But it might indeed be useful, I'm not sure. Though maybe I'd implement a color property rather on a per-net basis instead of per-line...
A per-net color in the schematic might actually be useful, yes!
Color can identify unrouted nets maybe or even "special nets" (unspecified necessity but who apply a color well know the reason).
Hmm somehow it sounds a bit unusual to me since a schematic editor is not a graphics drawing tool 🙈 But it might indeed be useful, I'm not sure. Though maybe I'd implement a color property rather on a per-net basis instead of per-line...
Haha, yes I can completely understand your point of view and may the inventor of shematics turn her/himself in the grave when hearing that people are colorizing shematics.
A per-net color would be nice would not know a use case for a per-line color right now (but who am I to judge, just an amateur who has 'drawn' two shematics). I just can speak from my point of view but this was a feature at EasyEDA I learned to love very fast (and which prevents me from switching to LibrePCB somehow :P). Picked up a very old project recently to improve it. It uses an infrared reciever and you can imagine I do not remember the pinout anymore. With the colored wires I can see it within a blink of the eye (red wire = vcc, black wire = gnd, other wire = data) without following the wiring or looking up the docs.
[...] and which prevents me from switching to LibrePCB somehow :P
Huh, that would be really sad to decide against LibrePCB just because of such a trivial feature :see_no_evil: :sweat_smile:
With the colored wires I can see it within a blink of the eye (red wire = vcc, black wire = gnd, other wire = data) without following the wiring or looking up the docs.
Well, actually I'd recommend to use net labels for that purpose. It makes schematics so much more readable.
With colors, I see two problems:
Point 1 is not that critical, just a small drawback. Point 2 is critical, but maybe there are ways to avoid the mentioned problems. One could consider that a black net is "automagically" rendered as white on a dark background, but generally I don't like such logic (tech companies would call it "smart", but in practice such features often don't do what the user expects).
Net Labels Are perfect in general, just do not show you directly the info, interpret is a must.
I'd consider colors just in the SCHEMATIC (while on the screen), obviously different colors have to be unified in case of printing (in this case labels are perfect). My idea should be to have just a small set of different colors paired by it's high-lighted ones for cross-probing (sch and brd).
but this is just an idea to identify at least a subclass of lines. (the same can be applied to BUS probably)
I like anyway FREEPCB even if I use Cadence etc.
Hello @ubruhin,
Yes, I vote for possibility of change color for selected net (SCH and PCB). Each good feature which is as standard in the others EDA system, is expecting in the LibrePCB. Now or in the future (this is your decision).
My experience in the schematic editor: I use colored (and thicker !!) net wire - mostly I highlight nets for higher power. Schematic is better and quicker readable. In the PCB editor: Colored net of unrouted airwires is helpfull for better routing (and possibility hide selected airwires also).
How to solve ? Yes, on the black&white printers can be problem. But this is question for all other schematic object - are in the various color. Solution is: in print dialog add switch for B&W printing - Ouu, you did it - problem solved :-)
Chaos between color scheme and direct set of the color for some net? Add a checkbox into Workspace configuration -> Theme Tab: "Override theme color with local color setting". If it checked, you draw net wires with color parameter as user set. Otherwise draw it with settings from workspace (Theme). And this is it.
SUMMARY
For me it would be nice if there is a possibility to change the color of every wire in the shematic editor for better orientation. I'd really like to give data, vcc and gnd wires different colors. Haven't found any Issues or PR for this (or the feature itself).
SOLUTION
Since I'm new to all of this I only used EasyEDA right now. There you can click on a wire and see the color in the option pane.
When clicking at the color option you will get a color picker.
ps. thank you (all contributers) very much for creating LibrePCB, it looks very good to me (especially the easy library manager). Have a nice weekend.