Brackets-CodeOverview
Brackets-CodeOverview copied to clipboard
Code Overview Does not work with SplitView
I looked at this extension and found that there may be some issues running the extension with the SplitView branch.
A more detailed explanation of what breaks and why it breaks is in the Brackets Extension Splitview Migration Guide. https://github.com/adobe/brackets/wiki/SplitView-Extension-Migration-Guide#extensions-that-will-break
it looks like appending nodes directly to #editor-holder could break splitview functionality and probably doesn't work right with your extension.
you can test with the branch "jeff/splitview-factory". Let us know if you need more info.