Commit Graph

7517 Commits

Author SHA1 Message Date
Richard Feldman
8975074518
Merge pull request #1212 from rtfeldman/tooltip
Type tooltip on selection
2021-04-19 18:50:46 -04:00
Richard Feldman
da8f8e5712
fix typo in comment 2021-04-19 18:50:41 -04:00
Anton-4
c3a562ccb4 fmt 2021-04-19 17:58:19 +02:00
Anton-4
d29d227163 Merge branch 'trunk' of github.com:rtfeldman/roc into tooltip 2021-04-19 17:54:08 +02:00
Anton-4
e5ed330fc2 function rename 2021-04-19 17:53:44 +02:00
Anton-4
23d2b2d407 type tooltip rendering 2021-04-19 15:55:32 +02:00
Richard Feldman
a93955fa6b
Merge pull request #1210 from rtfeldman/docs-work
Misc Docs Work
2021-04-18 20:12:41 -04:00
Richard Feldman
6a0014f644
Merge pull request #1209 from rtfeldman/bump-hashbrown
Bumpalo +  hashbrown
2021-04-18 19:54:28 -04:00
Chadtech
11ffc707b5
Merge branch 'trunk' into docs-work 2021-04-18 18:02:06 -04:00
Chadtech
af10bb45f3 Reduce unqualified importing in markdown_to_html function 2021-04-18 17:58:47 -04:00
Chadtech
345dd0c071 Turn off all options on markdown parser 2021-04-18 17:58:18 -04:00
Chadtech
5c0c81978d Use Nat instead of Int in padGraphemes Str docs 2021-04-18 17:48:20 -04:00
Chadtech
2c5e541705 Render entry docs as markdown 2021-04-18 17:42:58 -04:00
Chadtech
406860f121 reference TypeAnnotation from ast as ast::TypeAnnotation so that the name TypeAnnotation can be reused in roc_load::docs 2021-04-18 16:17:59 -04:00
Folkert de Vries
4a48f85108
Merge branch 'trunk' into bump-hashbrown 2021-04-18 15:38:35 +02:00
Folkert
cdf5b89f9a using hashbrown + bumpalo in practice 2021-04-18 15:35:43 +02:00
Folkert
383f35db5a bump bumpalo 2021-04-18 14:36:47 +02:00
Richard Feldman
e62e56ca86
Merge pull request #1205 from rtfeldman/selection
shortcut to select surrounding expression, backspace to replace expression with blank
2021-04-17 22:10:06 -04:00
Richard Feldman
79264b53b6
Merge branch 'trunk' into selection 2021-04-17 14:23:20 -04:00
Richard Feldman
1f78e29b3c
Merge pull request #1202 from rtfeldman/constrain_expr2_empty_record
Constrain Expr2::EmptyRecord
2021-04-17 14:23:11 -04:00
Richard Feldman
c81568ad14
Merge pull request #1201 from rtfeldman/forward-args
`roc run` passes extra arguments to app being run
2021-04-17 14:19:04 -04:00
Anton-4
633e10f9e9 tooltip on expression selection progress 2021-04-17 19:46:28 +02:00
Anton-4
216cd9f773 type 2021-04-17 16:18:46 +02:00
Anton-4
a0295381f7 changed PresentMode from Immediate to Mailbox, Immediate causes crash on close if something has been selected 2021-04-17 15:58:20 +02:00
Anton-4
63723805e8 simplification 2021-04-17 15:31:32 +02:00
Anton-4
f3a8b792ed
Merge branch 'trunk' into selection 2021-04-17 12:48:56 +02:00
Anton-4
8f6afab13e fmt, cleanup, improved comments 2021-04-17 12:46:51 +02:00
Anton-4
97c67de37b cleanup 2021-04-16 19:28:52 +02:00
Anton-4
aa73df1b63 lowered selection rectangle opacity 2021-04-16 18:14:05 +02:00
Anton-4
6eb1d28502 ctrl+shift+up to select surrounding expression, backspace to replace selected expression with blank 2021-04-16 17:25:30 +02:00
Lucas
f8c91a2000
Merge branch 'trunk' into constrain_expr2_empty_record 2021-04-16 08:25:37 -04:00
Richard Feldman
e168fb201d
Merge pull request #1203 from rtfeldman/authors
Add AUTHORS file
2021-04-16 08:21:37 -04:00
Lucas
d643fd6c9f
Merge branch 'trunk' into constrain_expr2_empty_record 2021-04-15 21:45:01 -04:00
rvcas
84fbacb40e chore: commit .llvmenv config 2021-04-15 21:42:25 -04:00
rvcas
23f8eb62a8 feat(Expr2): constrain empty record 2021-04-15 21:42:06 -04:00
rvcas
47f1bad862 test(editor): constrain empty record 2021-04-15 21:41:15 -04:00
Richard Feldman
03049ca497 Add AUTHORS file 2021-04-15 19:06:00 -04:00
Richard Feldman
d2895c9e06 Drop superfluous '-present' copyright suffix 2021-04-15 18:33:31 -04:00
Richard Feldman
688216955e Drop extraneous printing in CLI example 2021-04-15 18:32:57 -04:00
Richard Feldman
b0748b47d8 Make Echo.roc example executable 2021-04-15 18:32:57 -04:00
Richard Feldman
e02da00e4f Drop obsolete comment 2021-04-15 18:32:57 -04:00
Richard Feldman
da7dffe0e9 roc run passes through arguments and exit code 2021-04-15 18:32:57 -04:00
Richard Feldman
962de95492
Merge pull request #1200 from rtfeldman/remove-handlebars-templating
Remove handlebars templating from docs
2021-04-15 18:32:44 -04:00
Richard Feldman
a12d60c025
Merge branch 'trunk' into remove-handlebars-templating 2021-04-15 18:19:58 -04:00
Richard Feldman
6e60738f75
Merge pull request #1198 from bcardiff/fix/nix-zig-url
The download location for zig changed
2021-04-15 18:19:39 -04:00
Chadtech
2d215418f7 Template index.html file 2021-04-15 02:36:06 -04:00
Chadtech
239c203c4f Resolve conflicts 2021-04-15 02:22:12 -04:00
Chadtech
8036220b19 Remove handlebars templating and instead use new html_node() function some string replacement 2021-04-15 02:19:20 -04:00
Richard Feldman
c187ca2127
Merge branch 'trunk' into fix/nix-zig-url 2021-04-15 00:22:09 -04:00
Richard Feldman
79b5af951b
Merge pull request #1197 from rtfeldman/parse-platform-rigids
Parse platform rigids
2021-04-14 22:12:58 -04:00