evandrocoan / AmxxEditor

Auto-complete and Build System for Amx Mod X on Sublime Text
GNU General Public License v3.0
9 stars 3 forks source link

Make IntelTip overlay rather than break lines #22

Closed SmiteIsTrashBro closed 2 years ago

SmiteIsTrashBro commented 2 years ago

Is it possible to have the IntelTip "float" over lines rather than wrap them? The reason for this is that it does make things harder to work with when there are multiple lines. You can see this same functionality in Intellitip plugin for sublime text by jbrooksuk https://github.com/jbrooksuk/Intellitip.

image

This is what we currently have

image

evandrocoan commented 2 years ago

It should have a setting for this I think: https://forums.alliedmods.net/showthread.php?p=2704399#post2704399

SmiteIsTrashBro commented 2 years ago

I didn't mean to show the popup when you hover with the mouse, what I actually meant is that when you show the popup, it doesn't stay over lines, instead, it will create a gap between the one you're currently viewing and all the others that are below.

Bad

print2

Good ✔️

print1

SmiteIsTrashBro commented 2 years ago

Actually, it worked after disabling enable_inteltip_calls and enabling enable_inteltip_name, as in post #197 in the link you sent. I've missed that sorry.