LionHeart123 / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Feature request: Optionally displayed vertical lines to show indentation #571

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be helpful if there where vertical lines in the editor window to show 
indentation:

def foo():
    bla = 42
    while bla > 0:
    |   for i in range(10):
    |   |   for j in range(10):
    |   |   |   # ...
    |   |   # ...
    |   # ...

The vertical lines should be very light and should optionally be turned off 
(see i.e. notpad++).

Original issue reported on code.google.com by patric...@gmx.de on 8 Oct 2011 at 4:43

GoogleCodeExporter commented 9 years ago
Absolutely right. Vertical lines will act as very good indentation guide.

Please please please add this feature in future updates.

Original comment by jekindad...@gmail.com on 7 Feb 2012 at 5:29

GoogleCodeExporter commented 9 years ago
Yes a must required feature.

Original comment by Suresh1...@gmail.com on 8 Aug 2013 at 5:35

GoogleCodeExporter commented 9 years ago
Yes, please!!!

Original comment by leo.aukt...@googlemail.com on 24 Aug 2013 at 1:01

GoogleCodeExporter commented 9 years ago
Collapsible would be even better!!!  Please consider

Original comment by terrafer...@gmail.com on 20 Aug 2014 at 1:45

GoogleCodeExporter commented 9 years ago
Has this feature been implemented in the new version of PyScripter since 2011?

Original comment by RomainBa...@gmail.com on 26 Feb 2015 at 2:18