I am using V8.0.9-0 for Linux (Ubuntu / Linux Mint flavor)
I am trying to create a set of notes for my schematic, as a (large) textbox which I have placed on a hierarchical sheet.
I want to space the text on separate lines. There is no “bullet” or “numbering” option in Textbox so I do realize that I will have to denote each line manually, if I desire this. But that is not my stumbling block….
The problem I am having is, if I enter the text in the Textbox editor with carriage returns at the end of each line, KiCad will make them appear within the textbox with each line written over top of the others.
Try as I might, I cannot force a carriage return and so, a new line. These do NOT work
Enter (i.e, “carriage return”)
CTRL+Enter (this combo causes the dialog box to close);
ALT+Enter (this combo causes the dialog box to close);
SHIFT+Enter (this combo causes the dialog box to close);
__ (i.e., 2 or more spaces at the end of the line — useless);
Surely, there must be a way to do this. It is a very common text-editing feature. I don’t want to “wrap” the text within the box because these “bullet points” are not all of the same length (and so, manually adjusting the text-box width will not provide the desired results).
Either I misunderstand or that is not what I get. No problem entering multi-line text in schem editor. I use enter key only for line breaks. And I get text with line breaks on the schematic.
What happens if you copy-paste from some text editor or word processor software?
There is also very little difference for me between: Schematic Editor / Place / Add Text and Schematic Editor / Place / Add Text Box. The text box just places an extra rectangle around the text, but both work multi-line.
I can’t reproduce this. It does look like some kind of bug. Does this only happen in the schematic and with this project? or also in other projects?
You can try to exit KiCad, then rename the configuration directory: (~/.config/kicad/8.0) KiCad will then create a fresh configuration directory with defaults. After that you can put the renamed directory back to get your own modified settings back.
For the rest, Bugs in V8 are not going to be fixed, and therefore updating to V9 may be a better option.
v9.0 is not yet available as a Synaptic Pkg Manager update for Linux Mint, so I am opting for fixing the v8 installation.
So OK, I did the renaming of the\~/.config file as you suggested, and when I ran KiCad again it did give me the desired results.
So, it seem that a glitch occurred when I customized the configuration (preferred font, for example)
But I am not sure of precisely what you mean when you say,
Do you mean that I should cut-and-paste the old directory’s contents into the newly created directory…or what, exactly? Here is what the directory looks like now
Just to be clear: So now you do have multi line comment boxes?
The configuration directory has a whole lot of files with settings that can be configured via the GUI, but they are also readable text files. Just copying files over each other is a bit of blind work. I prefer to use a source code program to view differences and merge settings. You can for example use meldmerge to view differences between the “old” and the “new”.
Yes, I now have text on separate lines. Amazing!
Thanks for the pointer to Meld / Meldmerge. I just installed it and look forward to trying it with the various files!
Do you have any suggestions as to what I should look for, viz: the difference between the files?
A very troublesome display controller, that has replaced X11 in many Linux distributions. It has limitations that mess up KiCad and other complex multi window packages
Yes, meldmerge highlights the differences between files (or groups of files). It can either compare single files or whole directories. I find the way that you select the sources to compare in meld a bit cumbersome, and I tend to circumvent that via the command line.
paul@cezanne:~$ cd .config/kicad/
paul@cezanne:~/.config/kicad$ ls -hl
total 60K
drwxrwxr-x 2 paul paul 4,0K Jul 27 2022 2022-07-27
drwxrwxr-x 4 paul paul 4,0K Jan 9 2023 2023-02-22_7.0
drwxrwxr-x 4 paul paul 4,0K Jan 4 2024 2024-01-16_7.99
drwxrwxr-x 4 paul paul 4,0K Jan 18 2024 2024-01-19_8.0
drwxrwxr-x 4 paul paul 4,0K Aug 14 2023 2024-02-12_7.0
drwxrwxr-x 4 paul paul 4,0K Jan 21 2024 2024-02-12_8.0
drwxrwxr-x 4 paul paul 4,0K Feb 25 2024 2024-04-24_8.0
drwxrwxr-x 4 paul paul 4,0K Jul 9 2024 2024-07-19_8.0
drwxrwxr-x 3 paul paul 4,0K Jul 30 2024 2024-07-30_8.99
drwxrwxr-x 2 paul paul 4,0K Dec 21 2021 3d
drwxrwxr-x 4 paul paul 4,0K Apr 20 2022 6.0
drwxrwxr-x 4 paul paul 4,0K Dec 20 2022 6.99
drwxrwxr-x 4 paul paul 4,0K Feb 17 2024 7.0
drwxrwxr-x 4 paul paul 4,0K Aug 1 2024 8.0
drwxrwxr-x 4 paul paul 4,0K Sep 4 2024 8.99
paul@cezanne:~/.config/kicad$ meld 2024-04-24_8.0 8.0
Then meld highlights differences in blue, and you can either edit the files with text editor functions, or click on the arrows to copy lines from left to right, or from right to left.