TidyView - preview your perltidy options

2006-09-14 Thread leif . eriksen
Hi all, I have release a pet project on Sourceforge called TidyView, at https://sourceforge.net/projects/tidyview/ https://sourceforge.net/projects/tidyview/ Basically it is a Tk GUI to help preview the effect of the plethora of options provided by Perltidy. If you dont know what

Re: TidyView - preview your perltidy options

2006-09-14 Thread Adam Kennedy
Please excuse the stupid question, but is there any chance this could use Wx instead of Tk, since Wx installs from CPAN cleanly everywhere now (I think) and Tk doesn't seem to install properly. But then I imagine moving to Wx would mean a HUGE amount of code to change... Adam K [EMAIL

Re: TidyView - preview your perltidy options

2006-09-14 Thread Adam Kennedy
And the second obvious question, while I'm thinking about it... When will we be able to install this from CPAN? :) Adam K [EMAIL PROTECTED] wrote: Hi all, I have release a pet project on Sourceforge called TidyView, at https://sourceforge.net/projects/tidyview/

Re: TidyView - preview your perltidy options

2006-09-14 Thread Ovid
- Original Message From: Adam Kennedy [EMAIL PROTECTED] Please excuse the stupid question, but is there any chance this could use Wx instead of Tk, since Wx installs from CPAN cleanly everywhere now (I think) and Tk doesn't seem to install properly. I finally gave up trying to

Re: TidyView - preview your perltidy options

2006-09-14 Thread Michael Carman
From: [EMAIL PROTECTED] colourised diff's between what you code originally looked like and how Perltidy formatted it would be a great addition, but I haven't a clue how to do it. Use Algorithm::Diff::sdiff() to calculate the differences, then parse the output to convert it into tagged text

Re: TidyView - preview your perltidy options

2006-09-14 Thread Michael Peters
Michael Carman wrote: From: [EMAIL PROTECTED] colourised diff's between what you code originally looked like and how Perltidy formatted it would be a great addition, but I haven't a clue how to do it. Use Algorithm::Diff::sdiff() to calculate the differences, then parse the output to

Re: TidyView - preview your perltidy options

2006-09-14 Thread Michael G Schwern
Ovid wrote: - Original Message From: Adam Kennedy [EMAIL PROTECTED] Please excuse the stupid question, but is there any chance this could use Wx instead of Tk, since Wx installs from CPAN cleanly everywhere now (I think) and Tk doesn't seem to install properly. I finally gave

Re: TidyView - preview your perltidy options

2006-09-14 Thread Adam Kennedy
I see the opposite. Alien::wxWidgets has gotten better and worse with each version, but gradually trending towards better. Tk, well there's a lot of scary errors there. I'd try Wx again every couple of Alien:: releases, and see how it goes if you let it build Wx itself. Adam K Ovid

RE: TidyView - preview your perltidy options

2006-09-14 Thread leif . eriksen
Subject: Re: TidyView - preview your perltidy options And the second obvious question, while I'm thinking about it... When will we be able to install this from CPAN? :) Adam K [EMAIL PROTECTED] wrote: Hi all, I have release a pet project on Sourceforge called TidyView, at https

RE: TidyView - preview your perltidy options

2006-09-14 Thread leif . eriksen
To: Leif Eriksen Cc: perl-qa@perl.org Subject: Re: TidyView - preview your perltidy options Please excuse the stupid question, but is there any chance this could use Wx instead of Tk, since Wx installs from CPAN cleanly everywhere now (I think) and Tk doesn't seem to install properly. But then I

Re: TidyView - preview your perltidy options

2006-09-14 Thread demerphq
September 2006 10:45 PM To: Leif Eriksen Cc: perl-qa@perl.org Subject: Re: TidyView - preview your perltidy options And the second obvious question, while I'm thinking about it... When will we be able to install this from CPAN? :) Adam K [EMAIL PROTECTED] wrote: Hi all, I have release a pet