[Lily4jedit-devel] Internal PDF viewer preliminary version
Brought to you by:
fodber
From: Bertalan F. <fo...@fr...> - 2005-03-29 13:35:23
|
Hello, we have multivalent working as our internal PDF viewer. However, we must patch jEdit and multivalent as well. I've sent my proposals for the developers of them, to apply these patches in the next release, but I've got no response yet. So we must apply the patches manually in the meantime: 1. jEdit patch: replace org/gjt/sp/jedit/JARClassLoader.class in jedit.jar with: http://lily4jedit.sf.net/JARClassLoader.class and http://lily4jedit.sf.net/JARClassLoader$1SingleElementEnumeration.class 2. multivalent patch: replace multivalent/Multivalent.class, multivalent/Multivalent$1.class, multivalent/Cache.class, multivalent/node/LeafShape.class in multivalent20040415.jar with: http://lily4jedit.sf.net/Multivalent.class http://lily4jedit.sf.net/Multivalent$1.class http://lily4jedit.sf.net/Cache.class http://lily4jedit.sf.net/LeafShape.class If that's ready, just click on LilyPond>Process/View>View output (PDF) Note that there is very preliminary support for PDF point-and-click (which is available in recent development versions of LilyPond), i.e. there is no filename handling. The next task is to copy functionality from JDVI to our PDFView class. Bert |