protegeproject / sparql-query-plugin

Protege Desktop plug-in that provides support for writing and executing SPARQL queries.
12 stars 11 forks source link

Integration with YASPP project #13

Open dfsantamaria opened 7 years ago

dfsantamaria commented 7 years ago

References to old YASPP project deleted.

csnyulas commented 7 years ago

Hi @dfsantamaria,

Thanks for your pull request. Looking at the YASPP plugin that you release earlier, I observed that the results table did not have the copy/paste functionality. I wanted to ask why didn't you reused the results view from the SPARQL Query Plug-in, which used JTable, which had the copy/paste functionality recently implemented to address this issue.

Does this make sense?

dfsantamaria commented 7 years ago

Hi @csnyulas ctrl+c should be enabled (there is commit for this functionality). The original jtable may conflict with that provided in my repository.

Sent from my HUAWEI MHA-L29 using FastHub

dfsantamaria commented 7 years ago

Now copy should work on mac too.

dfsantamaria commented 7 years ago

Now results can be exported as PNG o JPG image.