Commit Graph

85 Commits

Author SHA1 Message Date
Michał Wawrzyniec Urbańczyk
f77aef37c0 Undo Redo — Part 1 (https://github.com/enso-org/ide/pull/1602)
Missing parts are:
* proper Text Editor support;
* proper handling of deleting nodes;
* undoing some UI actions (like node selection, active visualization, switching view to a different graph).


Original commit: 28ad0422d5
2021-06-11 06:34:03 +02:00
Felix Rech
92cb1aabaa Add profiling mode to GUI (https://github.com/enso-org/ide/pull/1546)
Original commit: 199abd88f8
2021-06-10 12:24:04 +01:00
Adam Obuchowicz
d3561ee950 Opening Projects in IDE (https://github.com/enso-org/ide/pull/1587)
Original commit: 8f2172732a
2021-06-01 11:55:15 +02:00
Michał Wawrzyniec Urbańczyk
1e50c19cdd Update Rust Toolchain to Latest Nightly (https://github.com/enso-org/ide/pull/1564)
Original commit: 44db83018a
2021-05-20 16:50:43 +02:00
Michael Mauderer
86af9f102e Bump engine version to 0.2.11 (https://github.com/enso-org/ide/pull/1541)
Original commit: 86fc4a010f
2021-05-10 17:39:31 +02:00
Michał Wawrzyniec Urbańczyk
246566f304 Delete key shall delete nodes. (https://github.com/enso-org/ide/pull/1538)
Original commit: 70ce429e8b
2021-05-07 11:27:20 +02:00
Wojciech Daniło
ab7e3767fa Update CONTRIBUTING.md
Original commit: 82534396c7
2021-05-07 04:11:56 +02:00
Wojciech Daniło
4ffaaefb9b Revert "onHide callback for Visualizations (https://github.com/enso-org/ide/pull/1383)" (https://github.com/enso-org/ide/pull/1418)
This reverts commit e591c79321.

Original commit: 165b14a7d5
2021-04-01 09:47:41 +02:00
Felix Rech
e591c79321 onHide callback for Visualizations (https://github.com/enso-org/ide/pull/1383)
JavaScript visualizations can define a onHide method that will be called whenever the visualization is hidden.

Original commit: 38bd818ce7
2021-03-31 15:14:15 +02:00
Michał Wawrzyniec Urbańczyk
2d027cf8ed Support Dataframes in Histogram and Scatter Plot Visualizations (https://github.com/enso-org/ide/pull/1377)
Original commit: cd3a6e920c
2021-03-30 09:36:42 +02:00
Felix Rech
31f7ab6a39 Add a theming API for visualizations (https://github.com/enso-org/ide/pull/1358)
Original commit: 916d733e76
2021-03-24 19:08:42 +01:00
Michał Wawrzyniec Urbańczyk
955343da90 Allow visualizations to define context module for preprocessor (https://github.com/enso-org/ide/pull/1291)
Ref #2705

Original commit: 4e7dfd0bd0
2021-03-10 11:09:45 +01:00
Wojciech Daniło
28dfcf92cf Update shortcuts.md
Original commit: d9956b3a68
2021-02-15 23:02:09 +01:00
Adam Obuchowicz
69f499b691 Integrate errors view with engine (https://github.com/enso-org/ide/pull/1182)
The IDE now displays errors on nodes basing of the new "executionContext/expressionUpdates" message from the Engine.

Original commit: d1f5bc6b21
2021-02-12 14:02:42 +01:00
Adam Obuchowicz
2530f00916 Change visualization reload shortcut [ci no changelog needed] (https://github.com/enso-org/ide/pull/1194)
Original commit: f991fdce10
2021-02-11 17:03:26 +01:00
Adam Obuchowicz
d64a55a173 A shortcut for reloading visualization files. (https://github.com/enso-org/ide/pull/1190)
Original commit: 8308c1ce7f
2021-02-10 18:19:54 +01:00
Wojciech Daniło
2dc1a06103 CI Improvements (https://github.com/enso-org/ide/pull/1175)
Original commit: 0eadf2707d
2021-02-05 01:44:21 +01:00
Adam Obuchowicz
80fdbe1427 Integrate setPreprocessor function with Engine (https://github.com/enso-org/ide/pull/1166)
In this PR a new method of "ExecututionContext" model is created allowing visualization modification, and the "on_preprocessor_changed" endpoint of visualization is exposed in GraphEditor and integrated with the new controller methods.

Original commit: 9811d76a8d
2021-02-03 18:06:10 +01:00
Wojciech Daniło
74619c6731 Making CI config more generic (https://github.com/enso-org/ide/pull/1158)
Original commit: 66e45cd1dd
2021-02-02 06:07:43 +01:00
Mateusz Czapliński
bf3d90539b docs: fix backslash working as escape char (https://github.com/enso-org/ide/pull/1156)
Original commit: d0437fbd76
2021-01-28 03:46:17 +01:00
Michael Mauderer
f385523f53 chore+doc: Upgrade wasm pack from 0.8.1 to 0.9.1. (https://github.com/enso-org/ide/pull/1133)
Original commit: 147c7f2e53
2021-01-22 17:39:59 +01:00
Wojciech Daniło
92c8a8c2a5 Refactoring application config management, updating electron setup. (https://github.com/enso-org/ide/pull/1088)
Original commit: 1f477434b1
2020-12-30 04:37:51 +01:00
Wojciech Daniło
89d990c5b3 Expose IDE as a library (https://github.com/enso-org/ide/pull/1080)
Original commit: b16ac40a3d
2020-12-24 05:38:01 +01:00
Adam Obuchowicz
ccd93ba658 Install missing components of Engine (https://github.com/enso-org/ide/pull/1032)
Original commit: 8ee75e99a1
2020-12-07 11:00:35 +01:00
Wojciech Daniło
55f06d4cc8 FRP stack trace and refactoring. (https://github.com/enso-org/ide/pull/989)
Original commit: 0b7cf5f05a
2020-11-30 12:38:35 +01:00
Maciej Mikołajek
5a6d920ffe Histogram visualization (https://github.com/enso-org/ide/pull/811)
Original commit: 51d9d5a749
2020-11-26 14:49:30 +01:00
Wojciech Daniło
a2bf84669e Update CONTRIBUTING.md
Original commit: 26fd622d2e
2020-11-17 20:43:26 +01:00
Adam Obuchowicz
a49baf10ca Engine API update (https://github.com/enso-org/ide/pull/955)
Original commit: ec82e85de3
2020-11-17 20:39:41 +01:00
Maciej Mikołajek
0b6f079882 Scatterplot visualization (https://github.com/enso-org/ide/pull/810)
Original commit: 60501a611d
2020-11-02 21:59:27 +01:00
Adam Obuchowicz
2560999369 Fix ExpectedArguments SpanTree Nodes in Infix (https://github.com/enso-org/ide/pull/893)
Fix ExpectedArguments SpanTree Nodes in Infix

Co-authored-by: Wojciech Daniło <wojciech.danilo@gmail.com>

Original commit: 17e4190682
2020-10-29 16:17:21 +01:00
Wojciech Daniło
cb51ff82db Labels on nodes should reflect function argument names (https://github.com/enso-org/ide/pull/856)
Original commit: 49bdc4e83b
2020-10-21 10:59:58 +02:00
Wojciech Daniło
bdc7d161a2 Fixing improper light / dark theme switch shortcut (https://github.com/enso-org/ide/pull/858)
Original commit: 42faf5df2f
2020-10-21 04:06:29 +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
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
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
806acc433e Add missing shortcut to docs (https://github.com/enso-org/ide/pull/845)
Original commit: 4cf7d17a71
2020-10-09 11:27:55 +02:00
Wojciech Daniło
4bba08dcdf Update shortcuts.md
Original commit: 5b1855f54f
2020-10-02 04:16:38 +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
Adam Obuchowicz
4036bfabcf Update CONTRIBUTING.md (https://github.com/enso-org/ide/pull/794)
Original commit: b086463734
2020-09-17 14:46:09 +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
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
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
Danilo Guanabara
57c4bd01c2 Breadcrumbs Panel (https://github.com/enso-org/ide/pull/662)
Original commit: 5a4ba838f8
2020-08-19 19:24:19 -03: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
Michael Mauderer
7d985405a6 Replace manual toolchain override with rust-toolchain file. (https://github.com/enso-org/ide/pull/715)
Original commit: d8242fb065
2020-08-10 10:24:48 +02:00
Wojciech Daniło
6eacb28c91 Update CONTRIBUTING.md (https://github.com/enso-org/ide/pull/669)
Original commit: 4845b02044
2020-07-21 22:28:20 +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
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