Akuli / porcupine

A decent editor written in tkinter
MIT License
160 stars 46 forks source link

trailing_newline plugin adds a newline to blank file #1505

Open Akuli opened 5 months ago

Akuli commented 5 months ago

It should be possible to save a blank file, without this plugin adding a newline to it.

To reproduce:

  1. Create new file (Ctrl+N)
  2. Without typing anything into the file, save it (Ctrl+S)

Expected result: file contains nothing (line numbers show just 1) Actual result: file contains newline character (line numbers show 1 and 2)