AutoComplete icon indicating copy to clipboard operation
AutoComplete copied to clipboard

A code completion library for Swing text components, with special support for RSyntaxTextArea.

Results 42 AutoComplete issues
Sort by recently updated
recently updated
newest added

Seems to only be an issue on Ubuntu/Linux. 1. Load the demo app 2. Open autocomplete once (with the description window enabled) 3. Set the description window to hide 4....

bug

Using BasicCompletion on several words and symbols, I've problems with less then symbol ( "

Running on Mac, I got the `RSyntaxTextArea` working as a standalone Swing application and as a separate application in a `SwingNode` in JavaFX, but when I press `ctrl+SPACE` in either...

waiting-for-feedback

Thanks for the great packages! I'm using `RSyntaxTextArea` for a tool to speed up transcribing medieval manuscripts. Now I'm trying to implement code completion too. But `BasicCompletion` doesn't really help...

Hi, i'm wondering if there's a way of displaying a popup similar to auto completion popup but that is not necessarily "completes" a text on selecting an item. For example,...

isAutoActivateOkay() checks the character after the caret, but shouldn't it check the character **before** the caret? https://github.com/bobbylight/AutoComplete/blob/da75dd9c0362ec49c64c6d28338ffa0e892873c8/AutoComplete/src/main/java/org/fife/ui/autocomplete/CompletionProviderBase.java#L166-L177

bug

The cell renderer used for the completion popup window and the code to set the content of the description window should mask/escape characters that are special to html. I'm using...

The colors (and maybe fonts) of ui elements in the auto completion (popup window and description window) should be configurable to match those of the `RSyntaxTextArea` the auto completion is...

enhancement

Hello, Provided that the property '**showDescWindow**' of **AutoCompletion** is set _true_, even the description is null, the **AutoCompleteDescWindow** will show '_No description available_'. But it could be better to add...

enhancement

Currently, "autocomplete" allows templates to be used for autocompletes. The problem is that only one cursor tabstop can be used ( to signify the cursor resting place after completion), and...

enhancement