Adam Obuchowicz

Results 191 comments of Adam Obuchowicz

May regressed in #10607 - I simplified CSS there, and probably simplified too much without taking notice.

Refinement: * rowDragLeave - for row dragging * columns: `movingChanged` in the Column API. We also can read all columns and see what changed. * we may also add "move...

* Copying with `ctrl+c` and pasting with `ctrl+v` interferes with Graph Editor handlers: the node copy overrides the grid copy, and paste often pastes both to cells and to a...

> ❓How can libs control when to use Table Input? ATM they cannot: the exact method call is hardcoded in https://github.com/enso-org/enso/blob/develop/app/gui2/src/components/GraphEditor/widgets/WidgetTableEditor.vue#L162 > Shouldn't be able to drag out of the...

> Moving in the grid with cursor moves the component in the graph editor too. Is this what we want to have? It would make selecting a range impossible.

> Code should still be shown - with an indicator to edit in the visualization panel. Even with the 256 limit, the code could be massive, making a _very_ long...

> > > Moving in the grid with cursor moves the component in the graph editor too. > > > > > > Is this what we want to have?...

Refinement notes: * Probably a matter of adjusting css. If it's not, let's reestimate it.

* The initial implementation of Bazel maybe a reference point (but the package structure is much outdated). (`wip/frizi/bazel` branch). And it does not have working `wasm parser` dependency.

Refinement notes: * We can configure context menus to add remove row/cell option https://www.ag-grid.com/vue-data-grid/context-menu/ * We can also consider adding a column, being "row header". And add appropriate menus to...