Adam Obuchowicz

Results 191 comments of Adam Obuchowicz

Refinement notes: * Any missing useful docs (like "how to create visualizations in the new GUI) are not in scope of this task - the assignee should create tasks for...

First version: in local project, just use the system File browser.

I guess clicking `path` argument in Data.read should start editing path and show the dropdown with single "pick in file browser" option? Or we should open FB on every click...

Refinement notes: * Use electron API for system file browser. The widget wouldn't work properly in browser anyway (no access to full paths there). * File browser is opened only...

Refinement notes: * The name-picking algorithm should be simple and not too complex: let's use the return type of the first suggestion explicitly picked by user in component browser. *...

> seems like this is the reason why: > > * [Automatic generation of the binary protocol handler in GUI #9658](https://github.com/enso-org/enso/issues/9658) I'm doubtful. The flatbuffer's format does not change between...

Tooltips are added as HTML `title` attribute. To make them styled properly, we need to create dedicated component - this is moved to #10088

* Use the editor we use for documentation panel to every comment box. It should handle links by itself - or we are just one plugin away.

If there is no camera position in project, we should fit to all (after all sizes will be completed).

* Enable text selecting and context menu in the error message. * We can check what options are in context menu and configure electron to adjust it (remove entries like...