On Wed 07-01-15 12:28:22, Leonardo Zide wrote: > 1- They changed the command line option to enable c++11 on gcc 4.7, I've > checked in a fix to the project instead of the patch since I know I'll > forget and do the same thing again or use some other new language feature > and it will break again. > > 4- This was a bug with the recent changes, it's fixed now.
Thanks for these fixes. I checked that both work, at least with my gcc. I'm not sure what gcc < 4.7 does and if it was better to announce a dependency on gcc 4.7 or higher. > 2- This is a known issue, it's on my list but I haven't gotten to it yet. > I'll take a look and if it's a simple change I'll fix it next. Thanks. (I can imagine this needs some time to fix.) > 3- Also a known problem. I've been working on making everything more LDraw > compatible but I haven't had a chance to fix this one. > > 3a- Not sure I understand, do you mean the text area with each line in the > file? Basically yes. But better to describe the use case: While preparing my model instructions I need to move bricks from one step to another, create, delete or merge steps and so on. Even some of these actions (if not all) are possible to do from graphical View in LeoCAD, there is nothing like 'Overview what's in each step'. And more - if I used more applications while working on this .mpd file each such application put its own 'comments' to the file. Then, when I need to move some bricks to a different step or submodel, I need to check such 3rd party lines as well and decide if to move them too or not. So, in sum, the best would be some kind of "View sources", synchronized automatically with what's in View. I believe not all text editing features are needed there, probably cut/copy&paste of whole lines + a context menu offering already existing LeoCAD popups (part properties etc.) would be enough. We may discuss about that. I wanted to paint a picture of what this feature should be good for. Does it make sense for you now? Milan _______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
