Chris Jones
|
cd5c4c1056
|
Allow plugins to override the open/copy menu items in the terminal context menu. Also set these values for all of the default plugins. When copying a URL, run it through the URL preparer - this means wusers will get the resulting URI on their clipboard, rather than the original text sometimes and the URI some other times, depending on the type of URI
|
2012-01-14 20:09:25 +00:00 |
Chris Jones
|
6dce92b1a0
|
Make pylint happier with plugins
|
2010-06-10 16:56:17 +01:00 |
Chris Jones
|
0b5cf876ba
|
Move the base plugin classes to plugin.py for cleaner importing in additional plugins
|
2010-01-05 22:22:13 +00:00 |
Chris Jones
|
42e022a938
|
Make the factory uglier, but better able to handle not running from inside the library, and make the plugins import from the library. These changes make it possible to run epicrefactor from outside itself, which is necessary to make the top level terminator script work with it
|
2010-01-04 13:46:55 +00:00 |
Chris Jones
|
6058727cdb
|
Port RainCT's LP Code URL handler to a plugin
|
2010-01-02 01:40:26 +00:00 |
Chris Jones
|
714425dfbe
|
Fix apturl handler name and rename LaunchpadURLHandler to LaunchpadBugURLHandler since we are likely to grow a handler for code URLs
|
2009-12-30 01:50:18 +00:00 |
Chris Jones
|
0a67d73592
|
Extend the url_handler plugins to include apt: support
|
2009-12-23 17:30:26 +00:00 |
Chris Jones
|
5dc643a3b2
|
Add some docstrings
|
2009-12-17 23:30:12 +00:00 |
Chris Jones
|
b84f593404
|
port over launchpad specific URL handling from Terminal
|
2009-12-17 23:17:03 +00:00 |
Chris Jones
|
01bb454d90
|
stop (ab)using __subclasses__ isntead interrogating the imported plugin modules for a predefined list of the plugin classes they contain, and always instantiate them when they are imported. Add a test plugin only useful for doctest
|
2009-12-17 13:51:55 +00:00 |
Chris Jones
|
209c37aa34
|
ridiculously simple and non-functional plugin
|
2009-12-17 01:09:13 +00:00 |