Commit graph

16 commits

Author SHA1 Message Date
93f665ba8f rename Editor -> ExprBlock 2025-05-18 11:10:25 +02:00
fe83532261 more cleanup 2025-05-18 11:05:03 +02:00
1ff4b181ff fix suggestion order 2025-05-17 22:40:17 +02:00
d7a4e210a2 can disable syntactic sugar also for let...in... blocks + nicer looking fn input parameters 2025-05-17 09:50:16 +02:00
e850952738 nicer looking 2025-05-17 09:25:13 +02:00
8abbac4bc9 Let ... in ... block autocomplete also sorted by best 'match', type-wise 2025-05-16 08:51:58 +02:00
2d81e42447 change the way text suggestions are rendered + option to disable syntactic sugar 2025-05-15 22:22:45 +02:00
ea8c015eff when sorting suggestions, not only function and input type are matched, but also output type (=input of surrounding function) 2025-05-15 10:09:22 +02:00
5964510036 greatly simplify state + cleanup code 2025-05-14 08:09:35 +02:00
2d0deca127 don't re-compute values on first render (unnecessary, values are part of state) 2025-05-14 06:46:03 +02:00
35d1034c67 greatly simplified app 2025-05-13 18:29:37 +02:00
897824e07d Let ... in ... block is working 2025-05-13 15:06:15 +02:00
f09261df93 move 'env' from state to context 2025-05-13 14:33:35 +02:00
9ef160aeb7 simplify some things 2025-05-13 13:11:57 +02:00
8744bad0b8 nicer, nested rendering when currying 2025-05-12 16:26:25 +02:00
0a9dbd454f simplify rollback 2025-05-12 11:26:37 +02:00