
Originally Posted by
Nirmal K Veetil
I must admit, this is a good observation

However, this (not displaying the shortcut for the Nokia IDE) was done on purpose irrespective of whether few or all components were installed. We could however consider letting the user decide the shortcut(s) that he would like to see.
Thank you for your response. I do not understand what the purpose for not creating a shortcut to the IDE was, but letting the user choose whether he wants it or not sounds a good idea to me.
Here is one more bug I found:
IDE - no Javadoc predefined for Nokia SDK 2.0
As I'm not an expert with Eclipse, I'm not sure how to explain this, so I'll give you an example.
Consider the following code:
Code:
import javax.microedition.lcdui.Display;
[..]
display = Display.getDisplay(this)
Let's say you hover getDisplay(this)
My expectation: Tooltip displays the Javadoc for the method getDisplay(MIDlet).
Actual result: Tooltip says: "Note: This element neither has attached source nor attached Javadoc and hence no Javadoc could be found."
Example image: (excuses for the poorly drawn cursors) http://s7.directupload.net/images/120713/mhstn8o5.png
Regards,
~ UnPlan2ned