How can the title block be filled? I've created a key in schematics properties with a same name ($author), both for the particular sheet and global, but title block stays the same.
Try the latest build, from
https://ci.appveyor.com/project/carrotIndustries/horizon (Aritfacts). There have been some quite significant improvements to titleblocks lately. In the old, one they key has to be author (without the dollar sign).
One more - create linked unit, symbol and entity from kicad schematic component. It seems that kicad gained a critical mass to be noted. You can get schematic symbols for kicad from parts vendor (through ultra librarian export).
That's been on my list of things I might to at some point for quite while. Their current symbol format is quite messy, but definitely doable.
> import pin list from CSV or from clipboard
> ability to import csv map file(from datasheet)
> swap pads and pin pane/area, so pad numbers are on left. In all datasheets that I have seen you have pad numbers in first column, and name in second. Here it is the other way around. It does not feel right/makes my brain hurt.
Try the part wizard (in the package tab).
> ability to copy pins - I can select lines and delete them, but I can not copy. In lot of case you have a multiple pins of same name
Adding a new pin will copy everything from the currently selected pin.
> I would expect the selection to disappear after del.
The selection staying in place makes it easier to delete a sequence of pins.
> would be nice if there was option to fill the pin name with content from clipboard.
After adding a new pin, the pin's name is focused, so you can press Ctrl-v right away.
> standard shortcut ctrl + x is not implemented
You're the actually first one to bring this up. I haven't implemented it yet as it'll do the same as Ctrl-c followed by delete. If you want to move symbols and everything attached to them to another sheet, "Move to other sheet" is thing you want to use.
> ability to change sheet while placing a part, so I can place part b directly on other sheet
That'll require some in-depth changes, I'll have to see if it's worth the added complexity.
> warning(and offering update pool cahe) when user is placing component which cached symbol is out of sync with pool.
The situation is even a bit worse than this: The schematic editor itself keeps its own cache that only gets refreshed once it is reopened, so we have three places that could be out of sync. Someone else brought up a similar issue to me. I think the easiest way out of this would be to show a message in the part browser if the user selected a part that hasn't been updated in the cache yet.