eteran / nedit-ng

a Qt5 port of the NEdit using modern C++14
GNU General Public License v2.0
95 stars 26 forks source link

reworking code that takes data from sub-processes so that it avoids using a QString as much as possible. #355

Closed eteran closed 3 months ago

eteran commented 3 months ago

reworking code that takes data from sub-processes so that it avoids using a QString as much as possible. this is necessary because, at least in Qt5, there is a hard upper limit to the length of a QString addesses issue #354