In code view, it would be nice to right click on an anchor link and be able to 'jump' to the anchor in the code. At the moment, 'Open Link Location' returns an error if I use it on an anchor link. In long pages, where the anchor might be at the bottom and the link to it at the top, finding the anchor's location can be time consuming. I have seen it done in a few other editors and found that a nice feature.
Just a thought.
Dave.
Open Link Location and anchors
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: Open Link Location and anchors
Not exactly related but notepad++ has a pretty cool feature that helps in these sorts of situations. When you select a word, it highlights all of the other occurrences of that word in the document in a pale yellow. You could, for instance, select the href text and then scroll the page and spot the next one really quickly.
Re: Open Link Location and anchors
Yep, that would be a nice feature, and would cover what I meant here.syrupcore wrote:Not exactly related but notepad++ has a pretty cool feature that helps in these sorts of situations. When you select a word, it highlights all of the other occurrences of that word in the document in a pale yellow. You could, for instance, select the href text and then scroll the page and spot the next one really quickly.
Dave.