Tincr is a tool that arose from my own frustration with switching back and forth between Chrome Developer Tools to do debugging and my text editor to do coding. The idea behind Tincr is that you can save changes to your original source file from within Chrome Developer Tools. In addition, Tincr does auto-reloading of JavaScript and CSS changes made in other editors.
Yes, right now it's unfeasible but with sourcemaps it seems trivial for the devtools team to add an even to the extension api for when someone tries to edit and save a source mapped file.
+1 for this! Would love a way for the html changes to get saved too!
--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Thank you.
You received this message because you are subscribed to a topic in the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-chrome-developer-tools/P7GvVl7qZfA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-chrome-develo...@googlegroups.com.
Thank you.
On Aug 12, 2013 4:02 AM, "Vsevolod Vlasov" <vse...@chromium.org> wrote:
Consider using workspaces: http://www.html5rocks.com/en/tutorials/developertools/revolutions2013/#toc-workspaces
On Thu, Aug 8, 2013 at 1:07 AM, <chris.em...@gmail.com> wrote:
+1 for this! Would love a way for the html changes to get saved too!
--
You received this message because you are subscribed to the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "Google Chrome Developer Tools" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-chrome-developer-tools/P7GvVl7qZfA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-chrome-developer-tools+unsub...@googlegroups.com.
You can surely edit any files including html via workspaces.
To unsubscribe from this group and stop receiving emails from it, send an email to google-chrome-develo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-chrome-developer-tools/663f71c6-9cbe-48d2-bbfe-44e488ea42ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi, thanks for the answer. Edit files from source tab does not give you real time live edit. You will have to save the page you are editig and reload it !