Bug 43730 - [misc] Support configurable vertical hairlines (like print margin)
Summary: [misc] Support configurable vertical hairlines (like print margin)
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 2.1.1   Edit
Hardware: All All
: P5 enhancement with 6 votes (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 43824 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-09-26 09:28 EDT by Darin Delegal CLA
Modified: 2017-02-02 07:13 EST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Delegal CLA 2003-09-26 09:28:39 EDT
A couple of requested/suggested additions to the main file editor windows:

- A top ruler bar with column numbers
- The ability to configure and display more than one vertical hairline (like 
the print margin display).
- The ability to display "hidden" characters such as tabs, linefeeds, etc.
- Column based editing for insert/delete/select, etc.

I know these probably fall into the low priority category, but they would be 
very useful...
Comment 1 Dani Megert CLA 2003-09-26 09:41:15 EDT
>A top ruler bar with column numbers
row:column indication is already available (see status bar). There are currently
no plans for additional support.

>The ability to display "hidden" characters such as tabs, linefeeds, etc.
see bug 22712

>column based editing for insert/delete/select, etc.
see bug 19771

So the only thing which remains is:
>The ability to configure and display more than one vertical hairline (like 
>the print margin display).

==> changed the PR summary.

Note: There should only be one report per request.

Comment 2 Dani Megert CLA 2003-09-29 10:38:29 EDT
*** Bug 43824 has been marked as a duplicate of this bug. ***
Comment 3 Pedro Algarvio, aka, s0undt3ch CLA 2011-08-31 18:14:53 EDT
Plus one on per-project vertical lines.
Comment 4 John McCabe CLA 2017-02-02 07:13:15 EST
Eclipse's JDT and CDT changed around Eclipse Mars time to ignore the print margin column setting in the "Text Editor" preferences. There were a couple of bugs raised as a result of this, because it meant the print margin behaviour was just weird. As a result, and partly due to a lack of acceptance that this is a poor choice (not just in my opinion, but I was probably the most vocal about it), Robert Zenz (with a little bit of help from me) has created a plugin called ArbitraryLines that will let you have vertical lines, or horizontal lines, displayed wherever you like in the edit view (pretty much). This came out of some discussions on bug 468307. You can find the plugin at:

https://marketplace.eclipse.org/content/arbitrarylines

You set up the lines you want drawn using the preference page under Text Editors, and it draws the lines based on the settings you specify! Amazing, huh?

We hope it's of use to you.