fortharris / Pcode

Python 3 IDE
GNU General Public License v3.0
170 stars 22 forks source link

Add soft wrap feature #12

Closed stdex closed 9 years ago

stdex commented 9 years ago

Hello. Eage line works fine when people write new code. If we have existing code we need soft wrap feature. Can you add this option?

fortharris commented 9 years ago

Can you please explain what Eage line is?

stdex commented 9 years ago
fortharris commented 9 years ago

OK. By soft wrap, you you intend to insert line breaks manually. I'm i correct?

stdex commented 9 years ago

Feature like that: http://www.youtube.com/watch?v=_gxr5EFrnOI

fortharris commented 9 years ago

I get what you mean now. I will look into Qsciscintilla to see if there is a control for that since that will be the most efficient way to implement it.

stdex commented 9 years ago

Looks like function: QsciScintilla::setWrapMode

fortharris commented 9 years ago

Thanks. Will definitely add that feature.

stdex commented 9 years ago

Also, scroll not working correct with long lines: image

fortharris commented 9 years ago

This could be a problem with Qsciscintilla. You can however shorten long lines by escaping them at the commas. I believe this also makes for a neater code.