Hi, the Run menu is specific to other Eclipse perspectives (such as Plugin development or Java), and is not part of the TopBraid perspective. I am not aware of work-arounds to get exactly the Run menu back. If you are a Java programmer you have various options though to make your feature available conveniently. In particular you could write an Eclipse plugin to add menu items, or even to create a custom file format (org.topbraid.core.graphStores extension point). Such a file format (with a different suffix such as .n3s) could directly use your own writer instead of the default one.
Out of interest: how would you like to see the writer changed to meet your requirements? Regards, Holger On Jan 4, 2010, at 4:28 AM, pohara60 wrote: > We have written a program to sort an n3 file to workaround the issue > of topbraid not sorting blank nodes. I would like to invoke the > program from within eclipse using the External Tools available on the > Run menu. Unfortunately the topbraid persective will not let me add > this menu item. > > Is there a workaround? > > -- > > You received this message because you are subscribed to the Google Groups > "TopBraid Composer Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/topbraid-composer-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en.
