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

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to