Grinnz / perldoc-browser

Perldoc Browser
https://perldoc.perl.org
Artistic License 2.0
55 stars 21 forks source link

Configurable menu bar #21

Open Grinnz opened 5 years ago

Grinnz commented 5 years ago

The elements and ordering on the menu bar should be configurable to better support the needs of instances other than the main one. This can easily be done with two array config options for left and right placement.

kiwiroy commented 5 years ago

Would this include support for perlbrew local::lib libs?

Grinnz commented 5 years ago

It would not. These are intentionally not supported because they can only work for one Perl, and the user running perldoc-browser might have one enabled that does not apply. Supporting it would require configuration for extra libs for each Perl, but feel free to open an issue if it's a feature you want.

kiwiroy commented 5 years ago

Supporting it would require configuration for extra libs for each Perl, but feel free to open an issue if it's a feature you want.

Yeah, the issue is they go in $PERLBREW_HOME/libs, so at least that variable needs config. I might open an issue if I can find reasons other than would be cool.