netbeansPython
                                
                                
                                
                                    netbeansPython copied to clipboard
                            
                            
                            
                        Netbeans Support for Python
**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....
**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...
**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
**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...
**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
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...
**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
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...
**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)...
**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...