Bear with a newb here, please.&nbsp; I have to say that I love Bible Desktop (especially the search functions and the quick navigation).&nbsp; Coming from e-Sword, though, I am really missing the copy/paste function which would allow me to paste in different formats (i.e., as one block of text with no verse differentiation, or with the passage referenced in different ways).&nbsp; When a copy/paste from Bible Desktop I end up with the verse markings and the footnotes/cross references in the text as well.&nbsp; This function seems to be the DesktopActions.DoCopy() method, which is:<br>
<br>public void doCopy()<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BibleViewPane view = (BibleViewPane) getDesktop().getViews().getSelected();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SplitBookDataDisplay da = view.getPassagePane();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; da.copy();<br>&nbsp;&nbsp;&nbsp; }<br><br>Is it correct that this just copies whatever the displayed text is?&nbsp; Would an enhanced copy function have to gain cognizance of the objects making up the text within a selection?<br>
<br>Also, is somebody already working on an enhanced copy function?<br><br>Justin<br>