37 Commits (08811b842f4091f67d26350510f58f3c6427a468)

Author SHA1 Message Date
Olivier Mangin 6e68bd5251 Simplifies loading of plugins parsers.
12 years ago
jgrizou 6b738a3f6c Add autofill keyword in texnote
12 years ago
Jonathan Grizou 8524b9d5b8 Allow for glossary in texnote. Implies ruuning makeglosaries in latex_tools and changes in template files.
12 years ago
jgrizou 62e3c8e9e4 Fixed bug in generate_bib in texnote
12 years ago
jgrizou 67dc6d1983 Removed AddEvent on texnote
12 years ago
jgrizou 22324bcd8d Do not ask confirmation on RemoveEvent for texnote
12 years ago
Jonathan Grizou 9f1b5e9813 Extract note feature. Ready to compile several note together.
12 years ago
Jonathan Grizou e76dfbca8f Deported latex command.
12 years ago
Jonathan Grizou fb55d903fe Ad generate_pdf command.
12 years ago
Jonathan Grizou 9626ec5330 Delete remaining print.
12 years ago
Jonathan Grizou 2a2eb5ed96 More advance autofill.
12 years ago
Jonathan Grizou 330532fd82 Remove ask confirmation + force mode.
12 years ago
Jonathan Grizou 44f61fb810 Implemented deep clean which erase every file that is not a '.tex' and every '.tex' file that has no associated paper.
12 years ago
Jonathan Grizou 22cc96cd62 Clean command -> removes all file that are not texfile
12 years ago
Jonathan Grizou 22ed4c8a5a Cleaner/smarter autofill. We also autofill the location of the style and bibfile.
12 years ago
Jonathan Grizou 15870ecffe Autofill more proper. Use the \autofill{FIELD}{} in body.tex to enable autofill. See the \autofill command in style.sty.
12 years ago
Jonathan Grizou b233c1a0b2 Added bib file generation.
12 years ago
Jonathan Grizou fb3bedfeb1 Delete remaining or header argument.
12 years ago
Jonathan Grizou 473d4ffb36 Adapt to changes in helpers.py
12 years ago
Jonathan Grizou 707adb039c Plugin texnote adapted to new ui system.
12 years ago
jgrizou 4f4a58d81c Texnote robust. Should implement test now.
12 years ago
jgrizou 248055ded9 Fixed error in RenameEvent from previosu chages in repo
12 years ago
jgrizou 3f1f9623cf texnote plugin integrate all current event
12 years ago
jgrizou 76d1ef3931 Texnote usable.
12 years ago
jgrizou 1f91712b31 Changed init of texnote to pass tests.
12 years ago
jgrizou ebff1bb4e4 Updated texnote, not working yet
12 years ago
Jonathan Grizou e9b0373456 Some test on texnote
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)".
12 years ago
Fabien Benureau f528aa8a67 updated core. almost all tests are passing
12 years ago
Fabien Benureau 500667baae more usecase test, hack-fixed plugins.
12 years ago
Jonathan Grizou 112d6269d7 Verification problème decoration event dans classe
12 years ago
Jonathan Grizou 9134ac62da Error when renaming plugins.py in plugin.py, in texnote the import name was not changed.
12 years ago
Olivier Mangin 6d303b2c4c Simplifies event mechanism.
12 years ago
jgrizou 415b1b37c5 args in event mechanism
12 years ago
Jonathan Grizou ed44a2c262 Event mechanism working perfectly and very simple and clean
12 years ago
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.
12 years ago