Hi Murilo,
Thank you for your feedback and appreciation. Here are my comments to the observations:
1. Dot: I’ll update the code to accept dot*. However, the bin folder contain few more dot* files (dot2gxl and dotty), so I’ll add an error (I’ve few different things in mind, will notify once I look at those).
2. Workspace related preference: Yes, they look bad. But until now, I’ve not found a clean way to remove them (someone once mentioned in the newsgroup that it can be done by editing the plugin.xml for the includes plug-ins, but that is not a maintainable way, as if the plug-in is updated, the process will need to be redone; moreover, it is not guaranteed to work correctly). Those options are coming due to the plug-in dependence (e.g. the navigator and file editor). Please let me know if someone knows how to remove them cleanly.
3. Icons: Actually, I spent some time on icons; but I was not able to come with good icons for these tasks (I created the ones that are currently being use, and it is evident that I am not too good in drawing). Can we have more suggestions about which icon may be suitable for which task.
4. License: Yes, I looked at that e-mail. Please send me the header text that I must paste at the top of each file (I looked at the link, but I am waiting for other responses on the other e-mail). Must I go ahead and change the license to LGPL?
5. ReadMe, Screencast, Tutorial: I’ll be working on these in that order. I’ll put the readme and tutorial in wiki (may use GoogleDoc for creating PDF at the end for tutorial). Is there any free tool that converts from Google Code Wiki to PDF?
6. Examples package: I’ll try to create that. One option is to create a workspace with examples and check that in.
--
Thanks,
Bhavesh Sanghvi
Thank you for your feedback and appreciation. Here are my comments to the observations:
1. Dot: I'll update the code to accept dot*. However, the bin folder contain few more dot* files (dot2gxl and dotty), so I'll add an error (I've few different things in mind, will notify once I look at those).
2. Workspace related preference: Yes, they look bad. But until now, I've not found a clean way to remove them (someone once mentioned in the newsgroup that it can be done by editing the plugin.xml for the includes plug-ins, but that is not a maintainable way, as if the plug-in is updated, the process will need to be redone; moreover, it is not guaranteed to work correctly). Those options are coming due to the plug-in dependence (e.g. the navigator and file editor). Please let me know if someone knows how to remove them cleanly.
3. Icons: Actually, I spent some time on icons; but I was not able to come with good icons for these tasks (I created the ones that are currently being use, and it is evident that I am not too good in drawing). Can we have more suggestions about which icon may be suitable for which task.
4. License: Yes, I looked at that e-mail. Please send me the header text that I must paste at the top of each file (I looked at the link, but I am waiting for other responses on the other e-mail). Must I go ahead and change the license to LGPL?
5. ReadMe, Screencast, Tutorial: I'll be working on these in that order. I'll put the readme and tutorial in wiki (may use GoogleDoc for creating PDF at the end for tutorial). Is there any free tool that converts from Google Code Wiki to PDF?
6. Examples package: I'll try to create that. One option is to create a workspace with examples and check that in.
I’ll do dot –V and the HTML documents.
--
Thanks,
Bhavesh Sanghvi
In the beginning I tried to edit the name of the executable, but then I did not spend enough time on this (one option is to rename the file and zip it again). I’ll look in the .product file and update the name.
I’ll put a list of suggestions too.
--
Thanks,
Bhavesh Sanghvi
From: Murilo Saraiva de
Queiroz [mailto:mur...@gmail.com]
Sent: Tuesday, August 12, 2008 8:54 AM
To: Bhavesh Sanghvi; Lúcio de Souza Coelho; openb...@googlegroups.com
Subject: Re: About OpenBiomind-GUI
Another observation I forgot to mention: the executable file of the Linux build is being named "eclipse". You can rename it to openbiomind or something like that editing the .product file. I don't know if the problem occurs in other builds.
Hi Murilo,
To solve the dot issue on platforms where executable files need not have an extension, I updated the file dialog to allow files of the type “dot” as well as “dot.*”. Further to be extra sure, I updated the code to execute this file and check if the first line of the returned output starts with “dot – Graphviz” or not? In case, it does the file is accepted as valid dot utility. The changes are available in r57 (http://code.google.com/p/openbiomind-gui/source/detail?r=57).
--
Thanks,
Bhavesh Sanghvi