imagej / imagej-legacy

ImageJ+ImageJ2 compatibility layer
https://imagej.net/libs/imagej-legacy
BSD 2-Clause "Simplified" License
17 stars 25 forks source link

Extend auto completion pulldown #213

Closed haesleinhuepf closed 5 years ago

haesleinhuepf commented 5 years ago

Dear *,

with this change, the auto-completion pulldown contains no longer just the entries which start with the search string. Also words containing the search string are listed. This allows entering bit and getting the suggestion run("8-bit").

image

I guess that's usefull, but if somebody could please test it, before we distribute it to everyone, that would be great. I would like to ensure that it's not confusing. I'll also create a forum post regarding the test-request.

Thanks!

Cheers, Robert

haesleinhuepf commented 5 years ago

There is the forum post: https://forum.image.sc/t/auto-code-completion-for-ij-macro/11642/70

haesleinhuepf commented 5 years ago

Hey @ctrueden ,

there was some feedback on the forum which I was happy to implement. Then it became silent. I guess we are bug-free now.

Shall we merge?

Thanks for your support!

Cheers, Robert

haesleinhuepf commented 5 years ago

As there was no negative feedback for two weeks, I'm merging the updated autocompletion now. It's backwards compatible and should have no side effects.