15 Commits

Author SHA1 Message Date
jgrizou
3f1f9623cf texnote plugin integrate all current event 2013-07-05 18:09:02 +02:00
jgrizou
76d1ef3931 Texnote usable.
Added a edit_file function in files.
2013-07-04 16:19:46 +02:00
jgrizou
1f91712b31 Changed init of texnote to pass tests. 2013-07-04 12:23:10 +02:00
jgrizou
ebff1bb4e4 Updated texnote, not working yet
Add a check_directory in files.py
2013-07-04 12:10:23 +02:00
Jonathan Grizou
e9b0373456 Some test on texnote 2013-07-04 00:09:17 +02:00
Jonathan Grizou
4a91c4953c Change back plugin.py to plugins.py + adapt PapersPlugin class protoype to command with args 2013-07-03 23:12:32 +02:00
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.
2013-07-03 23:01:47 +02:00
Fabien Benureau
f528aa8a67 updated core. almost all tests are passing 2013-07-02 14:05:32 +01:00
Fabien Benureau
500667baae more usecase test, hack-fixed plugins. 2013-06-30 18:40:34 +01:00
Jonathan Grizou
112d6269d7 Verification problème decoration event dans classe 2013-06-28 10:43:32 +02:00
Jonathan Grizou
9134ac62da Error when renaming plugins.py in plugin.py, in texnote the import name was not changed. 2013-06-28 00:29:55 +02:00
Olivier Mangin
6d303b2c4c Simplifies event mechanism.
- moves RemoveEvent to events
- makes listen a classmethod of the event
2013-06-27 18:35:57 +02:00
jgrizou
415b1b37c5 args in event mechanism 2013-06-26 20:00:44 +02:00
Jonathan Grizou
ed44a2c262 Event mechanism working perfectly and very simple and clean 2013-06-26 12:19:24 +02:00
jgrizou
ff195c0859 Plugins class created and handle for the parse. Next step is to code the event messages. Next one is to code the setup extension. 2013-06-25 19:45:00 +02:00