eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.29k stars 2.45k forks source link

Disable cell editor search widget #13836

Closed jonah-iden closed 1 week ago

jonah-iden commented 1 week ago

What it does

Currently there is no search widget available for the notebook editor. pressing ctr+f while a cell editor was activated, did activate the search widget for this cell editor though which led to some problems with shortcuts. This PR disables the cell editor search widget

How to test

Follow-ups

Review checklist

Reminder for reviewers