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

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

Sewi (1 match)

Ticket Summary Component Milestone Type Created
Description
#663 Rewritten Win32 launcher editor enhancement 10/07/09

I completely rewrote the Win32 launcher. Here are the features of the new launcher: - localisable with resource file - only kernel32 and user32 libraries used (no more shell32 and msvcrt could be bypassed too if I find the right gcc/ld flags) - quotes around Padre script path (to allow perl path containing spaces) - fixed the build script


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 editor 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 editor Satisfy all the requirements of PerlMonks enhancement 11/10/08

submersible_toaster (4 matches)

Ticket Summary Component Milestone Type Created
Description
#327 search entry in docbrowser not really intuitive podviewer 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 podviewer 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 podviewer 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 editor 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.


tsee (1 match)

Ticket Summary Component Milestone Type Created
Description
#67 Ctrl-P/Ctrl-N autocompletion editor Satisfy all the requirements of PerlMonks enhancement 08/29/08

The current Ctrl-p autocompletion is modeled after what vim does. That's great. (I use vim.) However, vim has two modes of autocompletion that I know of and having them both would be a big win for me: Ctrl-N searches forward in the file from the current position and Ctrl-P searches backwards from the current position.

Any chance we can have both with the same semantics as vim?

I'll see whether I can come up with a patch soon.

Cheers, Steffen


waxhead (1 match)

Ticket Summary Component Milestone Type Created
Description
#435 Docbrowsers should indicate the source of the file currently displayed editor 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.


zenogantner (3 matches)

Ticket Summary Component Milestone Type Created
Description
#541 wrong outline can get displayed for a document editor defect 09/10/09

Steps to reproduce: Open a big file and a small file. I did it with Padre/Wx/Main.pm (big) and Wx/Perl/Dialog.pm (small.) Select Main.pm tab, then (quickly!) select Dialog.pm tab. The outline for Dialog.pm is displayed, then after a while, the outline for Main.pm replaces it.

I would guess that the Main.pm outline calculation takes longer to complete than the Dialog.pm outline calculation, and when it finishes, it doesn't bother to check whether Main.pm is still the open tab.

This is related to #538, I'd guess.


#452 focus order in »Find and Replace« dialog is buggered editor defect 07/15/09

1. Open a document and type Ctrl+R to bring up the »Find and Replace« dialog. 2. Focus starts in the input field »Find Text:«. Repeatedly press the Tab key to cycle focus over all UI elements.

What should happen: Focus changes to UI elements (in order from top to bottom, from left to right):

  • checkbox »Use Regex«
  • input field »Replace Text:«
  • checkbox »Case Insensitive«
  • checkbox »Search Backwards«
  • checkbox »Close Window on Hit«
  • checkbox »Replace All«
  • button »Find Next«
  • button »Replace«
  • button »Cancel«
  • start over at input field »Find Text:«

What really happens: Focus changes in arbitrary order. When focus reaches the button »Find Next«, the focus hangs and cannot go either forward or backward.


#915 Syntax highlighting for Java, C# editor enhancement 04/01/10

They are major languages, so we should support them at least a bit.


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