I've been googling the web for the past few this in search of a software I need, with no luck. Here is what I need:
Software would consist of two windows - one would be like a regular Inkscape/AI/Draw/etc window with all the tools, and the other would be an Excel like table
where every object would be in it's own row, while all the properties of an object would be in different columns.
If I would change something in the drawing (move some point), it would change it in the table automaticaly. If I would change something in the table, it would also reflect that in the drawing.
Something like this (formatting is not goint to work, but I think it will be clear):
ID | type | color | lineweight | point1 x, point1 y | point2 x, point2 y | .... | comment | center x,y | diameter | etc
route 1 | polyline | red | 1 | 10,12 | 14,16 | ... | remember to change point2 x to 15!!! | null | null | etc
circle 1 | circle | blue | 3 | null | null | null | some comment | 6,7 | 4 | etc
So, the first row would consist of all possible properties objects can have. If the object does not have that property, it's value is set to null by default.
To save space, columns can be created only if an object with that property exists in the drawing.
Best thing i found so far is Inkscape with it's built in SVG editor, and plain SVG editor is not even close to what I want

Do you know if something like this even exists? And before you say 'try AutoCAD', it doesn't have it

Thanks!