caloemar |
Newbie |
|
|
|
|
None Specified |
|
Monday, January 29, 2018 |
Monday, March 26, 2018 9:17:41 AM |
4 [0.02% of all post / 0.00 posts per day] |
|
caloemar wrote:Hello When I want to copy and paste a tag in authentic view, XMLSpy requires me to first select if the either "Text" or "XML". This means I cant use CTRL+V when copy/pasting and I have to do it via the menu in the picture below. Otherwise it doesnt work.  Is there a way to tell XMLSpy to always Paste as XML when I press CTRL+V Thanks.
In case anybody cares, I ended up solving it by making a small macro that calls the paste function and binding it to CTRL+B
Code: // If the currentView is authenticMode, paste the Selection if(Application.ActiveDocument.CurrentViewMode==4) { Application.ActiveDocument.AuthenticView.Selection.Paste(); }
|
vlad wrote:As far as I know it does paste as XML if you press Ctrl-V
Pressing CTRL+V does nothing though. I works only if I rightclick and navigate to "Paste as XML" like in the picture....
|
vlad wrote:As far as I know it does paste as XML if you press Ctrl-V
Pressing CTRL+V does nothing though. I works only if I rightclick and navigate to "Paste as XML" like in the picture....
|
Hello
When I want to copy and paste a tag in authentic view, XMLSpy requires me to first select if the either "Text" or "XML". This means I cant use CTRL+V when copy/pasting and I have to do it via the menu in the picture below. Otherwise it doesnt work.

Is there a way to tell XMLSpy to always Paste as XML when I press CTRL+V
Thanks.
|
|