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.
...
We also allow for the user to choose the bibstyle in the config file.
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.
...
Added a edit_file function in files.
12 years ago
jgrizou
1f91712b31
Changed init of texnote to pass tests.
12 years ago
jgrizou
ebff1bb4e4
Updated texnote, not working yet
...
Add a check_directory in files.py
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)".
...
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
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.
...
- moves RemoveEvent to events
- makes listen a classmethod of the event
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