feldera / feldera

The Feldera Incremental Computation Engine
https://feldera.com
Other
752 stars 47 forks source link

CTRL-LEFT, CTRL-RIGHT no longer work in the SQL editor #2579

Closed ryzhyk closed 1 month ago

ryzhyk commented 1 month ago

CTRL-LEFT, CTRL-RIGHT no longer work in the WebConsole (they are supposed to jump over an entire word). Not sure if this affects any other shortcuts.

Edit: If I am not mistaken, the editor used to highlight matching brackets, that functionality is gone too Edit: auto complete suggestions are gone too Edit: error message no longer pops up when I hover over the underlined red code. Edit: commenting shortcut CTRL - / doesn't works

gz commented 1 month ago

fwiw this works before

Karakatiza666 commented 1 month ago

I cut as much features as possible to minimize bundle size as I was not sure how useful some of those are; Will re-enable listed features

ryzhyk commented 1 month ago

Let's bring everything back and only disable those features we know we won't need.