Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long Line Edge Margin is Fixed at 80 Characters #14

Open
andren5060 opened this issue Mar 2, 2021 · 0 comments
Open

Long Line Edge Margin is Fixed at 80 Characters #14

andren5060 opened this issue Mar 2, 2021 · 0 comments

Comments

@andren5060
Copy link

andren5060 commented Mar 2, 2021

Using Release EsPy.1.0.0.12.7z. which is my preferred editor for MicroPython coding on ESP8266 (I dumped Thonny and PyCharm).

For me EsPy is perfect, except for one thing: the line (Long Line Edge Margin?) which runs down the screen at 80 characters when editing a program. Incidentally, this line does not show on any of the screenshots of EsPy which I have seen in my hours and hours of Googling this issue.

I have tried without success to get rid of it - it seems to be hard coded in EditorForm.Designer.cs:

this.scintilla.EdgeColumn = 80;
this.scintilla.EdgeMode = ScintillaNET.EdgeMode.Line;

ScintillaNET.xml states that EdgeMode.None is the Default, Yet the there is the line at 80 characters.

Long lines are not indicated. This is the default.

I have tried dozens of different parameters in ScintillaNET.xml for , and , but nothing I do has any effect.

Is it possible to modify an XML file to remove the Long Line Edge, or would one have to change EditorForm.Designer.cs and then rebuild/re-compile the entire package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant