Open docx content within Eclipse XML editor -


given docx format consists of bunch of zipped xml files, wonder whether possible view / edit within eclipse ide without manual unzipping , rezipping.

this plugin provides wanted feature:

usage:

  1. install plugin via eclipse marketplace
  2. right-click on docx file
  3. choose open with > other , select zipeditor
  4. double-click on document.xml
  5. run formatter via ctrl+shift+f
  6. edit content , save
  7. on tab close zipeditor asks updating zip file

Comments

Popular posts from this blog

python - PyInstaller UAC not working in onefile mode -

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -