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


--------------------------------------------
Mer 20/5/15, Benoît Minisini <gam...@users.sourceforge.net> ha scritto:

 Oggetto: Re: [Gambas-user] Problem with rev. #7090: impossible to paste a text 
in the project
 A: "mailing list for gambas users" <gambas-user@lists.sourceforge.net>
 Data: Mercoledì 20 maggio 2015, 21:28
 
 Le 20/05/2015 20:56, Ru
 Vuott a écrit :
 > Hello,
 >
 > with rev. #7090 I
 have a strange problem: I cannot paste in a project the text
 that I highlighted with the mouse.
 >
 > regards
 > vuott
 >
 >
 >
 P.S. : I wanted to paste here the characteristics of my
 system, but - although I have clicked on the
 "Copy" on "System information" window -
 I could not paste that information.
 >
 >
 
 I think you have to use CTRL+V, because the
 Clipboard.Copy() method 
 copies the data in
 the main clipboard, not in the other one that is 
 pasted when you use the middle mouse.
 
 Anyway, the middle mouse
 pasting cannot be implemented in the new Editor 
 at the moment, because there is no support for
 the secondary clipboard 
 in Gambas.
 
 -- 
 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

------------------------------------------------------------------------------
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