Hi,
with pd-0.48.0test6 on Windows 7 the help browser doesn't expand anymore to the right, i.e. I can't open folders in the right column. also, when I add the user path "C:/Pd/abs", the "abs" folder doesn't have a name, it just shows up as "/" whereas in pd-0.47.1 it showed up as "abs/".
see attached screenshot.
Christof
sorry, forgot attachment
Gesendet: Sonntag, 30. Juli 2017 um 22:12 Uhr Von: "Christof Ressi" christof.ressi@gmx.at An: "Miller Puckette" msp@ucsd.edu Cc: "Dan Wilcox" danomatika@gmail.com, pd-dev pd-dev@lists.iem.at Betreff: [PD-dev] pd-0.48.0test6: help browser doesn't expand.
Hi,
with pd-0.48.0test6 on Windows 7 the help browser doesn't expand anymore to the right, i.e. I can't open folders in the right column. also, when I add the user path "C:/Pd/abs", the "abs" folder doesn't have a name, it just shows up as "/" whereas in pd-0.47.1 it showed up as "abs/".
see attached screenshot.
Christof
Pd-dev mailing list Pd-dev@lists.iem.at https://lists.puredata.info/listinfo/pd-dev
I'll look tomorrow on windows 10. It's probably just a windows path issue...
On Jul 30, 2017, at 10:12 PM, Christof Ressi christof.ressi@gmx.at wrote:
Hi,
with pd-0.48.0test6 on Windows 7 the help browser doesn't expand anymore to the right, i.e. I can't open folders in the right column. also, when I add the user path "C:/Pd/abs", the "abs" folder doesn't have a name, it just shows up as "/" whereas in pd-0.47.1 it showed up as "abs/".
see attached screenshot.
Christof
-------- Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/
I think I have folders not showing up this fixed in https://github.com/pure-data/pure-data/pull/154 https://github.com/pure-data/pure-data/pull/154
The user search paths were appending a slash twice leading to empty dir names. Turns out we didn't need to be doing that as it was handled in a different place anyway.
As for the columns not updating, I'm not seeing that with the test6 build on Windows 10. Its working fine.
You can test the changes by the relevant line toward the bottom of your tcl/helpbrowser.tcl file: https://github.com/pure-data/pure-data/pull/154/files#diff-b28d6ffaca2596eeb... https://github.com/pure-data/pure-data/pull/154/files#diff-b28d6ffaca2596eebd6ad414c073f4d1
On Jul 30, 2017, at 10:21 PM, Dan Wilcox danomatika@gmail.com wrote:
I'll look tomorrow on windows 10. It's probably just a windows path issue...
On Jul 30, 2017, at 10:12 PM, Christof Ressi <christof.ressi@gmx.at mailto:christof.ressi@gmx.at> wrote:
Hi,
with pd-0.48.0test6 on Windows 7 the help browser doesn't expand anymore to the right, i.e. I can't open folders in the right column. also, when I add the user path "C:/Pd/abs", the "abs" folder doesn't have a name, it just shows up as "/" whereas in pd-0.47.1 it showed up as "abs/".
see attached screenshot.
Christof
-------- Dan Wilcox @danomatika http://twitter.com/danomatika danomatika.com http://danomatika.com/ robotcowboy.com http://robotcowboy.com/