errael

Results 101 comments of errael

> Poking around, it seemed that reentrantFireEventCount was screwed up After looking again, I was confused by the recursion, I have no evidence that `reentrantFireEventCount` was causing problems. I have...

> as soon as you use _**any**_ DocumentFilter with JComboBox, the document property "filterNewlines" seems to be ignored. That's true. And it's also easy to interpret the javadoc that _**any**_...

@hbrands Forgot to mention that `AutoCompleteSupportTestApp` has a checkbox for `PositionCaretTowardZero` so you can see it in action. This commit is on top of the `filterNewlines`, I thought there'd be...

I just opened #693 out of general interest, but this issue is my target right now. I'm going to explore fixing this issue. If anyone has any suggestions, insights or...

There are some UI issues. With strict+contains, the input user text may be characters in the middle of the combo box string. Consider `...HIJ___`, where `HIJ` is what the user...

I think STRICT+CONTAINS is fully functional. The last bit was supporting the current TextMatchingStrategy. So if you do ``` a.setTextMatchingStrategy(TextMatcherEditor.NORMALIZED_STRATEGY) ``` and you have `résumé` or `Müller` in the combo...

I just noticed that I left in some experimental code that has to do with using a single line JTextPane as the combo editor. For now, to try strict+contains you...

There is a new SNAPSHOT, 1.12.0-20210109.194954-2, without the requirement for a DefaultStyledDocument. As you try strict+contains keep in mind https://github.com/glazedlists/glazedlists/issues/676#issuecomment-753006023 and express your opinions about the type of UI you'd...

Since this is proving useful, I've uploaded it to ``` com.raelity.3rdparty.com.glazedlists glazedlists 1.11.1201 ``` So there's no risk of it changing. This is in the regular maven central repository (not...

With the commit of `Jan 20, 2021` to #694 the behavior when CONTAINS is selected is changed as follows. The rows with `***` indicate changes from the above list. ```...