albilu

Results 18 issues of albilu

### Apache NetBeans version Apache NetBeans 15 ### What happened java.lang.IllegalArgumentException: len=-1 < 0 at org.netbeans.editor.BaseDocument.handleRemove(BaseDocument.java:949) at org.netbeans.editor.BaseDocument$FilterBypassImpl.remove(BaseDocument.java:2639) at java.desktop/javax.swing.text.DocumentFilter.remove(DocumentFilter.java:79) at org.openide.text.CloneableEditorSupport$DocFilter.remove(CloneableEditorSupport.java:2360) at org.netbeans.editor.BaseDocument.remove(BaseDocument.java:935) at **org.netbeans.modules.lsp.client.Utils.lambda$applyEditsNoLock$1(Utils.java:182)** at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(SortedOps.java:357)...

kind:bug
LSP
needs:triage

2 things: 1) I think that the computer should resolve this upgrade issue automatically. I do not understand this "Auto Update LSP Sever on startup. My scenario appears to be...

enhancement
pri-low

**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