Git Product home page Git Product logo

Comments (2)

matkuki avatar matkuki commented on June 15, 2024

Of course you can @Prooffreader , just write this in the REPL:
cmain.setWrapMode(PyQt4.Qsci.QsciScintilla.WrapWord)
and press ENTER.

There are four wrap modes:

PyQt4.Qsci.QsciScintilla.WrapNone - Lines are not wrapped.
PyQt4.Qsci.QsciScintilla.WrapWord - Lines are wrapped at word boundaries.
PyQt4.Qsci.QsciScintilla.WrapCharacter - Lines are wrapped at character boundaries.
PyQt4.Qsci.QsciScintilla.WrapWhitespace - Lines are wrapped at whitespace boundaries. 

Here is a screenshot of how to set it up:

temp
Substitute cmain with cupper or clower acording to which window you have the document in.

I should add this feature to the View options in the GUI, right?

Tell me if you have any trouble.

Matic

from exco.

matkuki avatar matkuki commented on June 15, 2024

Hey @Prooffreader ,

Just added word wrapping. It's accessible with Ctrl+P or in the menubar
Advanced->Enable/Disable Line Wrapping or using the function wheel (F1).

from exco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.