Skip to content
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

Apache NetBeans 20 debian-12.5.0-amd64 Linux - Python 1.9 RELEASE-200 - hints displaying w/ no way to modify/disable them! #108

Closed
KastningBrandon opened this issue Apr 15, 2024 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@KastningBrandon
Copy link

Description & Steps to reproduce the behavior::

I am unable to modify/disable "Hints" for Python within Apache Netbeans 20 Linux-amd64 with your Awesome Python Plugin.

Example Code (Commenting within my .py File):

Jesus Christ of Nazareth
Genesis-Revelation (KJV/KJV1611)
#LetHISPeopleGo
"And oppress not the widow, nor the fatherless, the stranger, nor the poor; and ...” - Zechariah 7:10 (KJV)
“And I will give power unto my two witnesses, and they shall prophesy a thousand two hundred and threescore days, clothed in sackcloth.” - Revelation 11:3 (KJV)
Online Source: https://www.kingjamesbibleonline.org/Zechariah-7-10/
Online Source: https://www.kingjamesbibleonline.org/Revelation-11-3/

Apache NetBeans 20 Linux-amd64 "hints" highlights the code and has a dialog box that pop-ups on each line where the "caution" symbol is in Yellow that says "E266 too many leading '#' for block comment".

When I go to The Apache NetBeans 20 Linux-amd64 Menu:

Tools -> Options -> Editor Button -> Hints -> Language Dropdown Box -> (AND Python is not listed). No way of modifying/disabling These ugly and annoying hints.

Screenshots
Screenshot_20240415_141407

Desktop (please complete the following information):

  • OS: [debian 12.5.0-amd64 Linux]
  • JDK Version [JDK-17]
  • Netbeans Version: [20]
  • Python Plugin Version: [1.9 (python-RELEASE200-1.9.nbm)]

Thank you again for this Awesome Python Plugin for Apache NetBeans 20 Linux-amd64

Best Regards,

Brandon Kastning

@KastningBrandon KastningBrandon added the bug Something isn't working label Apr 15, 2024
Copy link

Thanks for reporting this issue, we will take a look on ASAP

@onhae
Copy link

onhae commented Jul 25, 2024

Netbeans Version 22, Same problem occurs.
help me please

@albilu
Copy link
Owner

albilu commented Jul 25, 2024

Hints settings for Python are located: Tools -> Options -> Python -> Lsp Server.
To disable all hints make sure for exemple

plugins.autopep8.enabled=false
plugins.pycodestyle.enabled=false

Configure accordingly to fit your needs. Check #102 and https://github.com/python-lsp/python-lsp-server?tab=readme-ov-file#configuration for how to configure the options properly

@albilu albilu closed this as completed Jul 25, 2024
@albilu albilu added question Further information is requested and removed bug Something isn't working labels Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants