Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Split Pane for HTML/JSP editor code and preview windows.
I would really like to be able to quickly see the effect of any changes that I have just made and saved to my HTML/JSP file. There does not appear to be a hot key to switch between the code and preview panes of the HTML/JSP editor and I therefore need to click the tab with the mouse. Being a mouse of last resort type coder I would like to see a hot key to switch panes.
An even better solution would be the ability to optionally replace the tabs with split pane ( either horizontal or vertical ) with code on one side and the preview on the other.
I am using Eclipse 2.1.2:
CTRL + PAGEDOWN switches from editor to browser.
There is no way back using the keyboard, and I am not sure whether it is possible, since this is a hooked OLE-Control.
tested Eclipse 3.0M6:
– CTRL + PAGEDOWN still works and switches from editor to browser.
– using Windows the browser is still an OLE-Control, so you cant control it using SWT.
my guess: this must be fixed within SWT first or they should add some other browser.
I was hoping to ask for a way to store URLs, or even have the preview view load up with the web URL / context when tomcat was started … something other than having to type the URL in every time.