[Gambas-user] paste to the gambas editor

Benoit Minisini gambas at ...1...
Sat Feb 7 09:46:31 CET 2004


On Saturday 07 February 2004 06:30, Rizky Tahara Shita wrote:
> i'm typing gambas code in kwrite with the structure like this:
>
> public form_open()
> 	Message ("test")
> end
>
> i use tabspace before syntax Message ("test")
> now i want to copied and paste that code to gambas editor, what did i get ?
>
> PUBLIC form_open()
> 0Message ("test")
> END
>
> there... i got unknown characters (i replace that unknown character with
> '0', since kmail translated it to tabspace character correctly)
>
>
> something wrong ???
>

You are right. I should replace the '\t' character by spaces before pasting...

Regards,

-- 
Benoit Minisini
mailto:gambas at ...1...





More information about the User mailing list