imagej / imagej2

Open scientific N-dimensional image processing :microscope: :sparkler:
https://imagej.net/
BSD 2-Clause "Simplified" License
1.2k stars 337 forks source link

Add scijava-plugins-io-table dependency #224

Closed imagejan closed 5 years ago

imagejan commented 5 years ago

See https://github.com/scijava/scijava-plugins-io-table/issues/4#issuecomment-452622956.

ctrueden commented 5 years ago

Sorry this slipped through the cracks!

tferr commented 5 years ago

@ctrueden, @imagejan: Is this already being distributed through the updater? tables from the Sholl plugin cannot currently be saved (see https://github.com/tferr/ASA/issues/30), and I'm fearful of implementing a workaround there

ctrueden commented 5 years ago

The current Fiji does ship scijava-plugins-io-table at version 0.2.0, which is the latest release. And it doesn't look like that plugin has any new work on master (other than POM updates) since 0.2.0 was released.

@tferr I looked at tferr/ASA#30 but I don't understand how it relates to this issue here. The problem described in tferr/ASA#30 is the lack of buttons in the table UI, no? So we'd need to improve the Swing display viewer of SciJava tables, no? Or at least ensure there is a File > Export > Table... command or some such? Seems very doable, but can we discuss the requirements a little before plunging ahead?

tferr commented 5 years ago

@ctrueden, sorry. I read the forum thread in haste and somehow thought scijava-plugins-io-table would extend the table display viewer. I should have paid more attention. Sorry about that. The requirements would be very loose: Just something to save tables. Maybe a contextual menu? This is also affecting SNT that has a bunch of SciJava tables (for some I wrote a File>Save As> command that are called from the SNT GUI) so I can chime in. How do we go about it? If you give me some pointers, I can try to hack something.

tferr commented 5 years ago

@ctrueden I just realized the the proper issue to comment was https://github.com/imagej/imagej-common/issues/75 not this one. I guess this discussion should go there?

ctrueden commented 5 years ago

@tferr Let's continue the discussion at scijava/scijava-ui-swing#37, which I think is the issue covering what's needed here: a way to export tables from the UI.