tmoreno / open-log-viewer

A multi-platform log viewer built with Electron and styled with Material Design
GNU General Public License v3.0
308 stars 44 forks source link

New log lines get inserted at cursor #18

Closed AaronAsAChimp closed 3 years ago

AaronAsAChimp commented 3 years ago

Expected Behavior: New log lines are added at the end of the log file display.

Current Behavior: New log lines are added at the text cursor.

Steps to Reproduce:

  1. Open a log file that is being continuously appended to.
  2. Click on a line that is not the last line or select some text.
  3. Wait for the next display update.
  4. Observe that the new lines are added at the cursor position replacing any text that is selected.
tmoreno commented 3 years ago

Hi Aaron,

I've just released a new version of the app with the bug fixed:

https://github.com/tmoreno/open-log-viewer/releases/tag/1.4.2

Please, cloud you check if the bug is fixed for you?

Thanks for you feedback!

AaronAsAChimp commented 3 years ago

Thank you, it works great!