Re: Perl 6 IDE: Perl 5 XL 0.02 with Padre and the Perl 6 plugin

2009-12-10 Thread Bit-Man
Hi Richard,

I tested it with files up to 500KB and had no error at all, even Padre
didn't allowed it to open files grater than 50.

I'm using Ubuntu 9.04 on top of an x86 architecture

On Wed, Dec 9, 2009 at 09:18, Richard Hainsworth  wrote:
> Gabor,
>
> Thanx this is a good step forward.
>
> With simple files, no problem. I tried a larger file and got the following
> in the terminal window:
>
> ./perl-5.10.1-xl-0.02/perl/bin/padre.sh
> Thread 1 terminated abnormally: Undefined subroutine &Padre::Util::debug
> called at
> /home/richard/webdownloads/perl-5.10.1-xl-0.02/perl/lib/site_perl/5.10.1/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm
> line 216.
>
> Richard
> Gabor Szabo wrote:
>>
>> Hi,
>>
>> Let me announce version 0.02 of the XL Perl 5 distribution (temporary
>> name, I hope :-)
>> for Linux that contains a full version of Perl 5.10.1, Padre 0.51 and
>> the Perl 6 plugin of Padre.
>>
>> This is still very experimental of course.
>>
>> You can download it from here:
>>
>> http://perlide.org/download/binary/perl-5.10.1-xl-0.02.tar.gz
>>
>> tar xzf perl-5.10.1-xl-0.02.tar.gz
>>
>> ./perl-5.10.1-xl-0.02/perl/bin/padre.sh
>>
>> (Note, running the .sh file!)
>>
>> In order to use the Perl 6 plugin you will have first enable it:
>> Plugins/Plugin Manager  - Select Perl 6 and click on Enable
>> Due to a bug you will have to restart Padre for this to take effect.
>>
>> Then go to
>>
>> Edit/Preferences/Files and Colors
>> Select Perl 6 as File type and Std.pm as Highlighter in order to get
>> syntax highlighting.
>>
>> Enjoy and let me know about the issues you encounter or if you are
>> using it successfully.
>>
>> regards
>>   Gabor
>>
>
>



-- 
Víctor A. Rodríguez (http://www.bit-man.com.ar)
El bit Fantasma (Bit-Man) - Programming: love it or leave it.
Perl Mongers Capital Federal (http://cafe.pm.org/)
GNU/Linux User Group - FCEyN - UBA (http://glugcen.dc.uba.ar/)


Re: Perl 6 IDE: Perl 5 XL 0.02 with Padre and the Perl 6 plugin

2009-12-09 Thread Richard Hainsworth

Gabor,

Now it works.

Richard

Gabor Szabo wrote:

On Wed, Dec 9, 2009 at 2:18 PM, Richard Hainsworth  wrote:
  

Gabor,

Thanx this is a good step forward.

With simple files, no problem. I tried a larger file and got the following
in the terminal window:

./perl-5.10.1-xl-0.02/perl/bin/padre.sh
Thread 1 terminated abnormally: Undefined subroutine &Padre::Util::debug
called at
/home/richard/webdownloads/perl-5.10.1-xl-0.02/perl/lib/site_perl/5.10.1/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm
line 216.




That's a stupid bug that has already been fixed in the new version of
the Perl6 plugin but it has not been released yet.
We removed the Padre::Util::debug sub from Padre and the plugins were
not yet release with the update.

Sorry for that.
Feel free to remove that line from the Perl6StdColorizerTask.pm file
or any other place you might find.

Gabor
  


Re: Perl 6 IDE: Perl 5 XL 0.02 with Padre and the Perl 6 plugin

2009-12-09 Thread Gabor Szabo
On Wed, Dec 9, 2009 at 2:18 PM, Richard Hainsworth  wrote:
> Gabor,
>
> Thanx this is a good step forward.
>
> With simple files, no problem. I tried a larger file and got the following
> in the terminal window:
>
> ./perl-5.10.1-xl-0.02/perl/bin/padre.sh
> Thread 1 terminated abnormally: Undefined subroutine &Padre::Util::debug
> called at
> /home/richard/webdownloads/perl-5.10.1-xl-0.02/perl/lib/site_perl/5.10.1/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm
> line 216.
>

That's a stupid bug that has already been fixed in the new version of
the Perl6 plugin but it has not been released yet.
We removed the Padre::Util::debug sub from Padre and the plugins were
not yet release with the update.

Sorry for that.
Feel free to remove that line from the Perl6StdColorizerTask.pm file
or any other place you might find.

Gabor


Re: Perl 6 IDE: Perl 5 XL 0.02 with Padre and the Perl 6 plugin

2009-12-09 Thread Richard Hainsworth

Gabor Szabo wrote:

You can download it from here:

http://perlide.org/download/binary/perl-5.10.1-xl-0.02.tar.gz

  

For me using Firefox/Ubuntu, I got an error, but
http://www.perlide.org/download/binary/perl-5.10.1-xl-0.02.tar.gz
worked fine.

Richard


Re: Perl 6 IDE: Perl 5 XL 0.02 with Padre and the Perl 6 plugin

2009-12-09 Thread Richard Hainsworth

Gabor,

Thanx this is a good step forward.

With simple files, no problem. I tried a larger file and got the 
following in the terminal window:


./perl-5.10.1-xl-0.02/perl/bin/padre.sh
Thread 1 terminated abnormally: Undefined subroutine &Padre::Util::debug 
called at 
/home/richard/webdownloads/perl-5.10.1-xl-0.02/perl/lib/site_perl/5.10.1/Padre/Plugin/Perl6/Perl6StdColorizerTask.pm 
line 216.


Richard
Gabor Szabo wrote:

Hi,

Let me announce version 0.02 of the XL Perl 5 distribution (temporary
name, I hope :-)
for Linux that contains a full version of Perl 5.10.1, Padre 0.51 and
the Perl 6 plugin of Padre.

This is still very experimental of course.

You can download it from here:

http://perlide.org/download/binary/perl-5.10.1-xl-0.02.tar.gz

tar xzf perl-5.10.1-xl-0.02.tar.gz

./perl-5.10.1-xl-0.02/perl/bin/padre.sh

(Note, running the .sh file!)

In order to use the Perl 6 plugin you will have first enable it:
Plugins/Plugin Manager  - Select Perl 6 and click on Enable
Due to a bug you will have to restart Padre for this to take effect.

Then go to

Edit/Preferences/Files and Colors
Select Perl 6 as File type and Std.pm as Highlighter in order to get
syntax highlighting.

Enjoy and let me know about the issues you encounter or if you are
using it successfully.

regards
   Gabor