Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSuggestion: Additional cell display options for List data. #63
Comments
That's a good idea. It's not hard to implement, you need to define two classes, For example, https://github.com/jcupitt/nip2/blob/master/src/group.c And https://github.com/jcupitt/nip2/blob/master/src/value.c I think the problem is that nip2 is still a gtk2 program. It really needs updating to gtk3 (gtk4 is coming soon, argh) before committing much more work to it. I've done a nip3 branch here: https://github.com/jcupitt/nip2/blob/nip3 I've ported everything, it builds, but it doesn't run. All of the image display stuff has changed for gtk3, so it needs reimplementing. I've done a vips gtk3 image viewer here: https://github.com/jcupitt/vipsdisp That builds and runs, and looks quite nice, but it's not really finished, it's missing a few features, and it has an annoying flicker when you zoom. So the nip2 roadmap is currently:
Then there are a load of things that need fixing in nip2:
That would be enough to make something that could be released. The nip2 TODO has a long list of more blue-sky ideas. Anyway, not too much can happen before the move to gtk3, unfortunately. I'm hoping that now vips8 is stabilising I'll have some time to fix up nip2. |
I see. As far as Nip2 goes, its working pretty nice. ie: no real showstoppers known at this side. As far as gtk4 goes ... although its already in development. The 4.0 version seems to be planned for spring 2019. But before gtk4 moves into its so called stable state, I think you can probably add at least one or two additional years to that. (skipping gtk3 all together could also be a option. It would kinda trash the work you already did on it. But would free-up the time to complete it, in favor of venturing into gtk4)
I appreciate the vote of confidence in my presumed coding and compiling skills, but I'm sorry to say that compared to the real deal/coders, I'm not even coming close to what you would call an apprentice. (Complete C noob to boot) ... But I'm of course not the only one that might read this, I hope. :) |
When a cell contains Group type data is has a number of displayed options to display its data.
I think it would be nice if something like that was also possible with List data.
It would, for example, give a bit more controle over the display width of the tables.