docx4all in IntelliJ IDEA 7.0.3

1. Click on "Check out from version control"; choose SVN; put in the URL http://dev.plutext.org/svn/docx4all

Click folder "trunk", and select docx4all ...

2. When it asks "Create an IntelliJ project?", choose "yes";

Choose "import from external model", then choose Maven.

3. File > Settings > Project Settings > Project Settings: delete the Test Folders (to get rid of the issues with DivergencesTransmitTest.java)

4. File > Settings > Project Settings > Compiler: add ";?*.fx" to the 'resource patterns'

5. Navigate to src/main/java/org/docx4all/ui/main/WordMLEditor, then right click to run