Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> Georg Baum <[EMAIL PROTECTED]> >> writes: >> >> | - transform[string(entry.lyxname)] = int(entry.lcolor); >> | + LyXTransform[string(entry.lyxname)] = int(entry.lcolor); >> | + LaTeXTransform[string(entry.latexname)] = int(entry.lcolor); >> >> Can you please change the names of these variables. > | Would lyxcolors and latexcolors be OK? Please make a suggestion if not, | because I don't really know what you want. > >> is the "string()" cast really needed? > | OK, I removed lots of casts. Would the attached be OK? | BTW, I also tried the multi_index variant because I was curious. The idea | seems nice, but too much code IMHO (or I missed something).
For 1.5 I think we should use the multi_index. Too me it looks really nice. And take the setup of this out ot LColor. -- Lgb