-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug with new IntelTip option #17
Comments
Same. Also this intellitip works weird, it does not show up when caret inside function's parenthesis, it shows up only on mouse click, maybe there are some settings for it? |
I just launched a new update fixing some problems. Now the @aleeperezz16 What is wrong in the screenshot? To me, everything looks normal. |
What i meant was that before the update, non AmxxEditor color schemes didn't show the function parameters as a "function" with that color blue (One Dark Theme). Before that, it looked white like simple text. As you can barely see the variable g_Class has normal text color. |
@aleeperezz16, after the latest updates I released, do you still have any issues? @voed, I just implemented support to highlight the active parameter and moved the function return type to the side of the function name but I kept the links on the top because sometimes there will be a scrollbar on the popup, making hard to see the links: |
The IntelTip now works as it should but i still have the variables for my function parameters shown as a function (with the same color). However this happens only on non predefined themes of AmxxEditor. If it's hard to solve i will just use atomic-pawn theme instead... |
This happens because I extended the scope of the function to include the function parameters. This is easily fixed, but you will have to edit the color scheme you are using. What are the color schemes you are having trouble with? |
I'm using One Dark Theme so it's not an official AmxxEditor theme. Otherwise i also discovered that the official theme white-pawn has the same problem. |
I just fixed the problem with white-pawn theme. You can see here 97471bc the changes which need to be done. Basically, we just have to exclude |
I just released an updating fixing it. You also do not need to edit your |
What is the problem with the pictures? Remember I do not know these (colors) schemes as I use only this https://github.com/evandrocoan/NotepadPlusPlusColorScheme |
Minutes ago the plugin got updated and since then i'm having this scheme bug. Also even though i turn off the new setting:
Neither restarting sublime text takes effect on this.
Img showing the syntax bug:
The text was updated successfully, but these errors were encountered: