summaryrefslogtreecommitdiff
path: root/doc/source/dev/overview.rst
AgeCommit message (Collapse)Author
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions.
2016-07-27Fix doc buildingmathieui
Broken by the namespace change
2015-02-08Update the development documentationmathieui
talk about the command args parser, mention slixmpp
2013-08-01Fix #2049 (get the current completed argument)mathieui
A command argument can now be completed even if it isn’t the last one in the input. - Add a new method Input.new_completion Almost like the old auto_completion method, except taht it takes another argument: argument_position, which is the argument to be completed. - Methods using the old completion method still work - All completion methods in poezio now use the new one if necessary - Further details can be found in the docstring of new_completion
2013-04-13Add the last pages, and the plugin examplesmathieui