Bug 231321 - [misc] Indentation lines for text editors
Summary: [misc] Indentation lines for text editors
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-09 11:16 EDT by Nicholas Doyle CLA
Modified: 2017-11-22 10:19 EST (History)
8 users (show)

See Also:


Attachments
ExampleScreenshot.png (84.29 KB, image/png)
2008-05-09 11:16 EDT, Nicholas Doyle CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Doyle CLA 2008-05-09 11:16:56 EDT
Created attachment 99477 [details]
ExampleScreenshot.png

One of the features that I have seen in other text editors that I have not seen in the Eclipse text editor is the ability to show indentation lines. All it is is a light line for each level of indentation of a line. It helps a lot for matching the beginning and ending of large blocks of code. Right now there is a 'Show whitespace characters' option that puts a '>>' for each tab but I find the result to be much too cluttered and I really don't want to see the rest of my whitespace.

I have attached an example screenshot of this functionality in 'KWrite".
Comment 1 Dani Megert CLA 2008-05-13 03:04:57 EDT
See also bug 84878.
Comment 2 Michal Niewrzal CLA 2015-12-03 06:58:25 EST
There is external plugin for such functionality (https://github.com/sschaef/IndentGuide), but I believe such functionality should be available on platform level (like displaying whitespace characters).