Dimitris wrote:
The tab character is used internally by the grid control to make it possible to copy/paste multiple cells around.
Using another application like notepad will display those tab characters nothing I can really do about it other than eliminate
the tab characters before you use paste.
But doing that will remove the copy/paste of multiple cells functionality and I don�t really want this to happen.
In the Manual Edit we had Copy: Ctrl+C and Paste: Ctrl+V menu items/keys for multi column copy,
now in the Tag we have Copy tag and Paste tag menu items and Ctrl+C, Ctrl+V for a single grid field copy.
I think that at least function level the single and multiple field/tag copy is separated, and you could remove the the tab character in the 'grid control' doing this single field copy. I suppose that this 'grid control' is part of tgf and not part a foreign library.
But maybe you could remove the last tab character from the string before the paste.
This is good for a single field, and doesn't disturb the multiple column paste function.