[Jadclipse-develop] [ jadclipse-Bugs-1325832 ] Using other views to navigate the file doesn;t work p
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2005-10-27 17:08:43
|
Bugs item #1325832, was opened at 2005-10-13 08:55 Message generated for change (Comment added) made by robertengels You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1325832&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Johann Gyger (jgyger) Summary: Using other views to navigate the file doesn;t work properly Initial Comment: 1. Open a large class file using jadclipse. 2. Browse to a method low down in the file using the outline view. The editor screen correctly moves to this part of the file. 3. Click on the editor screen (eg to try and copy some of the file). You will find the editor screen zips back up to the top. This is very frustrating... If I get a minute I'll try and work out how this works and ought to work, but if anyone else fancies fixing it... ---------------------------------------------------------------------- Comment By: Robert Engels (robertengels) Date: 2005-10-27 12:08 Message: Logged In: YES user_id=629931 The behavior that nobody cites is the exact behavior I see. Click on a method in the outline view, the editor windows correctly positions to the method. Then click in the editor window - as soon as this is done the editor repositions to the top of the file. The strange thing is that after a eclipse restart is seems to work fine, but then later in the session the bad behavior comes back. Not sure what causes it. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2005-10-27 09:50 Message: Logged In: NO I don't see it on JDK classes because Eclipse always associates the source with them; by "large" all I mean is that after decompilation the resulting source is large enough to make the editor window scroll. You could just knock together a class with a bunch of joke methods, compile it and then decompile it using JadClipse to see this behaviour. This is in Eclipse 3.x. Not sure what else I can suggest; as I say, it does matter how you get to the method. If you click on method x in the Outline view then the editor will automatically reposition itself so that method x is visible. In my experience if I then click anywhere on the editor window it goes back up to the top. I find that I have to check where in the file the method is and then scroll the editor down in order to highlight it and work with it. ---------------------------------------------------------------------- Comment By: Johann Gyger (jgyger) Date: 2005-10-25 14:45 Message: Logged In: YES user_id=7927 What does "large class file" mean? Could you provide a sample class from the JDK where this problem occurs? I tried it with String which works for me. ---------------------------------------------------------------------- Comment By: Robert Engels (robertengels) Date: 2005-10-21 15:20 Message: Logged In: YES user_id=629931 I experience the same problem. It is a real pain. Just added for confirmation. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=1325832&group_id=40205 |