Opened 15 years ago
Closed 15 years ago
#177 closed plugin-request (WontFix)
Drag select in scheduler plugin
Reported by: | ben@… | Owned by: | markybob |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | Plugin | Version: | 0.5.8.6 |
Keywords: | scheduler plugin | Cc: |
Description
Not so much a plugin request as a "I wrote some code to add a feature and here's the patch". It adds drag select to the time selection grid in the scheduler plugin rather than having to click all those little boxes one at a time.
I know it's not really useful to any scheduler user who has already setup their schedule already, but I was getting bored in an introductory Python lecture and I had the code laying around....
Attachments (1)
Change History (3)
Changed 15 years ago by ben@…
comment:1 Changed 15 years ago by anonymous
comment:2 Changed 15 years ago by markybob
- Resolution set to wontfix
- Status changed from new to closed
All 0.5 tickets are being closed. The branch is dead and won't be maintained any further.
Note: See
TracTickets for help on using
tickets.
lol ok I'm a dope, I'm misrepresenting what I did. I remember now, I went in to add drag select and realised it was already implemented, but not in a way that I could discover intuitively as an end user. This patch doesn't add drag select, it just changes the way the existing functionality works to the way I expected it to work. Add or not depending on which method you think makes more sense.