madflow / flow-netbeans-markdown

Markdown file support for the NetBeans IDE
MIT License
278 stars 40 forks source link

Split view for source and preview #61

Closed Chris2011 closed 9 years ago

Chris2011 commented 9 years ago

I really like the feature to see the preview, but I don't want to jump to the preview and loose the focus for my source. And what happens if I check the checkbox "View Html on save" is that each time I save, it opens a new tab. What I prefer is a sync function with the opened tab. My workaround to see the preview inside netbeans is to duplicate the file inside netbeans (only possible with the mouse) and set the view to preview of the duplicated file. This is ok but most of the time I use shortcuts for such things. So what I prefer is a shortcut to split your view (horicontal/vertical) to see the source and the preview inside netbeans.

Regards

Chris

stengerh commented 9 years ago

My initial impression is that a keyboard shortcut to split the view is a generic feature which would belong in the window manager module. I don't know yet if there is a suitable API to implement such a function in the markdown plugin.

Chris2011 commented 9 years ago

Ok I think you are right and I see it too, I will file a bug for netbeans. Thx.