Well, I found and reproduced the issue, here some info: OS: Windows vista ultimate, 32bit Padre: v0.25
I opened Padre from Start->Run->Padre (which opened a cmd window), and opened any perl file. Then I tried to find&replace / *$/ --> <nothing> - so it will remove the heading spaces While use regex is enabled, but instead of removing the heading spaces as should - it just removed the $ from all the variables assuming / */ means also 0 number of spaces.... Thanks Chanan PS: it's not an issue of cut&paste, as more an issue of find&replace Also here is the log created in the back: Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value $replace_term in substitution (s///) at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 162. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. Use of uninitialized value in subroutine entry at C:/Perl/site/lib/Padre/Wx/Dialog/Find.pm line 169. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Gabor Szabo Sent: Monday, February 02, 2009 2:28 PM To: Perl in Israel Subject: Re: [Israel.pm] FW: Padre: some issues / bugs > Hi All, > > My name is Chanan Berler, and currently I started working as a perl > programmer (as you can see my questions which I get pounded on ☺). > I decided to replace my old TextPad / NotePad++ / Scientilla / Perl Express > editors and try the Padre editor…. > > I got some questions: > > 1) When copy from one file to another the $ characters disappeared for me? Which version of Padre, what operating system and how did you try to copy the content? Oh I should guess from your use of TextPad that you are talking about Windows, but can you provide more details about your installation? > 2) I tried to find&replace this: " *$" → <nothing> - the idea to remove the > heading spaces – using regex > but it didn't work for me…. did anything happen or was that just silently ignored? Can you first try to construct the search part? > I tried to register to Padre support site, but although I register the user / > password didn't work for me… > This is why I am sending these questions. Again, what happened ? > Also is there a QA / Testing team, or ppl just sending questions like > me…since I sure will find some hidden magic perls, that I will need > to tell someone ☺ The developers are also testing, besides that you are the QA team. On Mon, Feb 2, 2009 at 2:00 PM, Chanan Berler <[email protected]> wrote: > Also does Padre supported <hot keys> - u see I configured TextPad to execute > the perl <file> using alt+1 and the perl -w <file> to alt+2 > and will happily look forward to do the same on Padre (f5 takes to much > moving my arms - hehehe) There is some work towards allowing user to configure their own hot-keys but it AFAIK is not finished yet. > > Thanks Thank you for trying Padre and reporting the issues you encounter. Gabor http://padre.perlide.org/ _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
