Commit Graph

255 Commits

Author SHA1 Message Date
Wojciech Daniło
fe113d750a Text Area: Panic when jumping to end of line when at last line. (https://github.com/enso-org/ide/pull/857)
Original commit: faefec772d
2020-10-21 04:05:51 +02:00
Michael Mauderer
22b49b545d Refactor animations to better allow animations of color and other components. (https://github.com/enso-org/ide/pull/851)
Original commit: 6f05b6b077
2020-10-20 10:34:01 +02:00
Wojciech Daniło
4ef097726e Wip/wd/revert (https://github.com/enso-org/ide/pull/855)
Original commit: 75ad9365aa
2020-10-20 05:08:07 +02:00
Wojciech Danilo
c1e25796c0 Opt lvl reset
Original commit: 9bafc20a4d
2020-10-20 05:02:11 +02:00
Wojciech Danilo
f76c6ec9c7 Refactoring and linting
Original commit: 1e32e6a6c5
2020-10-20 05:01:50 +02:00
Wojciech Danilo
343112c70f Adding arg ports visualization
Original commit: 95474228d0
2020-10-20 04:45:10 +02:00
Wojciech Daniło
9cd6bd94b1 Focus manager (Part 1, internal focus management) (https://github.com/enso-org/ide/pull/838)
Original commit: db6d2f20b6
2020-10-20 04:44:35 +02:00
Adam Obuchowicz
201a102d29 Fix disconnecting (https://github.com/enso-org/ide/pull/854)
Implement the "connection removed" event properly.

Original commit: 55d8eea028
2020-10-19 17:01:10 +02:00
Adam Obuchowicz
5102dee671 Visualization active state for keyboard events (https://github.com/enso-org/ide/pull/848)
Make keyboard events managing be analogous as mouse events.

Original commit: 3042282ca6
2020-10-16 11:10:41 +02:00
Maciej Mikołajek
345ed2dba8 Theme fixes - light mode selection & background color, dark mode container, get html colors from theme manager ... (https://github.com/enso-org/ide/pull/819)
* fix

* why list view had different background?

* fix shadows

* Get container HTML background colors from theme manager

* get html shadows from style manager

* fix

* one moar

Original commit: ee8b12894e
2020-10-14 13:08:35 +02:00
Maciej Mikołajek
16395ed365 Documentation parser quickfix - update parser commit from Engine repo (https://github.com/enso-org/ide/pull/842)
* try

* mdg

* mdg

* rev

* "bump" (actually downgrade) parser to special commit with backported fix

Co-authored-by: mwu <mwu-tow@gazeta.pl>

Original commit: d54d2ecc35
2020-10-13 13:54:55 +02:00
Adam Obuchowicz
a609af1aff Fix invisible cursor on nodes (https://github.com/enso-org/ide/pull/847)
Original commit: ec3e95156f
2020-10-12 15:14:08 +02:00
Adam Obuchowicz
102e740cf8 Fix bugs in new code editor (https://github.com/enso-org/ide/pull/846)
* There was a possibility to set cursor on hidden Code Editor
* Restored save command on "Ctrl+S"

Original commit: 59eb25e64a
2020-10-12 11:04:01 +02:00
Adam Obuchowicz
de90ffc5fc Code Editor (https://github.com/enso-org/ide/pull/841)
Old TextEditor and TextField are replaced with new text::Area. Additionally it fixes all issues where panning and zooming moves components it ought not to.

Original commit: b450adf7a9
2020-10-09 10:44:04 +02:00
Adam Obuchowicz
c5b0a58950 Fix zooming and alt-tabbing (https://github.com/enso-org/ide/pull/839)
Original commit: fbe7c24860
2020-10-09 10:02:11 +02:00
Adam Obuchowicz
09dba5be56 Fix shortcuts (https://github.com/enso-org/ide/pull/832)
* The "meta" string in many shortcuts should be "cmd", so it will map to the "Ctrl" key 
  on Windows and Linux
* The space key not working
* Missing shortcuts for deleting words from left and right.


Original commit: 08849e8f52
2020-10-06 09:52:45 +02:00
Adam Obuchowicz
3231837ec9 Fix searcher picking filtered-out suggestion (https://github.com/enso-org/ide/pull/831)
Co-authored-by: Wojciech Daniło <wojciech.danilo@gmail.com>

Original commit: aeffc7afe8
2020-10-05 15:17:18 +02:00
Ara Adkins
0b1d9b22f9 Extract shared libraries to rust-libs (https://github.com/enso-org/ide/pull/828)
Original commit: ed7760222d
2020-10-05 11:43:14 +01:00
Adam Obuchowicz
8c6c69abae Quickfix - remove cursors on drop (https://github.com/enso-org/ide/pull/820)
Original commit: 49984c1e62
2020-10-05 11:22:50 +02:00
Wojciech Daniło
7ec37c52f1 Fixing sticky keys bug (https://github.com/enso-org/ide/pull/829)
Original commit: 805d2e8f60
2020-10-03 08:37:14 +02:00
Wojciech Daniło
044ec6f918 Shortcut manager 2.0 (https://github.com/enso-org/ide/pull/726)
Original commit: 9e1ad61ec6
2020-10-02 03:59:28 +02:00
Michał Wawrzyniec Urbańczyk
e7747dc195 Handling missing main method on startup and here.main syntax (https://github.com/enso-org/ide/pull/814)
Original commit: 2220ea73a1
2020-09-30 17:50:02 +02:00
Michael Mauderer
c3385057b9 Add menu to select visualisation for given type + test switching visualizations (https://github.com/enso-org/ide/pull/710)
Original commit: 746a2f815a
2020-09-30 16:19:13 +02:00
Adam Obuchowicz
be6e308dd3 Refactor Visualization Active State (https://github.com/enso-org/ide/pull/803)
This is a partial work on visualization pointer events refactoring. It added "active" state of visualizations and pass mouse events to the vis if it is active.

Original commit: 7fa39f4a71
2020-09-30 13:42:23 +02:00
Adam Obuchowicz
a65c6ba85d Documentation Panel in Searcher (https://github.com/enso-org/ide/pull/799)
Removed the static documentation panel visible on the right.

Original commit: a48c269d84
2020-09-28 14:35:35 +02:00
Maciej Mikołajek
746d88395c Map visualization (https://github.com/enso-org/ide/pull/779)
* finally - map in ES

* save

* much much better job

* works

* rethink

* presents data from input on scatterplot layer.

* rm

* works!

* doc

* rev

* up

* change token

* fix

* fix

Original commit: d6dd7df6c7
2020-09-23 14:54:07 +02:00
Maciej Mikołajek
5cac90cd28 Enso Table Visualisation (https://github.com/enso-org/ide/pull/778)
* works

* cleaner

* review

* newlines

* todoo

* rev

* rev

* style  fix

* rev

* rm

* up

* merge

Original commit: bb6ec72b43
2020-09-21 15:12:32 +02:00
Danilo Guanabara
503f1f22d9 Visualization pointer events & nodes overlapping (https://github.com/enso-org/ide/pull/776)
* Viz behind canvas

* Visualization pointer events switching

* make branch updated as it is really necessary for me ...

* remove d3js gen

* remove d3js gen

* Scatterplot works as intended, is scrollable, cannot scroll in raw text.

* scrollbars

* not hardcoded scatterplot

* Fix visualization displaying over node

* Make all visualizations show on screen

* Make all visualizations show on screen

* It does not work the way that i want

* Works!

* get bv from other branch

* rev ready.

* rev ready.

* rev ready.

* rollback

* rev changes

* fix

* Fix event handling

* Fix compilation (I hope)

* leave a note

* leave a note

* leave a note

Co-authored-by: BinarySoftware <mkmikolajek@icloud.com>
Co-authored-by: Adam Obuchowicz <adam.obuchowicz@enso.org>
Co-authored-by: Adam Obuchowicz <adam.obuchowicz@luna-lang.org>

Original commit: 26f7ef3336
2020-09-21 14:17:10 +02:00
Adam Obuchowicz
ba41b7d7fd Fix white text on light background in searcher (https://github.com/enso-org/ide/pull/798)
Original commit: 0f128f7027
2020-09-18 16:19:53 +02:00
Maciej Mikołajek
00eac28103 Enso Studio light theme (https://github.com/enso-org/ide/pull/731)
* prepare

* save state

* save state

* save state

* use style for vis

* Revert "save state"

This reverts commit db2e0641

* gray-ish bg and lighter nodes

* gray-ish bg and lighter nodes

* light bg and node

* ports

* ideal vis shadow

* better

* shadow seems fine

* borders not shadows

* changes

* back to shadow

* Using theme manager for text - both dark and light work !

* adjust

* bc

* rm changes

* better

* prepare

* breadcrumbs and text-vis use theme manager !

* rev

* clean

* info

* list view looks nice!

* save state

* rev

* typo

* nl

* Cuz every little thing
Gonna be all right

* up

* better

* better

* rm unused imports

* rev

* rev

* rev

* rev

* rev

* rev

* ln

* save state

* testing

* save state

* ready

* rev

* up

* Keyboard shortcut for changing style - issue : Program does change style, when logged new data appear, but the visual aspect stays the same.

* fix

* fix

* spaces fix

* rev

* move

* fix indent

* save

* parses

* save

* save

* progresso after espresso

* progresso after espresso

* actually works!

* generate modules

* clean

* A little redesign

* save

* save

* compiles

* works

* review ready

* review ready

* review ready

* Rev in progresso

* Rev in progresso

* works.

* works.

* rev ready.

* rev

Co-authored-by: Wojciech Daniło <wojciech.danilo@gmail.com>
Co-authored-by: Adam Obuchowicz <adam.obuchowicz@enso.org>

Original commit: 36fd6c4a12
2020-09-18 13:56:55 +02:00
Adam Obuchowicz
cc1a067759 Searcher Edit View (https://github.com/enso-org/ide/pull/791)
This is a first part of Searcher Edit View: it implements the main logic, with some missing parts:
* There are no icons next to suggestion entries
* The documentation panel is not shown.
* There is not any connection when bringing Searcher having node selected.

Original commit: 0e3471e9b7
2020-09-17 16:36:15 +02:00
Michał Wawrzyniec Urbańczyk
7a05ca3982 Argument Names in the Span Tree (https://github.com/enso-org/ide/pull/781)
Original commit: 04879bd496
2020-09-11 18:09:07 +02:00
Maciej Mikołajek
1a796858bd Fix ability to toggle dev console in app on macOS. (https://github.com/enso-org/ide/pull/784)
Original commit: 3d0ea7d6c7
2020-09-09 17:20:23 +02:00
Maciej Mikołajek
8bf168dd16 Reenable .strict() for yargs parser after macOS Big Sur fix. (https://github.com/enso-org/ide/pull/783)
Co-authored-by: Adam Obuchowicz <adam.obuchowicz@luna-lang.org>

Original commit: b3715e5234
2020-09-09 11:58:38 +02:00
Adam Obuchowicz
1b29afddca Enable EnsoGL examples in IDE (https://github.com/enso-org/ide/pull/782)
Original commit: 9c68e995cb
2020-09-09 11:14:59 +02:00
Maciej Mikołajek
722872432f Fix electron-related bugs - #2167, #2298, #2447 (https://github.com/enso-org/ide/pull/772)
Original commit: 71a6b21221
2020-08-31 15:11:58 +02:00
Maciej Mikołajek
d11c861815 Fix nodes overlapping (https://github.com/enso-org/ide/pull/768)
Original commit: 87fd42305d
2020-08-27 17:49:35 +02:00
Michał Wawrzyniec Urbańczyk
3e57bbf2bd "Collapse nodes" action in the graph editor (https://github.com/enso-org/ide/pull/764)
Original commit: 97f5fb256f
2020-08-27 01:09:22 +02:00
Adam Obuchowicz
bd36daeba7 Refactored Graph Editor (https://github.com/enso-org/ide/pull/759)
Original commit: 0f3815c6b0
2020-08-25 18:15:51 +02:00
Michał Wawrzyniec Urbańczyk
70962cb976 Collapsing nodes (https://github.com/enso-org/ide/pull/738)
Original commit: 21727ea4d3
2020-08-24 01:58:46 +02:00
Maciej Mikołajek
cd8be60b78 Documentation View (https://github.com/enso-org/ide/pull/702)
Original commit: d7fabd103b
2020-08-21 11:16:54 +02:00
Adam Obuchowicz
7e6bc37bf3 Select Component (https://github.com/enso-org/ide/pull/729)
Original commit: d74eb88eb7
2020-08-21 09:50:21 +02:00
Danilo Guanabara
57c4bd01c2 Breadcrumbs Panel (https://github.com/enso-org/ide/pull/662)
Original commit: 5a4ba838f8
2020-08-19 19:24:19 -03:00
Michael Mauderer
7bcca50d0e fix: Fix naming clash. (https://github.com/enso-org/ide/pull/728)
Original commit: 9b5d4df05c
2020-08-18 13:24:11 +02:00
Michał Wawrzyniec Urbańczyk
25deac3c50 Double representation support for adding methods to the module. (https://github.com/enso-org/ide/pull/727)
Original commit: bc7036c9ef
2020-08-17 13:58:42 +02:00
Wojciech Daniło
79c83b7a2f Fixing the bug: Fix old visual elements state. (https://github.com/enso-org/ide/pull/725)
Original commit: 8ca65fbf58
2020-08-14 13:55:34 +02:00
Adam Obuchowicz
6cf97e4fe3 Integrate Expression Change with controllers (https://github.com/enso-org/ide/pull/724)
Original commit: 75ef28b86b
2020-08-14 13:40:44 +02:00
Adam Obuchowicz
666906fa88 Searcher controller: Filtering suggestions (https://github.com/enso-org/ide/pull/717)
Original commit: e39878050d
2020-08-14 12:38:03 +02:00
Wojciech Daniło
4417a9b1f7 Refactoring & display object bug fixing (https://github.com/enso-org/ide/pull/721)
Original commit: cf2b8296eb
2020-08-14 09:23:03 +02:00
Michał Wawrzyniec Urbańczyk
36d453d762 Update for Language Server API Changes (https://github.com/enso-org/ide/pull/720)
Original commit: 46566432ce
2020-08-13 16:52:52 +02:00
Wojciech Daniło
086596446a Ability to change text on nodes via GUI (https://github.com/enso-org/ide/pull/716)
Original commit: 7ac702fe51
2020-08-12 05:32:28 +02:00
Michał Wawrzyniec Urbańczyk
53387ccbee Argument Completion Suggestions (https://github.com/enso-org/ide/pull/706)
Original commit: b38cce93f5
2020-08-10 12:34:16 +02:00
Wojciech Daniło
677a9534d1 Text Editor 2.0 (Part 2/2) (https://github.com/enso-org/ide/pull/707)
Original commit: 28c6358b11
2020-08-08 08:06:15 +02:00
Adam Obuchowicz
c5323ac825 Fix zooming and panning in IDE. (https://github.com/enso-org/ide/pull/712)
Original commit: 5e29a762d9
2020-08-07 12:48:40 +02:00
Michał Wawrzyniec Urbańczyk
e5010efe81 Recreate Main.enso file if it is missing. (https://github.com/enso-org/ide/pull/705)
Original commit: 709c277ded
2020-08-04 09:43:30 +02:00
Michael Mauderer
89be0ed4f5 Fix Minor Bugs with Output Ports (https://github.com/enso-org/ide/pull/703)
Original commit: bd0a5f124f
2020-07-31 10:03:37 +02:00
Michael Mauderer
e62de9cf74 Disconnect / reconnect edge source and target by clicking on edges. (https://github.com/enso-org/ide/pull/640) & Ability to set edge color based on type. (https://github.com/enso-org/ide/pull/663)
Original commit: 595594036d
2020-07-29 17:08:29 +02:00
Michał Wawrzyniec Urbańczyk
407c1ed9e7 Searcher Controller with "this" (https://github.com/enso-org/ide/pull/691)
Original commit: 447e57d31b
2020-07-29 16:38:08 +02:00
Michał Wawrzyniec Urbańczyk
52503a009c AST update - new spaceless shapes (https://github.com/enso-org/ide/pull/692)
Original commit: 14990b4e87
2020-07-28 14:49:34 +02:00
Michał Wawrzyniec Urbańczyk
dcd3b8b245 Adding nodes from searcher (https://github.com/enso-org/ide/pull/690)
Original commit: 823c946107
2020-07-27 20:44:24 +02:00
Maciej Mikołajek
4874c71ef6 Generate HTML Documentation in Suggestion Entries (https://github.com/enso-org/ide/pull/686)
Modifies docstring from suggestion database to HTML code, enabling us to present 
documentation for nodes in searcher

Original commit: 60b32d2956
2020-07-27 18:52:24 +02:00
Michał Wawrzyniec Urbańczyk
9c52ff9db6 Searcher Controller has access to Executed Graph (https://github.com/enso-org/ide/pull/687)
Co-authored-by: Adam Obuchowicz <adam.obuchowicz@enso.org>

Original commit: 5ced6ee5bc
2020-07-23 03:12:16 +02:00
Adam Obuchowicz
568fa31b49 Suggestions fixes (https://github.com/enso-org/ide/pull/685)
Fixes all discrepancies between IDE and Engine since Engine delivered implementation of suggestions.

Original commit: feca0b72d7
2020-07-22 14:37:57 +02:00
Adam Obuchowicz
d53fdbf31b Refactoring IDE models. (https://github.com/enso-org/ide/pull/681)
Co-authored-by: mwu <mwu-tow@gazeta.pl>

Original commit: d7d500f86d
2020-07-21 22:18:07 +02:00
Maciej Mikołajek
e03f109085 Connect Doc Parser and generator to IDE (https://github.com/enso-org/ide/pull/675)
* up parser version

* js client conn

* up parser

* test with parser right before integration

* checkpoint [skip ci]

* save state

* tests

* changes

* rev

* Adam Review

* requested changes

* Ability to generate Docstr from pure doc code

* bump

Original commit: 1e31d3b1db
2020-07-21 17:59:28 +02:00
Michał Wawrzyniec Urbańczyk
eb17ad8352 Parser Bump (https://github.com/enso-org/ide/pull/677)
* updated imports declaration

* parser bump, fixing the import regression

* this should be wasm test

* cleanups

* `in` is now treated as an operator

* one more fix

Original commit: 235ebdf38e
2020-07-20 17:35:43 +02:00
Michał Wawrzyniec Urbańczyk
cbed8f08bf Deserialization of the executionContext/executionFailed notification. (https://github.com/enso-org/ide/pull/664)
Original commit: e442234add
2020-07-17 01:04:41 +02:00
Michał Wawrzyniec Urbańczyk
6ff0d5fd6c Obtaining child AST text span (https://github.com/enso-org/ide/pull/660)
Original commit: ef91772c45
2020-07-17 00:36:36 +02:00
Danilo Guanabara
e0f2def065 Create temporary Untitled project and renaming projects (https://github.com/enso-org/ide/pull/617)
Original commit: 3c62f925f5
2020-07-16 16:05:25 -03:00
Adam Obuchowicz
3ba80bbe65 Applying suggestion in Searcher (https://github.com/enso-org/ide/pull/661)
Original commit: 010e10fe30
2020-07-16 16:54:47 +02:00
Adam Obuchowicz
820f2c9553 Searcher Controller (https://github.com/enso-org/ide/pull/654)
Currently it loads and provides an initial list of suggestions. Additionally there is a raw integration with view: then the current Searcher is put into the screen, it logs all the suggestions retrieved from the Engine.

Original commit: d719cf0e56
2020-07-16 09:50:31 +02:00
Michał Wawrzyniec Urbańczyk
48b8fea226 Import Management (https://github.com/enso-org/ide/pull/656)
Original commit: 329534b75c
2020-07-13 13:58:22 +02:00
Danilo Guanabara
87c5f28bbb Improved docs with custom visualization example (https://github.com/enso-org/ide/pull/625)
Original commit: 03d5d116fd
2020-07-10 22:00:26 -03:00
Maciej Mikołajek
675b1ae8e1 .strict() breaks yargs on macOS big sur (https://github.com/enso-org/ide/pull/657)
Original commit: 6fc78b6157
2020-07-10 22:15:31 +02:00
Danilo Guanabara
45aa69bdc3 Camera zfar hotfix (https://github.com/enso-org/ide/pull/648)
Original commit: 13efe30aef
2020-07-09 01:29:00 +02:00
Adam Obuchowicz
9cb5def3c2 Suggestions Database (https://github.com/enso-org/ide/pull/646)
Also refactored a bit the models and controllers.

Original commit: 5cfaf8d2b9
2020-07-08 18:13:32 +02:00
Michał Wawrzyniec Urbańczyk
974014431f Pass the method pointers information to the graph editor. (https://github.com/enso-org/ide/pull/647)
ref 593

Original commit: 02a2f19077
2020-07-08 16:55:31 +02:00
Michał Wawrzyniec Urbańczyk
11e326e65f Searcher uses node editor's controller to add nodes (https://github.com/enso-org/ide/pull/642)
Original commit: ab9272a856
2020-07-07 16:32:21 +02:00
Michał Wawrzyniec Urbańczyk
42252a925d opt-in flatc usage guarded by environment variable (https://github.com/enso-org/ide/pull/645)
Original commit: a4e73037f1
2020-07-07 13:23:03 +02:00
Michał Wawrzyniec Urbańczyk
bd5b414572 Proper Handling Blank Lines When Adding a Node (https://github.com/enso-org/ide/pull/643)
Original commit: 0a0cf89a72
2020-07-07 12:47:32 +02:00
Adam Obuchowicz
c8c45d8258 Rearrange crates (https://github.com/enso-org/ide/pull/616)
The crates in our repo were rearranged to better reflect the structure described in #2269.

Original commit: d81614d96f
2020-07-06 12:09:54 +02:00
Michał Wawrzyniec Urbańczyk
790338bea7 disables shaky test, fixed recently introduced warnings (https://github.com/enso-org/ide/pull/638)
Original commit: 0d8dd61f5a
2020-07-06 10:59:43 +02:00
Wojciech Daniło
82325eba1a Fixing on-release event not working (https://github.com/enso-org/ide/pull/636)
Original commit: 9e0cd599b5
2020-07-03 21:37:18 +02:00
Michał Wawrzyniec Urbańczyk
671d41079b Detaching visualizations on entering/exiting nodes (https://github.com/enso-org/ide/pull/632)
Original commit: 6bc7f3660d
2020-07-03 14:16:09 +02:00
Wojciech Daniło
a1410b7ec9 Editable text 2.0 (https://github.com/enso-org/ide/pull/559)
Original commit: fa9f14459b
2020-07-03 08:54:16 +02:00
Wojciech Daniło
d3c1e40e51 Revert "Use correct cursor position for node dragging and node instantiation. (https://github.com/enso-org/ide/pull/627)" (https://github.com/enso-org/ide/pull/633)
This reverts commit 940450b795.

Original commit: 7e27c79c11
2020-07-03 05:40:10 +02:00
Michał Wawrzyniec Urbańczyk
30d4cc7562 Node entering and exiting (https://github.com/enso-org/ide/pull/620)
* The last selected node may be entered by pressing Ctrl+Enter.

Not yet integrated with the controller.

* document the shortcut

* more formal wording, removing spurious component name

* [wip]

* mostly working now, needs cleaning

* [wip] more

* test for the new module code

* rc refactoring 1

* i give up, so be it

* minor

* moved executed graph from controller to module

* cleanups

* enter -> step into

* rename follow up

* cleanups

* the test

* doc update

* CR feedback

* Revert "rename follow up"

This reverts commit 728592ad6abe6f3712f5137c6266376e5615e5db.

* more CR feedback

* applying more CR feedback

* bump size limit

* minor

* clippy

* alignment

* executed graoh controller is CloneRef back again

* section header

* refactoring how the executed graph is created to make it more mistake-proof

* minor

* Update src/rust/ide/src/controller/graph/executed.rs

Co-authored-by: Adam Obuchowicz <adam.obuchowicz@luna-lang.org>

* CR feedback

* CR feedback

* cr feedback, refactored graph_for_module to the graph controller -- where it should belong

* publisher refactor

Co-authored-by: Adam Obuchowicz <adam.obuchowicz@luna-lang.org>

Original commit: 2cfd9a2ffe
2020-07-02 16:02:27 +02:00
Michael Mauderer
940450b795 Use correct cursor position for node dragging and node instantiation. (https://github.com/enso-org/ide/pull/627)
Original commit: 59a2e8f57d
2020-07-02 12:18:11 +02:00
Ara Adkins
566a318a91 Remove shared libraries from the IDE repo (https://github.com/enso-org/ide/pull/626)
1.  Removes `prelude`, and renames it to `enso-prelude`.
2.  Removes `shapely`, and renames it to `enso-shapely`.
3.  Removes `macro-utils` and renames it to `enso-macro-utils`.

Original commit: a5069c1ae5
2020-07-01 16:26:24 +01:00
Adam Obuchowicz
0df765dcd5 The IDE team process specification (https://github.com/enso-org/ide/pull/621)
Original commit: e9892d5645
2020-07-01 16:17:40 +02:00
Michael Mauderer
d770f9b247 fix: Avoid clipping the edges of the multi port shape. (https://github.com/enso-org/ide/pull/586)
Original commit: 6b89b6830f
2020-06-28 20:06:18 +02:00
Adam Obuchowicz
a9617ac132 Bump websocket-extension version (https://github.com/enso-org/ide/pull/615)
The package-lock json was regenerated to have 0.1.4 version of websocket-extension. The older versions have vulnerabilities.

Original commit: 4c51b84596
2020-06-26 15:06:42 +02:00
Michał Wawrzyniec Urbańczyk
7fb5a77ff9 Refactor update -> refresh in the graph editor integration (https://github.com/enso-org/ide/pull/608)
Original commit: b18d900cdf
2020-06-25 13:33:09 +02:00
Michał Wawrzyniec Urbańczyk
fa601ca935 The last selected node may be entered by pressing Ctrl+Enter. (https://github.com/enso-org/ide/pull/607)
Original commit: 40a4176073
2020-06-25 12:54:41 +02:00
Danilo Guanabara
92edf4cb2e Open project with CLI arg (https://github.com/enso-org/ide/pull/578)
Original commit: 32b379cfee
2020-06-24 18:24:46 -03:00
Michał Wawrzyniec Urbańczyk
4d0e243f4f Passing Type Information To Graph Editor View (https://github.com/enso-org/ide/pull/602)
ref #2338

Original commit: 1cf7ec0cec
2020-06-24 17:09:56 +02:00
Adam Obuchowicz
87326a2f3b Expression id in span tree (https://github.com/enso-org/ide/pull/599)
The optional Expression Id was added to SpanTree, to allow reading type information by views.

Original commit: b85eeba5aa
2020-06-24 09:35:10 +02:00
Michał Wawrzyniec Urbańczyk
cb6a16d402 Routing type information to the graph editor integration layer (https://github.com/enso-org/ide/pull/564)
Original commit: db036ff878
2020-06-22 12:17:20 +02:00
Michał Wawrzyniec Urbańczyk
0f018e61a0 Fix to work with latest engine (https://github.com/enso-org/ide/pull/583)
Original commit: 69b252e164
2020-06-19 17:49:31 +02:00
Michał Wawrzyniec Urbańczyk
28573ecd8a Fixed a few cases for id map updating by text API. (https://github.com/enso-org/ide/pull/581)
Original commit: b0c286d7b8
2020-06-19 15:25:06 +02:00