Ticket #196 (closed enhancement: fixed)
Further buffer abstraction
| Reported by: | Q | Owned by: | Q |
|---|---|---|---|
| Priority: | medium | Milestone: | |
| Component: | Qwitter Core | Version: | Mercurial Tip |
| Keywords: | abstraction | Cc: |
Description
Many methods must be pulled out of the base twitter buffer class into the new messages buffer class and generalized, with the appropriate modifications left in as extensions in the twitter buffer. The messages buffer should take over things such as get_text, get_urls, etc, even if it simply is there to lay out the API/demonstrate implementation.
Change History
comment:2 Changed 19 months ago by AKJ <me@…>
- Status changed from new to closed
- Resolution set to fixed
(In [95debf9cd258]) AKJ: In Twitter, ctrl+win+enter now opens the first URL of the focused item. Closes #196.
comment:3 Changed 19 months ago by Matador
- Status changed from closed to reopened
- Resolution fixed deleted
Note: See
TracTickets for help on using
tickets.

(In [b486995be3b1]) Added abstract get_text method to base messages buffer class. refs #196