cjprecord / editra

Editra - Developers Text Editor
Other
3 stars 0 forks source link

Grey Line in the left third #784

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just start Editra (OS X Mountain Lion)

What is the expected output? What do you see instead?
White field for typing in some code, instead theres a white field with a grey 
line in the left third

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
0.7.12, OS X Mountain Lion 10.8.2

What method of install was your version installed with (Binary/Source)?
Binary

If from source: What version of python and wxPython are you using?

Please provide any additional information below.
The Grey Line (from top to bottom) doesn't affect any other fuctions, you can 
white through it, its like there would be a display fail (but there isn't).

Original issue reported on code.google.com by timd.1...@gmail.com on 24 Dec 2012 at 1:05

Attachments:

GoogleCodeExporter commented 9 years ago
That line is a feature. It indicates a line stop (i.e. column 80 which is 
common style guideline in many programming languages).

If you don't want to use it you can turn it off in the preferences dialog.

@see: Preferences -> Document -> Code -> Edge Guide

Original comment by CodyPrec...@gmail.com on 26 Dec 2012 at 2:23