Alexey Borokhvostov

Results 10 comments of Alexey Borokhvostov

You can check on the example of the standard function `is_numeric()`: 1. Write `is_numeric()` 2. Set a caret between `is_nu` and `meric()` 3. Click Source -> Show documentation 4. The...

I have checked on two environments on NetBeans versions starting from 12.6, the same behavior everywhere. ``` Product Version: Apache NetBeans IDE 15 Java: 11.0.16; OpenJDK 64-Bit Server VM 11.0.16+8-post-Ubuntu-0ubuntu120.04...

I tried to understand the code. The code that runs to display the documentation https://github.com/apache/netbeans/blob/f369361d1e92f2e04ab2add4bae52147a0acde51/ide/csl.api/src/org/netbeans/modules/csl/editor/completion/GsfCompletionProvider.java#L526-L573 Here we get the ElementHandle for which we want to display the documentation https://github.com/apache/netbeans/blob/f369361d1e92f2e04ab2add4bae52147a0acde51/ide/csl.api/src/org/netbeans/modules/csl/editor/completion/GsfCompletionProvider.java#L547 Judging...

You can try [netbeans](https://github.com/apache/netbeans).

Choose menu Tools -> Options -> Appearance -> check "Sort opened documents list by project". Then open several projects.

This is a bug that appeared in version 10 of NetBeans in the Pull Request #652. The bug is described [here](https://github.com/apache/netbeans/pull/652#discussion_r479722069) and [here](https://issues.apache.org/jira/browse/NETBEANS-4754).

@mbien I don't seem to have described the problem clearly, sorry. The location of the Show Actions button depends on the longest file path in the commit, even if that...

> I can't explain why you see only one file. One file is displayed if you look at the commit history for a specific file. I have recorded a video...

> I also question a bit how useful the "show all files" button is. I think it would be fine, but just not for the commit history for a particular...

Tried dev-build. Everything works fine. Thank you very much!