Commit Graph

13 Commits

Author SHA1 Message Date
Alexey Tsvetkov
a0a8a32302 Idea floating panel (#927)
* Implement floating editor toolbar for running preview

* Minor: remove accidentally committed debug logging
2021-07-22 19:51:52 +03:00
Alexey Tsvetkov
c271999ec8 Check preview RPC protocol version (#907)
Show notification, when preview client and server use different versions
of the protocol
2021-07-19 17:23:56 +03:00
Alexey Tsvetkov
f15f4236de Better preview progress indication (#901)
* Indicate preview progress with loading panel

* Avoid sending repeated preview requests
2021-07-19 14:44:24 +03:00
Alexey Tsvetkov
992268bccd Suppress naming style inspection for composable functions (#889)
This change suppresses a diagnostic,
which complaints, when a function starts
with an upper case letter
2021-07-16 17:23:52 +03:00
Alexey Tsvetkov
6a3b834958 Preview toolwindow improvements (#854)
* Activate preview toolwindow on receiving preview configuration

* Don't show preview toolwindow until a preview is requested

* Add icon to preview toolwindow
2021-07-05 19:09:44 +03:00
Alexey Tsvetkov
c41d7157f5 Fix preview scaling (#852)
Resolves #837
2021-07-05 18:28:53 +03:00
Alexey Tsvetkov
45242dc54c Don't create repeated run configurations for preview (#851) 2021-07-05 17:32:18 +03:00
Alexey Tsvetkov
2be46f961e Implement first version of non-interactive preview for desktop (#803)
Implement first version of non-interactive preview for desktop
2021-06-29 10:23:35 +03:00
Alexey Tsvetkov
8658e38132 Change IDE plugin name 2021-05-04 13:20:31 +03:00
Alexey Tsvetkov
1f75845609 Add ability to run JS main from IDE (#623) 2021-05-03 19:04:35 +03:00
Alexey Tsvetkov
c5b93e8e31 Prepare Intellij plugin for publishing 2021-04-15 07:52:44 +03:00
Alexey Tsvetkov
2f0cd93e71 Specify Preview as entry point
So it's not marked as dead code by Intellij
2021-04-07 10:53:50 +03:00
Alexey Tsvetkov
a3a17813e5 Introduce Idea preview plugin 2021-04-05 20:04:32 +03:00