cppit / jucipp

A lightweight & cross-platform IDE supporting the most recent C++ standards. This project has moved to https://gitlab.com/cppit/jucipp.
https://gitlab.com/cppit/jucipp
MIT License
883 stars 98 forks source link

pasting removes trailing newlines #335

Closed programmerjake closed 7 years ago

programmerjake commented 7 years ago

When I copy and paste a line of code including the newline at the end of the code, pasting removes the last newline. If what I copy has multiple trailing newlines, it keeps all but one of them.

Version 1.2.4 Ubuntu 16.04.2 gcc 5.4.0-6ubuntu1~16.04.4 gtkmm 3.18.0

eidheim commented 7 years ago

Thank you for reporting this! Should be fixed in the above commit.

programmerjake commented 7 years ago

thanks for fixing quickly!