LEGO 2 LDraw 2 BL


RE: LEGO 2 LDraw 2 BL
#2
(2019-04-07, 12:05)Willy Tschager Wrote: How would an information like this treated in an editor? Would it show also the alternate number or just jump to the right part is an element number is entered say in a search?

Could be as simple as XML:
Code:
<items>
 <item src="6228b" dst="6228"/>
</items>

or JSON:
Code:
[{src: '6228b', dst: '6228'}]

or even CSV
Code:
6228b,6228

An editor would use it as a translation table.

Any format could be generated if the 3rd party names would be stored in the parts tracker as metadata.

We could also introduce a new LDraw meta for this, and add it to the parts themselves. Eliminating the need for an index file altogether.
Reply
« Next Oldest | Next Newest »



Messages In This Thread
LEGO 2 LDraw 2 BL - by Willy Tschager - 2019-04-07, 12:05
RE: LEGO 2 LDraw 2 BL - by Roland Melkert - 2019-04-07, 18:40
RE: LEGO 2 LDraw 2 BL - by Lutz Gehlen - 2019-04-08, 8:19
RE: LEGO 2 LDraw 2 BL - by David Manley - 2019-04-08, 8:41
RE: LEGO 2 LDraw 2 BL - by Milan Vančura - 2019-04-08, 10:22
RE: LEGO 2 LDraw 2 BL - by Magnus Forsberg - 2019-04-08, 22:24
RE: LEGO 2 LDraw 2 BL - by Philippe Hurbain - 2019-04-09, 5:58
RE: LEGO 2 LDraw 2 BL - by Willy Tschager - 2019-04-09, 9:38
RE: LEGO 2 LDraw 2 BL - by Johann Eisner - 2019-04-09, 19:15
RE: LEGO 2 LDraw 2 BL - by Jaco van der Molen - 2019-04-09, 20:50
RE: LEGO 2 LDraw 2 BL - by Orion Pobursky - 2019-04-09, 21:53
RE: LEGO 2 LDraw 2 BL - by Willy Tschager - 2019-04-11, 7:17
RE: LEGO 2 LDraw 2 BL - by David Manley - 2019-04-12, 12:34
RE: LEGO 2 LDraw 2 BL - by Orion Pobursky - 2019-04-12, 15:29
RE: LEGO 2 LDraw 2 BL - by David Manley - 2019-04-16, 5:50
RE: LEGO 2 LDraw 2 BL - by Willy Tschager - 2019-04-16, 6:40
RE: LEGO 2 LDraw 2 BL - by Orion Pobursky - 2019-04-16, 15:27
RE: LEGO 2 LDraw 2 BL - by David Manley - 2019-04-18, 23:57
RE: LEGO 2 LDraw 2 BL - by Orion Pobursky - 2019-04-19, 0:24
RE: LEGO 2 LDraw 2 BL - by Willy Tschager - 2019-05-06, 14:31
RE: LEGO 2 LDraw 2 BL - by Orion Pobursky - 2019-05-06, 14:37
RE: LEGO 2 LDraw 2 BL - by David Manley - 2019-04-13, 8:05
RE: LEGO 2 LDraw 2 BL - by David Manley - 2019-04-14, 10:47
RE: LEGO 2 LDraw 2 BL - by Jaco van der Molen - 2019-04-12, 15:36

Forum Jump:


Users browsing this thread: 1 Guest(s)