cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
393 stars 36 forks source link

Add class (.cls) edition #126

Closed sfeuga closed 4 years ago

sfeuga commented 4 years ago

A good improvement will be the ability to create/edit tex class (.cls) directly in Setzer.

For now, we need to use an external editor ;)

cvfosammmm commented 4 years ago

Hm, I never worked on a .cls file myself, but I guess this should be a special editing mode (like BibTeX currently), as most of the LaTeX functions aren't relevant for .cls files. What do you think?

I will probably not work on this feature myself.

sfeuga commented 4 years ago

@cvfosammmm Hi, I'm not sure this is complex as BibTeX. I can try to implement it by myself. I never did UI with python or use meson, but the good point is I'm already a developer ;).

Do anyone have a starting point ? If not, I will wrote a little page on the wiki on that if you're ok.

cvfosammmm commented 4 years ago

@sfeuga Sorry I missed your message. You can open .cls and .sty files with latest master. But there are no special functions, no autocomplete, ... If you have any suggestions for improvements, please file a new issue.