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.16k stars 305 forks source link

syntax checking: tooltip covers current line #2030

Open th3coop opened 8 years ago

th3coop commented 8 years ago

Short Summary

If you have a syntax error on a line and the syntax tooltip is multiple lines, it will cover your current line.

Steps to Reproduce

-open a JS file -type var blah with no ;

To have the syntax error tooltip stop at the top of the line I'm editing.

capture

Actual results

The tooltip covers the line I'm editing and I can't see. I have to stop typing and move the mouse.

screenshot 2016-09-20 15 12 16

th3coop commented 7 years ago

No chance this can get into 10.2 eh? This is SUPER annoying. I guess no one else notices it though?

Defman21 commented 7 years ago

I just don't do syntax errors 😝 but yeah I've noticed that too.

Naatan commented 7 years ago

I just don't do syntax errors

You really should. I don't know how people can do without them. Just take the time to configure them.

On-topic: Mitchell is pretty swamped, so this won't make it into 10.2. I did look into this one myself a while ago but couldn't make my way through the forest.