Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 301 forks source link

Error messages appearing on top of line you are trying to edit #3909

Open stefman2 opened 3 years ago

stefman2 commented 3 years ago

Short Summary

When editing a line in, say, Javascript code, if there is more than one error it detects while you are typing, the errors are listed vertically. The first error is listed above the line you are typing, but when there are more than one, the list completely covers the line so you can't see the rest of the line you are trying to edit. (See attached graphic) jsMessages

Steps to Reproduce

Edit a line of code that may or may not have issues. as you type, it seems to check the line while you are still typing, so multiple errors can result as shown and block your view of the rest of the line. When this happens you have to stop typing and move the mouse to get rid of the messages.

Expected results

One would expect error messages not to show on a line you are currently editing

Actual results

Error messages appear on a line while you edit it.

Platform Information

Komodo IDE, version 12.0.1, build 91869, platform macosx. Built on Mon Feb 10 19:05:50 2020. Mac OS 10.11.6 (15G22010)

Additional Information