tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

Separate the find button between PPQT's and the user #110

Closed bibimbop closed 11 years ago

bibimbop commented 11 years ago

To avoid confusion, the button in Find should be split into 2 parts. On set for the user, and one for the extras from PPQT. Both could have the drop-down menu mentionned in issue #109. The files for the buttons could be automatically found from the book directory and the PPQT's user directory. "load buttons" should still exist.

tallforasmurf commented 11 years ago

My hope is that users will create new button sets -- perhaps based on the ones I distribute or perhaps original -- and share them -- "download Joe's Excellent Find Buttons, they are better than the original" -- also that more experienced users who are comfortable with REs might develop button sets unique to their particular projects. (For example working on a play is very different from working on a novel and one might have a whole set of buttons for stepping from scene to scene or patching dialog.)

For these reasons I don't want to make any programmatic distinction between the distributed buttons in extras and other button files.