Hello,
fiddler wrote:A slight abnormality is when editing an element, the updated part does not appear until next time the element is dragged onto the screen. Ie when changing allowable orientations Ctrl+t it does not update until new part is loaded.
Yep. After modifying an element, you should use the "Reload" button in the panel to see its new appearance in the panel, it is not automatic yet.
Regarding elements already added to the diagram: do not forget they are actually instances of the element automatically copied in the "Project collection > Imported elements". But indeed, existing elements are not updated until the file is opened again, the main problem being the management of updates that would forbid the state of the element on the diagram : moving/deleting terminals imply losing the attached conductors, and forbidding an orientation imply we should choose an arbitrary new orientation for impacted elements.
fiddler wrote:Also it would seem the by default it would be good to have a positions ON by default, ie Nort, South, East, West.
As far as I remember, the assistant you go through when creating a new element suggests using North as the default, with the three other orientations allowed, ans this also occurs when creating a raw element editor using the systray icon. Is this what you are referring to?
Gray's Law of Programming:
'n+1' trivial tasks are expected to be accomplished in the same time as 'n' tasks.
Logg's Rebuttal to Gray's Law:
'n+1' trivial tasks take twice as long as 'n' trivial tasks