History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3740
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: Richard Bondi
Votes: 1
Watchers: 1
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Copy Eclipse's "Show Source of Selected Element Only" feature

Created: 31 Jul 06 21:54   Updated: 27 Dec 06 21:51
Component/s: Editor. Editing Text
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: XP Pro

Build: 4,267
Severity: High


 Description  « Hide
This toggles between viewing only one method of a class – so you can PgUp/PgDwn in it without worrying about scrolling outside of the method – and viewing the whole class.

Visual Studio has had this for years too, at least since Visual Basic 5.

And I miss it.



 All   Comments   Work Log   Change History      Sort Order:
NNTP User - 01 Aug 06 03:14
I used to think this feature was pure garbage until I really started
using it. It's a worthy feature addition. I would LOVE a way to select
from a list the method(s) that are to be shown. This becomes especially
helpful when you find yourself jumping to and from 2 or 3 methods
continually. It saves from straying to that 4th method that you don't
intend on changing.

Richard Bondi - 01 Aug 06 17:50
  1. You can select from a list of methods with Ctrl-F12.
  2. This feature would also be very useful for xml files. For example, when editing struts-config.xml, you can get very long <form-bean> elements that are more than a screen long.

Richard Bondi - 09 Aug 06 21:55
Please also have this feature work for editing xml: allow the user to view only the tag and its descendants.

This would be very useful, for example, when searching a struts-config.xml file with very long <form-bean> entries. Right now, if you do ctrl-F and find something, you have to scroll like crazy to find out which <form-bean> you are in (if any), and (ii) scroll even more, or resort to a bookmark, to get back to the <form-bean> you really want.

Often, I just collapse, copy the <form-bean>, paste into TextPad, and search there. That's obviously sub-optimal.

Thanks,
/r:b:


NNTP User - 27 Dec 06 21:51
I used to think this feature was pure garbage until I really started
using it. It's a worthy feature addition. I would LOVE a way to select
from a list the method(s) that are to be shown. This becomes especially
helpful when you find yourself jumping to and from 2 or 3 methods
continually. It saves from straying to that 4th method that you don't
intend on changing.