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
It should provide a possibility to quickly find the place in the editor, that is being watched in the inspector at the given moment, and vice versa. It would useful especially for long documents, where it is hard to "synchronize" the editor content with the inspector.
So the basic functionality would be:
Setting the selection in the proper place of the editor and scrolling to it when double-clicking on an element in inspector View/Model.
Scrolling to the selection in the inspector when clicking some button(?), like "Go to the selection".
Or maybe it would be enough to implement only the simpler of these solutions?
I agree that looking for DOM elements based on our model/view can be annoying. CKEditor creates complex structures, and navigating into nested elements consumes some time. An option "Jump to DOM element" from model/view would be awesome.
No description provided.
The text was updated successfully, but these errors were encountered: