Forum: Wordfast support
Topic: placeables and spaces
Poster: Dominique Pivard
Post title: PlaceablePlusSpace
[quote]Anne Greaves wrote:
I'm trying to find a way of copying placeables which includes the spaces between words. At the moment if I try to copy two consecutive words they are copied right next to each other, i.e, without a space. I went into PB and removed the underscore in Placeable PlusSpace but this doesn't seem to have done the trick. Thanks for any help!
[/quote]
Just in case: the way PB commands work is by removing the underscore in their name, not replacing it by a space.
PlaceablePlusSpace -> OK
Placeable PlusSpace -> not OK
Also: PB commands are case-sensitive.
PlaceablePlusSpace -> OK
placeableplusspace -> not OK
Topic: placeables and spaces
Poster: Dominique Pivard
Post title: PlaceablePlusSpace
[quote]Anne Greaves wrote:
I'm trying to find a way of copying placeables which includes the spaces between words. At the moment if I try to copy two consecutive words they are copied right next to each other, i.e, without a space. I went into PB and removed the underscore in Placeable PlusSpace but this doesn't seem to have done the trick. Thanks for any help!
[/quote]
Just in case: the way PB commands work is by removing the underscore in their name, not replacing it by a space.
PlaceablePlusSpace -> OK
Placeable PlusSpace -> not OK
Also: PB commands are case-sensitive.
PlaceablePlusSpace -> OK
placeableplusspace -> not OK