Modify

Opened 6 years ago

Last modified 6 years ago

#13352 new enhancement

WikiAutoComplete support

Reported by: Peter Suter Owned by: lucid
Priority: normal Component: MailArchivePlugin
Severity: normal Keywords: WikiAutoCompletePlugin
Cc: Trac Release:

Description

We could add optional support for mail:... completions with WikiAutoCompletePlugin by implementing the interface from #13072.

Attachments (1)

T13352_wikiautocomplete.diff (2.1 KB) - added by Peter Suter 6 years ago.

Download all attachments as: .zip

Change History (3)

Changed 6 years ago by Peter Suter

comment:1 Changed 6 years ago by Ryan J Ollos

You may want a few lines in setup.py to support the case that WikiAutoCompletePlugin is not installed. Something like:

extras_require = {'wikiautocomplete': 'wikiautocomplete'},
...
entry_points = {'trac.plugins': [
...
    'mailarchive.autocomplete = mailarchive.autocomplete[wikiautocomplete]',
}
Last edited 6 years ago by Ryan J Ollos (previous) (diff)

comment:2 Changed 6 years ago by Peter Suter

Ah, I wondered how to do this. Thanks!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain lucid.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.