errael

Results 49 issues of errael

The `v7.5` samples do _not_ have a `build.gradle` file in the root project directory. Completion's `__gradle-set-build-file()` depends primarily on finding that file in the root project dir. In the root,...

to-triage

### Apache NetBeans version Apache NetBeans 14 ### What happened I encountered this problem with the output window detached from the `main NetBeans Window` and **focus-follows-mouse** is set in the...

kind:bug

This PR adds, `PROP_RELOADING`, to signal begin/end of document reloading due to an external change. This change is about handling fixup after a document is reloaded. Currently, `openide.text` adjusts any...

Note: this fails with v1.11.0 as well as the development version. Doing the four steps with the test program results in a comboBoxEditor value which is not in the comboBox...

Fix for #699. When 1.11 autocompletes, in the ComboBox Editor it does a java text selection of the characters after the user input. It does it in such a way...

This is about the visible behavior of the ComboBox when the user is typing. This initially relates to the STRICT+CONTAINS PR, #694, but may well be referenced from other discussion...

This problem occurs when the ComboBox list item does not fit into the combo editor. This can be seen with AutoCompleteSupportTestApp. Start it up, resize/narrow the width, enter "http". Observe...

To reproduce with `AutoCompleteSupportTestApp`, add a newline into `URL_SAMPLE_DATA `, for example between the "oo" ``` "http://mail.go\nogle.com/mail/", ``` Observe that glazed draws two lines, the normal JComboBox, draws one line,...

I moved to the latest `vim-dirdiff` so I could specify bindings from `vimrc`. But I found that focus changed after Next/Prev. This patch restores the earlier behavior; don't know when/how...