Andoni Morales Alastruey
fa71d6864d
Add support for preview of pages and view without XAML
2019-03-14 01:33:12 +01:00
Andoni Morales Alastruey
bbed560c38
Add a button to reset the IDE state after an error
2019-03-13 23:28:32 +01:00
Andoni Morales Alastruey
e9bcbe7e79
Fix evaluation after adding new usings to a file
2019-03-13 21:58:25 +01:00
Andoni Morales Alastruey
d5f33e1aac
Don't notify previewers about connection errors
...
Fixes #44
2019-02-22 21:37:32 +01:00
Andoni Morales Alastruey
aaca2c1893
Add first unit tests
...
Refactor code to be more easy to test
2019-02-20 11:10:05 +01:00
chris
b06b9a193a
Fix preview when evaluation is not supported
...
In iOS real devices or when --enable-repl is not passed correctly
2018-12-06 13:24:22 +01:00
Andoni Morales Alastruey
b341070e1f
Remove unused files
2018-11-10 20:45:59 +01:00
Andoni Morales Alastruey
db86b6aa2e
Fix reload of XAML pages including other local views
...
Closes #20
2018-11-08 21:41:44 +01:00
Andoni Morales Alastruey
42738a3967
Fix issue incorrect replacement FooPage and FooPageViewModel
2018-11-03 20:17:19 +01:00
Andoni Morales Alastruey
260400bd27
Fix CSS with absolute paths
2018-11-03 12:58:20 +01:00
Andoni Morales Alastruey
31b07f61e6
Add initial support for CSS
2018-11-03 02:27:10 +01:00
Andoni Morales Alastruey
c26197e02f
Start support for real devices and android emulator
...
Instead of HTTP servers in both the IDE and the devices
use a bidreccional TCP comunicator.
The client is now starting the connection using the IP
provided in the IdeIP resource.
There is a new weaver that replaces the IdeIP resource with the
real IP defaulting to localhost.
2018-11-02 22:19:54 +01:00
Andoni Morales Alastruey
ec139e208e
Remove unused TaskItem.cs
2018-10-09 18:06:38 +02:00
Andoni Morales Alastruey
a5604e0a52
Use an interface for the IDE specifics
2018-10-08 22:18:46 +02:00
Andoni Morales Alastruey
01fcdff91e
Implement code-behind live updates
2018-10-08 22:18:43 +02:00
Andoni Morales Alastruey
847f095be7
Fix indentation
...
vs4mac started replacing again correctly tabs with spaces
2018-09-25 21:41:05 +02:00
Andoni Morales Alastruey
61d79a488c
Only support devices running in the host
...
For teams with several developers, the discovery approach
won't work since many devices will be announcing the service
in the same network.
Meanwhile we only support simulators and desktop app running locally
2018-09-20 11:07:28 +02:00
Andoni Morales Alastruey
c38b440581
Initial commit
2018-09-05 11:40:06 +02:00