From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,93153d8842cbd22c,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: finding code in Eclipse Date: Wed, 10 Aug 2011 07:49:29 -0400 Message-ID: <82vcu5qyeu.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) Cancel-Lock: sha1:XhN/ZMjJ0do4sWPLjk/h8iD88vM= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 43dc94e427035e029e66108135 Xref: g2news2.google.com comp.lang.ada:21479 Date: 2011-08-10T07:49:29-04:00 List-Id: My trusty Palm is finally dying, so I'm switching to an Android. Since there is an Ada compiler for JVM, I'd like to write an app for it (none of the music players does _exactly_ what I want :). That is the last mention of Ada in this post; I'm hoping there are some Eclipse users here who can point me to a better place to ask this sort of thing; this group tends to be more responsive than the others I've found. I'm a die hard Emacs user, but since the Android tutorials use Eclipse, I decided to give it a try. But I'd like to know what's going on under the hood, so I'd like to find the code that is bound to all of those fancy buttons. In Emacs, to find the code bound to a key or menu, I just use C-h k; that shows the command bound to the key, the help for the command, and gives a link to the source code for the command. One more click, and I'm reading code. Is there an equivalent in Eclipse? I've looked in Eclipse help, and done a couple web searches, but haven't found it yet. Eclipse help will put up a dynamic list of current key bindings, but it doesn't give a reference to the source code. -- -- Stephe