
Column number "ruler" for code view
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".
-
- Posts: 14
- Joined: Fri Aug 22, 2008 6:01 pm
Column number "ruler" for code view
I'd like to have a "ruler" that indicates column numbers that can be placed at the top or bottom of the page while in code view, similar to the one in PSPad (see screenshot). This would be helpful in finding the column of a specific validation error. It would be great if placing the cursor over the ruler would generate a line down thru the code to mark the position on every line, clicking the ruler would make this line sticky. Perhaps a hot key or context menu item to enable this feature as well so the column indicator line could be activated while in the code itself without needing to move the mouse to the top or bottom of the screen.


- syrupcore
- Top Contributor
- Posts: 917
- Joined: Thu Jul 21, 2005 12:58 am
- Location: Portland, Oregon, usa
- Contact:
Re: Column number "ruler" for code view
that's a neat idea.
you know there is column info in the lower left corner though, right? 435:27 = line 435:column 27
you know there is column info in the lower left corner though, right? 435:27 = line 435:column 27
-
- Posts: 14
- Joined: Fri Aug 22, 2008 6:01 pm
Re: Column number "ruler" for code view
Hey syrupcore, yes I knew this but it only provides a 'click-and-see' approach at best.syrupcore wrote:..you know there is column info in the lower left corner though, right?
Re: Column number "ruler" for code view
Yes, a ruler at the top would be a great additon. That is one of the only things I miss from EditPlus.