kashiwazakinenji / chromedevtools

Automatically exported from code.google.com/p/chromedevtools
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Make live edit cycle more smooth #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In v. 0.2.2 live editing is not highly usable. 2 issues slow down the work:

1. "Push" actions is not easily accessible. One has to open context menu, then 
a submenu and choose a menu element, which is quite slow. A shortcut or even 
auto-push (push simply on a file save, perhaps with confirmation box) would 
make the feature a way more convenient.

2. Files under a virtual project are all read-only by default. User has to 
explicitly drop this attribute again and again after each live edit push. It 
would be nice to spare him from this.

Original issue reported on code.google.com by peter.ry...@gmail.com on 23 Jul 2011 at 8:43