[ https://issues.apache.org/jira/browse/NETBEANS-59?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16176980#comment-16176980 ]
ASF GitHub Bot commented on NETBEANS-59: ---------------------------------------- GitHub user Chris2011 opened a pull request: https://github.com/apache/incubator-netbeans/pull/3 NETBEANS-59 - Document split actions Cleaned up code as discussed here: #1 Everything fine now? You can merge this pull request into a Git repository by running: $ git pull https://github.com/Chris2011/incubator-netbeans feature/248233-doc-split-actions Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-netbeans/pull/3.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3 ---- commit 5dc272ebffd95dfd55720ebfdd697d8ff319c862 Author: Chris2011 <christian.l...@gmx.net> Date: 2017-09-22T19:30:05Z NETBEANS-59 - Added new actions to split a document horizontally, vertically and clear split with a shortcut. Refactored existing code. ---- > Please add a shortcut to split the current document > --------------------------------------------------- > > Key: NETBEANS-59 > URL: https://issues.apache.org/jira/browse/NETBEANS-59 > Project: NetBeans > Issue Type: Improvement > Components: platform - Window System > Affects Versions: Next > Reporter: Christian Lenz > Attachments: menu-entries.png > > > I used a plugin called flow-netbeans-markdown > (http://plugins.netbeans.org/plugin/50964/markdown-support). This plugin has > a preview to show the output, what I'm typing, but I only can change between > source, history and preview via Ctrl + Alt + Page Up/Down in the same window. > The problem is that I disabled the option "show editor toolbar" so I can't > split the window anymore without using the mouse. > I would like to have on one side my sourcecode and on the other side my > preview, and this is what I would like todo with a shortcut. Type Ctrl + Alt > + Whatever, should split the window, then I can navigate to the other view > and type Ctrl + Alt + Page Up/Down to take the preview. > I created a ticket here: > https://github.com/madflow/flow-netbeans-markdown/issues/61#issuecomment-59777381 > and you can see, that the dev means that this should be a default > functionality, to split a window with a shortcut and to show the preview via > navigation or to split the window and show the preview with a shortcut. If > there is a preview or similar thing available. And yes I go with this opinion. > Regards > Chris -- This message was sent by Atlassian JIRA (v6.4.14#64029)