hsz / idea-latex

LaTeX plugin for IntelliJ IDEA

Home Page:https://plugins.jetbrains.com/plugin/7660

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The source code in the repository is incomplete

davidschreiber opened this issue · comments

I wanted to check out the plugin code and see if I can contribute to this project (since writing LaTeX in IntelliJ would be freaking awesome) but it seems that you have not published the complete source code to GitHub.

Is this by intention or did you miss out some files while committing? For example the mobi.hsz.idea.latex.psi.LatexTypes class is missing – and as far as I can see there are other classes missing as well.

I count 15 missing Java files

Missing Java files.

@davidschreiber Thank you for reporting.

Those files are automatically generated by the IntelliJ BNF/JFlex plugins and that's why they are not attached with the source code.

Anyway they should be generated into the gen/ directory, not src/.

Currently doc is not updated, but the same process is described in my idea-gitignore project:

https://github.com/hsz/idea-gitignore#compiling-the-source-code