FOSSEE / eSim

This repository contain source code for new flow of FreeEDA now know as eSim
GNU General Public License v3.0
84 stars 74 forks source link

Made the text in TerminalUi log console selectable #259

Closed pranavkaruvally closed 1 year ago

pranavkaruvally commented 1 year ago

Purpose

It was not possible to select the text inside the log that shows up during ngspice simulation. With this pull request, it would be possible to select and copy lines from the console which displays the log.

Approach

Just changed the QTextEdit widget's NoTextInteraction property with appropriate properties for selection.