You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please load the remaining agents for extension usage. Otherwise, there is no way to access this functionality.
Here is what the agents do:
EditAgent: listen to and execute edit events from the remote agent
GotoAgent: listen to and execute goto events from the remote agent + provide a goto (open document and show line) API
HighlightAgent: listen to and forward highlight events from the remote agent to the current live document
ScriptAgent: track loaded script resources, add DOM manipulation breakpoints and track these
Non of this should be very invasive. If you want to disable all remote functionality (the stuff that happens inside the Chrome life Preview) you should comment out the event listeners from RemoteAgent, instead:
Thursday Jul 26, 2012 at 06:28 GMT
Originally opened as adobe/brackets#1301
Please load the remaining agents for extension usage. Otherwise, there is no way to access this functionality.
Here is what the agents do:
Non of this should be very invasive. If you want to disable all remote functionality (the stuff that happens inside the Chrome life Preview) you should comment out the event listeners from RemoteAgent, instead:
106: Inspector.on("Page.loadEventFired", _onLoadEventFired);
107: Inspector.on("DOM.attributeModified", _onAttributeModified);
The first loads the remote functions into the active page and the second listens to dom changes and creates edit events if appropriate.
jdiehl included the following code: https://github.com/adobe/brackets/pull/1301/commits
The text was updated successfully, but these errors were encountered: