Giter Site home page Giter Site logo

Comments (4)

magiblot avatar magiblot commented on August 21, 2024

Hi @coolcoder613eb!

Unfortunately, it is not currently possible to customize this from inside the application. I am sorry that this feature caused you trouble.

If you have compiled Turbo yourself, you can disable this behaviour by commenting out the call to stripTrailingSpaces in FileEditor::beforeSave:

--- a/source/turbo-core/fileeditor.cc
+++ b/source/turbo-core/fileeditor.cc
@@ -232,7 +232,7 @@ void FileEditor::beforeSave() noexcept
     if (!inSavePoint() && !call(scintilla, SCI_CANREDO, 0U, 0U))
     {
         call(scintilla, SCI_BEGINUNDOACTION, 0U, 0U);
-        stripTrailingSpaces(scintilla);
+        // stripTrailingSpaces(scintilla);
         ensureNewlineAtEnd(scintilla);
         call(scintilla, SCI_ENDUNDOACTION, 0U, 0U);
     }

from turbo.

coolcoder613eb avatar coolcoder613eb commented on August 21, 2024

I think it would be better to disable it by default, as it is very hard to write markdown with it.

from turbo.

magiblot avatar magiblot commented on August 21, 2024

Could you please share an example of a Markdown file that is very hard to edit because of this feature?

from turbo.

coolcoder613eb avatar coolcoder613eb commented on August 21, 2024

In markdown, you put two spaces at the end of a line to do a newline.
Those two spaces get stripped.

from turbo.

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.