TrilbyWhite / Slider

PDF presentation tool
GNU General Public License v3.0
54 stars 12 forks source link

persistent drawings #9

Closed maattdd closed 11 years ago

maattdd commented 11 years ago

Would it be possible to have an option to get persistent drawings for the time of the presentation ?

TrilbyWhite commented 11 years ago

Can you elaborate? Are you referring to the drawing 'pens'?

maattdd commented 11 years ago

Yes. Right now, if you draw on slide X and then show slide Y, going back to slide X doesn't show the drawing anymore. I would more expect them to be persistent, and maybe an 'erase' command or whatever ?

On Mon, Jun 10, 2013 at 7:22 PM, Jesse McClure notifications@github.comwrote:

Can you elaborate? Are you referring to the drawing 'pens'?

— Reply to this email directly or view it on GitHubhttps://github.com/TrilbyWhite/Slider/issues/9#issuecomment-19232590 .

TrilbyWhite commented 11 years ago

These were mostly a novelty, so I never thought of doing much more with them. I don't think it would be hard to implement this as an option - I'll take a look at this over the weekend.

TrilbyWhite commented 11 years ago

I just looked into this, and as long as you don't want anything written to the pdf itself, just to stay persistent within a session, that will be extremely easy. Expect it to see it pushed to git tomorrow morning (morning here is ~1400 UTC).

TrilbyWhite commented 11 years ago

Done.

I've made this optional, use perm_pen (or permrect) to have persistent drawings, or use pen or rectangle for the previous behavior. I've bound the perm versions to shift+key in the default config: shift+F1 - shift+F6 for permanent drawing pens. Feel free to modify the bindings as desired.

Please confirm if this works and does what you were hoping for.

maattdd commented 11 years ago

Thanks.

That's working and it's exactly what I was expecting.

On Tue, Jun 11, 2013 at 12:19 PM, Jesse McClure notifications@github.comwrote:

Done.

I've made this optional, use perm_pen (or permrect) to have persistent drawings, or use pen or rectangle for the previous behavior. I've bound the perm versions to shift+key in the default config: shift+F1 - shift+F6 for permanent drawing pens. Feel free to modify the bindings as desired.

Please confirm if this works and does what you were hoping for.

— Reply to this email directly or view it on GitHubhttps://github.com/TrilbyWhite/Slider/issues/9#issuecomment-19272775 .

TrilbyWhite commented 11 years ago

Your welcome. It was a great idea - feel free to let me know if you have other ways to improve Slider.