Display, Copy and Paste
#1
Posted 25 May 2005 - 11:58 PM
I'm a long time BibleWorks user and have recently purchased a Mac and Accordance. One of the features that I'm used to in BibleWorks and would like to know how to implement in Accordance, if possible, is related to the display, copy, and pasting of text from Accordance into Word.
In my text window, I like to have a slightly larger font than I use in Word. However, in my word processor where I'm actually working or creating a document, I like to use a 12pt. font. However, it seems that I can't set any type of "copy text" options that would allow me to set the text style that would be moved to the clipboard when I hit 'copy'. Therefore, if my text display is at 14pt. in Accordance and I paste into Word the text will display as 14pt. Obviously, this is how it should seem to work. However, it would be great if we could set copy options. For example, if I could set an option to strip the hit highlighting from the text when I copy it I wouldn't have to reformat the text when I dropped it into Word. Or, if I could set the default copy font to Times New Roman, but display it in Accordance as something else, then I wouldn't have to burn time reformatting the text for my actual document. Does this make sense? If so, is there a way to do this or would this be a feature request?
Thanks!
Jeremy
#2
Posted 26 May 2005 - 05:46 AM
Select your test in accordance and copy it. Then go to work and select paste special from the edit menu, and then when you have the options select unformatted text. The text pasted in then takes on the formatting that is current in the word document.
12" PowerBook, OS X 10.5.8, Accordance 8.2.3
#3
Posted 26 May 2005 - 07:32 AM
Shalom,
Jeremy
#4
Posted 26 May 2005 - 11:27 AM
The easiest way to deal with this is to use the paste special feature in word.
Select your test in accordance and copy it.† Then go to work and select paste special from the edit menu, and then when you have the options select unformatted text.† The text pasted in then takes on the formatting that is current in the word document.
If you do this with any frequency, it is worth it to create a macro in Word and assign is a key combo, so that you can do this quicker.
Have some text ready to paste, and then under Tools/Macros in the Word menu, select "Record Macro". Give the macro a name like "PasteUnformatted" and then click the keyboard button to assign a key combination (something like Command+Control+v), or the Tools button to put a button on a toolbar.
Then you can paste special unformatted text and stop the recording.
FYI, this recording will create a macro that you can see in the VB editor, something like:
Sub PastUnformatted() ' ' PastUnformatted Macro ' Macro recorded 5/26/05 ' † †Selection.PasteAndFormat (wdPasteDefault) End Sub
Aha! A bug in the Word Macro Record... see followup below for the simple fix:
Edited by Joe Weaks, 26 May 2005 - 12:49 PM.
#5
Posted 26 May 2005 - 12:25 PM
Edited by jarcher, 26 May 2005 - 01:28 PM.
#6
Posted 26 May 2005 - 12:53 PM
Now, this new view might be foreign to you, but suffice it to say that this is where the documents containing the Visual Basic code is found. All you should have to do is scroll down to the bottom of the document and find the macro as I showed it to you above. Then, repleace the line:
Selection.PasteAndFormat (wdPasteDefault)
with
Selection.PasteSpecial DataType:=wdPasteText
then just Save, and Quit and Return to Word. All should be working correclty now. Let us know if it doesn't.
#7
Posted 26 May 2005 - 01:27 PM
If you are using Word 2004 (I'm not sure about previous versions) you get a little clipboard icon when you paste text. If you click that you can choose Source or Destination formatting or plain text.
I use that because I forget to set stuff before I put the text in my Word doc.
Another option from the macros, if you should so choose.
Blessings,
<>< Dave
#8
Posted 26 May 2005 - 01:27 PM
Peace,
Jeremy
#9
Posted 26 May 2005 - 01:31 PM
I don't know why Accordance doesn't have a "Copy As... Unformatted" option.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users











