[Gambas-user] Problem with rev. #7090: impossible to paste a text in the project

Benoît Minisini gambas at ...1...
Thu May 21 00:32:05 CEST 2015


Le 21/05/2015 00:20, Ru Vuott a écrit :
> Ok, but it is really a trouble and an inconvenience, because if I want to insert in the IDE some text Gambas code:
> - if it was copied from a web page, I obtain strange symbols, like the no-printable characters.
> - if I copy a Gambas code from a text editor (Gedit), I obtain this:
>
> *** in the beginning:
>
> GTKTEXTBUFFERCONTENTS - 0001
>   < tags >
>   < / tags >
> < text > Private Const ....etc ..etc...
>
> *** In the code for example:
>
> Print & quot; Some text: & quot;; variable; & quot; another text here. & quot;
>
> (Print "Some text: "; variable; "another text here." )
>
> or another example:
> If err & lt; 0 Then Error.Raise( & quot; Impossible ..... etc... etc....
>
>
> *** at the end:
>
> End < / text >
> < / text_view_markup >
>
>
> ...it's exhausting !!! :-(
> So, "de facto" I cannot copy a text code and insert it as code of some my project.
>
> Regards
> vuott
> vuott
>

You must use "Paste special..." command then to choose the right 
clipboard format.

Regards,

-- 
Benoît Minisini




More information about the User mailing list