Richard Feldman
|
37182c971b
|
Merge pull request #2678 from rtfeldman/editor-new-examples-fix
fixed editor new project init for new example folder layout
|
2022-04-01 23:09:53 -07:00 |
|
Richard Feldman
|
87a677ec4e
|
Merge pull request #2787 from rtfeldman/rust-1.59-clippy
update with new clippy lints
|
2022-04-01 23:09:17 -07:00 |
|
Anton-4
|
ace5b066f8
|
fixed high mem+CPU usage for gui-example and editor
|
2022-04-01 09:41:13 +02:00 |
|
Folkert
|
0dd2cec09a
|
update with new clippy lints
|
2022-03-31 19:34:51 +02:00 |
|
Folkert
|
311e464b70
|
add load_internal
|
2022-03-23 15:18:22 +01:00 |
|
Anton-4
|
5241e56aca
|
fmt
|
2022-03-21 14:35:18 +01:00 |
|
Anton-4
|
74463add39
|
Merge branch 'trunk' into editor-new-examples-fix
|
2022-03-21 13:52:07 +01:00 |
|
Anton-4
|
d800edf5a7
|
no more magic constants
|
2022-03-12 11:16:01 +01:00 |
|
Anton-4
|
cd4172c845
|
fixed ed_update tests
changing the number of lines between defs required changes in multiple places
|
2022-03-11 19:57:13 +01:00 |
|
Anton-4
|
a24529646c
|
Merge branch 'trunk' of github.com:rtfeldman/roc into new-syntax-highlight
|
2022-03-09 09:26:56 +01:00 |
|
Anton-4
|
fc320a4449
|
cleaner use of Paths
|
2022-03-08 15:11:40 +01:00 |
|
Anton-4
|
62d249acd5
|
fixed editor new project init for new example folder layout
|
2022-03-08 14:21:26 +01:00 |
|
Jan Van Bruggen
|
a2f2434d71
|
Rename hello-world to hello-c
|
2022-03-07 19:59:30 -07:00 |
|
Anton-4
|
0ca66cc41b
|
Merge branch 'trunk' of github.com:rtfeldman/roc into new-syntax-highlight
|
2022-03-07 20:01:38 +01:00 |
|
Anton-4
|
c8fd1836c9
|
clippy+fmt
|
2022-03-07 19:59:45 +01:00 |
|
Anton-4
|
6a76f3f209
|
clippy fix
|
2022-03-07 09:29:05 +01:00 |
|
Anton-4
|
c215c4cc54
|
Merge branch 'trunk' of github.com:rtfeldman/roc into editor-force-fallback-fix
|
2022-03-07 09:21:39 +01:00 |
|
Anton-4
|
853badf777
|
nodes without ast_node_id
|
2022-03-02 17:14:51 +01:00 |
|
Anton-4
|
275bd9a234
|
Merge branch 'trunk' of github.com:rtfeldman/roc into editor-force-fallback-fix
|
2022-03-01 17:30:30 +01:00 |
|
Jose Quesada
|
63ea556055
|
fix: allow editor to launch even when requesting device fails
|
2022-03-01 09:21:27 -06:00 |
|
Anton-4
|
bddab60e6b
|
Merge branch 'trunk' of github.com:rtfeldman/roc into new-syntax-highlight
|
2022-03-01 11:36:59 +01:00 |
|
Anton-4
|
4d570b635f
|
made editor WIP more obvious
|
2022-02-28 19:47:57 +01:00 |
|
Richard Feldman
|
8ec7b26a1c
|
Merge pull request #2547 from rtfeldman/simplify-editor
simplify editor
|
2022-02-27 21:43:09 -05:00 |
|
Richard Feldman
|
d57334dd63
|
Merge pull request #2566 from rtfeldman/gui-example
GUI Example
|
2022-02-26 07:48:38 -05:00 |
|
Anton-4
|
b46ef4d68d
|
fmt
|
2022-02-26 11:05:40 +01:00 |
|
Anton-4
|
26556c631b
|
refactor, allowed to specify full underline
|
2022-02-26 10:59:38 +01:00 |
|
rvcas
|
6e752645a6
|
feat: only render unline if attribute is there
|
2022-02-25 13:02:35 -05:00 |
|
rvcas
|
0853c0bdb7
|
feat: add underline colors to theme
|
2022-02-25 12:54:19 -05:00 |
|
rvcas
|
278bed1214
|
feat: render an error underline on text
|
2022-02-25 12:53:50 -05:00 |
|
Richard Feldman
|
655373dbe7
|
Merge remote-tracking branch 'origin/trunk' into gui-example
|
2022-02-23 21:25:01 -05:00 |
|
Richard Feldman
|
4399a6dfee
|
Pass RocButton all the way to rendering
|
2022-02-22 21:42:14 -05:00 |
|
Anton-4
|
0310dda4b9
|
fmt
|
2022-02-21 17:24:49 +01:00 |
|
Anton-4
|
985af24071
|
added reference to created issue for update_key
|
2022-02-21 17:20:19 +01:00 |
|
Anton-4
|
272e6f9ca0
|
fmt+clippy
|
2022-02-21 16:51:54 +01:00 |
|
Anton-4
|
cd2b83c503
|
further removed now redundant code
|
2022-02-21 16:50:06 +01:00 |
|
Anton-4
|
48d5775f62
|
simplification, stricter adherence to projectional editing approach
|
2022-02-21 14:47:57 +01:00 |
|
Jan Van Bruggen
|
f328ff5661
|
Remove leading newlines from code files
|
2022-02-13 14:55:34 -07:00 |
|
Anton-4
|
d6681f4e0a
|
Merge pull request #2160 from rtfeldman/editor-comments
support tld comments in docs and editor(reading only)
|
2022-02-10 11:49:10 +01:00 |
|
Folkert
|
885500712c
|
remove old Effect module things
|
2022-02-03 23:55:02 +01:00 |
|
Folkert
|
a98635ed06
|
update other examples
|
2022-02-03 22:45:15 +01:00 |
|
ayazhafiz
|
4e4986dfdd
|
Fix editor tests
|
2022-01-30 21:43:07 -05:00 |
|
Anton-4
|
3047fc6845
|
grammar progress, made temp tokenizer
|
2022-01-21 20:32:28 +01:00 |
|
Jan Van Bruggen
|
1e9d2d1239
|
Remove accidental trailing spaces
|
2022-01-18 22:25:46 -07:00 |
|
Anton-4
|
f941e30b86
|
Merge branch 'trunk' of github.com:rtfeldman/roc into editor-comments
|
2022-01-01 11:10:54 +01:00 |
|
Anton-4
|
1e04724427
|
added more editor documentation
|
2021-12-15 20:00:51 +01:00 |
|
Richard Feldman
|
cf4e1bbfab
|
Merge pull request #2211 from rtfeldman/editor-documentation
added editor documentation
|
2021-12-14 22:03:09 -05:00 |
|
Richard Feldman
|
01038ed53c
|
Merge pull request #2192 from rtfeldman/rename-base-to-pf
Rename `base` package to `pf` everywhere, to match tutorial
|
2021-12-14 22:00:22 -05:00 |
|
Anton-4
|
3736e18f1a
|
added editor documentation
|
2021-12-14 19:45:11 +01:00 |
|
Richard Feldman
|
69d93e5b39
|
Merge pull request #2179 from rtfeldman/editor-ideas
Added editor ideas
|
2021-12-12 16:20:34 -05:00 |
|
Jan Van Bruggen
|
d03a51c75b
|
Rename base package to pf everywhere, to match tutorial
|
2021-12-12 05:57:39 -07:00 |
|