Ticket #1391 (closed defect: duplicate)
Hit unfixed bug in directory browser, disabling it
| Reported by: | bowtie | Owned by: | adamk |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | Project Browser | Version: | 0.95 |
| Keywords: | Cc: |
Description
A new one on me so here goes.
Padre 0.95
Core...
osname linux
archname i686-linux-thread-multi
Distribution Ubuntu 11.04
Kernel 2.6.38-13-generic
Perl 5.14.2
Threads 10
RAM (unsupported)
Wx...
Wx 0.9903
WxWidgets 2.8.11
unicode 1
Alien::wxWidgets 0.54
Wx::Perl::ProcessStream 0.30
Wx::Scintilla 0.36
Other...
PPI 1.215
Debug::Client 0.16
Config /usr/src/Padre/Padre/.padre
Inspired by alias earlier today,
http://sourceforge.net/tracker/?func=detail&aid=1822598&group_id=171819&atid=859388
I was playing around with sloccount and sloc2html.py
when loading sloc2html.patch
23c23 < "lex" : "silver" --- > "lex" : "silver", 69c69,72 < num, project, langs = split ( line ) --- > try: > num, project, langs = split ( line ) > except: > break 73c76,79 < l, n = split ( lang, "=" ) --- > try: > l,n = lang.split( "=" ) > except: > continue
I got this lovely error dialogue with the following message
Hit unfixed bug in directory browser, disabling it
and this on command line
GetPlData is bizarely undef for position=1 and child=Wx::TreeItemId=SCALAR(0xb16d7a0) at /usr/src/Padre/Padre/lib/Padre/Wx/Directory.pm line 593.
Padre then closed the Project Browser panel
set as trivial, as it was only by chance I found this.
ps. alias this is what happens when you get all excited :)

see #1374