Ticket #302 (closed defect: fixed)
perl6 syntax highlighting and outline not active on vista using wperl.exe
| Reported by: | Casan | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.34 |
| Keywords: | syntax perl6 wperl vista | Cc: |
Description
When starting dev.pl using wperl.exe on vista:
- no syntax is highlighted
- outline frame is empty
I have strawberry 10.0.4 installed
parrot 1.1 and rakudo add-on #16 is installed from packages
Padre::Plugin::Perl6 v0.35
Padre svn checkout @4260 v0.34
It works fine when dev.pl is run from a console window.
Change History
comment:3 Changed 4 years ago by azawawi
Thanks for reporting it, nice catch!
It is an IPC::Run3 bug. It tries to save the STDOUT and gets a "Bad File Descriptor" when wperl is used. I'll see what i can to fix it.
comment:4 Changed 4 years ago by azawawi
A preliminary fix was applied in r4274. It works now but an annoying command popup continues to appear when using wperl.
comment:5 Changed 4 years ago by azawawi
- Status changed from accepted to closed
- Resolution set to fixed
Fixed in Padre::Plugin::Perl6 v0.36
Note: See
TracTickets for help on using
tickets.
