libvips / nip2

A spreadsheet-like GUI for libvips.
https://libvips.github.io/libvips/
GNU General Public License v2.0
362 stars 13 forks source link

Toolkit, Definition Browser. Search field. (Win) #22

Closed MvGulik closed 11 years ago

MvGulik commented 11 years ago

Some notes about some odd behavior in the toolkit window in relation to the Definition Browser.

-- Toolkit window with the Definition Browser open.

1) In some case, when selection a toolkit entry, the search field in the Definition Browser(DB) is changed. examples: -- _argc | argc, adds (after the default clearing of the search field) "1" to the DB search field. -- _generate | matrix_gaussian_blur, adds "2" to DB search field. -- _convert | to_list, adds "x" to DB search field.

2) In some other cases, on selecting a DB list entry, a additional jump seem to be made to a other Toolbar entry. examples: -- Colour | cast_float, jumps to Colour | Colour_similar_item. -- _convert | to_list, same. (apparently a additional linefeed is send after the initial "x" to the search field.

(nip2-7.30.1d, Windows Xp + Vista)

jcupitt commented 11 years ago

Confirmed in 7.31, fixed in 7.32, along with some other def browser stuff.