Skip to content

Commit

Permalink
Add version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Borisvl committed Apr 9, 2012
1 parent b96a3d4 commit b02d593
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 1 deletion.
Binary file removed artifacts.jar
Binary file not shown.
Binary file removed content.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions doc.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ <h1 id="title"><a href="doc.html">Pdf4Eclipse: Documentation</a></h1>


<div id="contents"> <div id="contents">


<h2>PDF renderer</h2>
<p>
Since version 1.1.0, Pdf4Eclipse supports two different libraries to render the pdf documents.
The pdf renderer from SUN is fast and supports a wide range of documents. It does not support
CID Type 0 fonts, which are often used in documents with Asian character sets.
The JPedal renderer has a higher compatibility and supports all font types. It is a little
bit slower though. You can change the renderer used in Pdf4Eclipse's preferences.
</p>
<h2>Navigation</h2> <h2>Navigation</h2>
<p> <p>
To navigate in a pdf document you can use the keyboard or the mouse wheel. If To navigate in a pdf document you can use the keyboard or the mouse wheel. If
Expand Down
Binary file added features/de.vonloesch.pdf4eclipse_1.1.0.jar
Binary file not shown.
15 changes: 14 additions & 1 deletion index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -58,6 +58,13 @@ <h1 id="title"><a href="index.html">Pdf4Eclipse, a pdf reader plugin for Eclipse
a complete integration of SyncTeX, which allows forward and inverse search in pdf files. a complete integration of SyncTeX, which allows forward and inverse search in pdf files.
This makes it a perfect viewer for documents created with This makes it a perfect viewer for documents created with
<a href="http://texlipse.sf.net">TeXlipse</a>.</p> <a href="http://texlipse.sf.net">TeXlipse</a>.</p>
<p>
To render the pdf documents Pdf4Eclipse uses two different libraries:
A <a href="https://github.com/Borisvl/PDFrenderer">fork</a>
of <a href="http://java.net/projects/pdf-renderer">SUN's pdfrenderer</a> and
the LPGL version of the <a href="http://www.jpedal.org">JPedal library</a>.
To change the renderer use Pdf4Eclipse's preferences.
</p>
<h2>Screenshot</h2> <h2>Screenshot</h2>
<p> <p>
The following screenshot shows a side-by-side view of a LaTeX document and The following screenshot shows a side-by-side view of a LaTeX document and
Expand All @@ -69,7 +76,7 @@ <h2>Screenshot</h2>
</p> </p>
<h2>Features</h2> <h2>Features</h2>
<ul> <ul>
<li>Support of a wide range of pdf documents</li> <li>Two different pdf renderers to support of a wide range of pdf documents</li>
<li>Bookmarks can be shown in the outline view</li> <li>Bookmarks can be shown in the outline view</li>
<li>Uses the look-and-feel of Eclipse</li> <li>Uses the look-and-feel of Eclipse</li>
<li>Supports links in pdfs</li> <li>Supports links in pdfs</li>
Expand All @@ -94,6 +101,12 @@ <h2>Quick installation</h2>
</p> </p>
<h2>Changelog</h2> <h2>Changelog</h2>
<ul> <ul>
<li>1.1.0 (09.04.2012)
<ul>
<li>Besides Sun's pdf renderer this version adds also JPedal's pdf renderer to support a
larger number of pdf documents</li>
<li>Some refactorings</li>
</ul>
<li>1.0.2 (21.03.2012) <li>1.0.2 (21.03.2012)
<ul> <ul>
<li>Add "pseudo continuous scrolling", panning and zooming per mouse wheel (thanks to MeisterYeti)</li> <li>Add "pseudo continuous scrolling", panning and zooming per mouse wheel (thanks to MeisterYeti)</li>
Expand Down
Binary file not shown.
Binary file added plugins/de.vonloesch.pdf4eclipse.help_1.1.0.jar
Binary file not shown.
Binary file added plugins/org.jpedal.pdf_4.73.26.jar
Binary file not shown.
3 changes: 3 additions & 0 deletions site.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<feature url="features/de.vonloesch.pdf4eclipse_1.0.2.jar" id="de.vonloesch.pdf4eclipse" version="1.0.2"> <feature url="features/de.vonloesch.pdf4eclipse_1.0.2.jar" id="de.vonloesch.pdf4eclipse" version="1.0.2">
<category name="Pdf4Eclipse"/> <category name="Pdf4Eclipse"/>
</feature> </feature>
<feature url="features/de.vonloesch.pdf4eclipse_1.1.0.jar" id="de.vonloesch.pdf4eclipse" version="1.1.0">
<category name="Pdf4Eclipse"/>
</feature>
<category-def name="Pdf4Eclipse" label="Pdf4Eclipse"> <category-def name="Pdf4Eclipse" label="Pdf4Eclipse">
<description> <description>
A pdf viewer for Eclipse A pdf viewer for Eclipse
Expand Down

0 comments on commit b02d593

Please sign in to comment.