Commit graph

7 commits

Author SHA1 Message Date
Emmanuel Gil Peyrot
7d6cd69511 Fix several typos in the docs.
Thanks Mopi!
2019-01-04 13:54:28 +01:00
mathieui
0fca40246b
Fix a typo in the docs 2017-11-13 00:34:55 +01:00
mathieui
84e59b05ff Don’t call input completion() functions inside completion methods
Use a placeholder object that can run it afterwards, so that we don’t
have side effects inside those functions.
2016-08-21 15:39:30 +02:00
mathieui
f6960d09f0 Fix doc building
Broken by the namespace change
2016-07-27 19:05:27 +02:00
mathieui
51b84645f0
Update the development documentation
talk about the command args parser, mention slixmpp
2015-02-08 15:26:37 +01:00
mathieui
bb59771d99 Fix #2049 (get the current completed argument)
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-08-01 20:17:12 +02:00
mathieui
f262d9f779 Add the last pages, and the plugin examples 2013-04-13 22:56:00 +02:00