Fabien Benureau
9247c0d3f3
update check at startup
12 years ago
Olivier Mangin
53e6aa512e
Remove outdated add_library.
12 years ago
Jonathan Grizou
f29f1a96b5
Check if plugin as a parser command before adding it into the OrderedList.
...
Indeed some plugins may not need to define one.
12 years ago
Jonathan Grizou
4a91c4953c
Change back plugin.py to plugins.py + adapt PapersPlugin class protoype to command with args
12 years ago
Jonathan Grizou
31cf4de9d3
Change call for command from "cmds[cmd].command(**vars(args))" to "cmds[cmd].command(args)".
...
Applied the corresponding changes to command files.
AMakes it possible to declare and use additional parser inside subparsers.
May be useful for tag command. Will be implemented in texnote plugin.
12 years ago
Fabien Benureau
f528aa8a67
updated core. almost all tests are passing
12 years ago
Fabien Benureau
b4504278f2
more robust fake_fs testing; added papers add test
12 years ago
Fabien Benureau
13bd18cda9
working fs replacement enabling use case testing.
...
papers content was mostly moved to papers_cmd.py
You can now use papers_cmd.execute('papers tag Page99'.split()) from the code
12 years ago