netbeansPython icon indicating copy to clipboard operation
netbeansPython copied to clipboard

Netbeans Support for Python

Results 31 netbeansPython issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** This came into my mind as I saw jupyter in action and there are integrations for VS Code and intelliJ....

enhancement
feature-request
contribution-welcome

**Description** PythonDiagCollector.java is a hack as Full project diagnostic is not available yet with pylsp see: https://github.com/python-lsp/python-lsp-server/discussions/280 For now Full project Action items will report flake8 based diagnostics (Disabled) This...

enhancement
pri-low
external-issue

**Description** Ipython seems to need Shift+Enter to execute the code (Run Selected code feature). same issue discussed on vscode and spyder IDE https://github.com/microsoft/vscode-python/issues/17172 https://github.com/spyder-ide/spyder/issues/2696

enhancement
good first issue
pri-low
external-issue

**Description** Right now the Netbeans Test Runner API only allow test Class names to end with .\*Test.py. This fit Java class names but not Python were the naming convention for...

enhancement
pri-low
external-issue
netbeans-api

**Description** When Replaying failing unittest will be nice to enable Coverage Aggregate also: https://github.com/albilu/netbeansPython/blob/master/src/main/java/org/netbeans/modules/python/testrunner/PythonUnitTestRunner.java#L212 Right now it is commented because the issue with escaping: https://github.com/albilu/netbeansPython/blob/master/src/main/java/org/netbeans/modules/python/testrunner/PythonUnitTestRunner.java#L115

enhancement
good first issue
contribution-welcome
pri-low

mbien quote: _friend APIs are APIs which are not stable and therefore not public. If you want to use them anyway, you have to pretend to be a friend and...

enhancement
pri-low
external-issue
netbeans-api

**Description** Looking for a solution to register FontAndColors settings to an individual TextMate based language. Right now FontAndColors can be change for TextMate langues but this affect all TextMate registered

enhancement
help wanted
external-issue
netbeans-api
pri-medium

After standard project generation, I added the func1 function to the main.py file. I then generated a standard test unit file. After these operations, the unit tests worked. Next, I...

enhancement
pri-low

**Describe the bug** When test file is opened all Test methods are annotated with a working Run Action But when the file is updated (methods position in the file changes)...

bug
help wanted
contribution-welcome
pri-low

**Description** Slowness noticed on large directories ex: with this repo https://github.com/timboudreau/netbeans-contrib with the Annotation Provider implementation (provides decoration: badges for Packages and Errors in files/folder) The weird part is that...

bug
help wanted
contribution-welcome
pri-low
investigation-needed