summaryrefslogtreecommitdiff
path: root/src/decorators.py
AgeCommit message (Collapse)Author
2014-12-18Allow -1 as a value for optional arguments in the args parser to collect an ↵mathieui
unspecified number of items
2014-11-25Parse command arguments using a decorator and make things more consistentFlorent Le Coz
Avoid surprises with some commands accepting quoted arguments and some other not. fix #2555
2014-03-23Fix formatting, some typos, and unused code, and add docstringsmathieui
- No idea why subclasses of ConversationTab were working before (info_header was overriden with None in __init__) - Or why the date parsing worked (“Exeception”) - Some more reformatting with pylint indications - Document each module in the tabs module
2013-08-03Remove test code added by accidentmathieui
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
2012-10-15Fix a refresh issue with /messagemathieui
2012-10-14Also add the decorators modulemathieui