{5} Accepted, Active Tickets by Owner (Full Description) (12 matches)

List tickets accepted, group by ticket owner. This report demonstrates the use of full-row display.

adamk (1 match)

Ticket Summary Component Milestone Type Created
Description
#1374 when you open a file that is not in a Padre Session or Perl project editor defect 01/05/12

It's just annoying that you can not open stray files.

Use of uninitialized value $chd in concatenation (.) or string at /usr/src/Padre/Padre/lib/Padre/Wx/Directory.pm line 586.
Something is wrong as one of the directory objects is undef (position=31, child=Wx::TreeItemId=SCALAR(0xe11f588), chd=) at /usr/src/Padre/Padre/lib/Padre/Wx/Directory.pm line 586.

bowtie (1 match)

Ticket Summary Component Milestone Type Created
Description
#1388 Using breakpoints toolbar item on un-named file causes crash Debugger for Perl 5 defect 01/24/12

On the latest svn:

If the breakpoints toolbar item is clicked while a file has not yet been named (new file), it executes the code in Breakpoints.pm 'set_breakpoints_clicked'.

The breakpoints SQL query dies there for me because of a null file name, and the error isn't trapped (in svn), and Padre crashes for me.

My guess would be that it makes sense to prompt the user if they should save the file, but I don't know enough about the code to know if we should also do the same if there are any unsaved changes in the file?


jquelin (1 match)

Ticket Summary Component Milestone Type Created
Description
#224 padre chokes on files containing NULL byte (^@) editor defect 01/13/09
  1. download mycology at  http://users.tkk.fi/~mniemenm/files/befunge/mycology/mycology.zip
  2. unzip it
  3. open mycology/mycology.b98 with padre

==> it takes a looooong time to load, and is rendered as utf8 crap

note: a) this file is in dos mode. however, converting it to unix with: $ perl -pi -e 's/\r\n/\n/g' mycology.b98 doesn't change the problem. b) other files from this archive open nicely c) it also happens when opening mycology.b98 from an opened padre


ryan52 (2 matches)

Ticket Summary Component Milestone Type Created
Description
#313 single_instance_start: please bind on UNIX domain socket on systems that support them Single Instance defect 05/09/09

The single instance server binds on 127.0.0.1:4444 and then performs some tasks on demand without any authentication.

On multi-user systems this is a security breach. Please use UNIX domain socket (somewhere in user's home directory, protected with appropriate permissions) on systems that support it.

Thanks for considering.


#110 Interactive shell REPL Satisfy all the requirements of PerlMonks enhancement 11/10/08

submersible_toaster (5 matches)

Ticket Summary Component Milestone Type Created
Description
#327 search entry in docbrowser not really intuitive POD based help defect 05/11/09

in docbrowser, the "search" label is at the left, the entry is far right. and there's no button pre-selected (labeled "search" or whatever) that could hint the user what the entry is


#57 Show only modules with POD in them POD based help Satisfy all the requirements of PerlMonks enhancement 08/26/08

If a file exists but no pod in there, don't show just a white page.


#59 Indexing PODs POD based help Satisfy all the requirements of PerlMonks enhancement 08/26/08

Indexing the words of all the pod files? (Search engine?) Indexing the function names only?


#664 Integrate POD2::FR, POD2::IT and in general any POD2::8 module POD based help enhancement 10/08/09

Make sure thay can be viewed correctly with the docbrowser and Padre can be configured to use those or the English version.

Padre should probably default to the relevant language if the POD2::* of the default encoding is available.


#951 verbatim Pod not rendered correctly POD based help defect 05/17/10

Reported by run4flat on IRC.

=pod

Here's a normal pod paragraph that is I<supposed> to italicize text in IE<lt>E<gt> tags.

    Here's a verbatim paragraph. I<Italicized text should not be italicized>, but
    should have the I< and > signs.

=cut

View with Help->Current Document.

Expected behaviour: Does not treat the formatting codes in the verbatim paragraph.

Actual behaviour: Padre interprets the Pod markup in the verbatim paragraph.


szabgab (1 match)

Ticket Summary Component Milestone Type Created
Description
#1171 Regex Editor highlighting seems to be broken Regex Editor defect 03/16/11

When I open the Regex editor now it has \w+ as a regex and still it does not highlight any part of the "Matched text"


waxhead (1 match)

Ticket Summary Component Milestone Type Created
Description
#435 Docbrowsers should indicate the source of the file currently displayed POD based help enhancement 07/02/09

Maybe there should be a status bar with the full path of the file so if there are multiple copies of the same file on the system (install, in lib/, in blib/lib/) we can know which one was opened.


Note: See TracReports for help on using and creating reports.