This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 157688 - "Show project resulting document" uses DVI-viewer even do Project properties view command is PS/PDF Viewer
Summary: "Show project resulting document" uses DVI-viewer even do Project properties ...
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Latex (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 20:55 UTC by netmackan
Modified: 2009-02-02 20:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description netmackan 2009-01-30 20:55:24 UTC
1. On an Latex project click properties and choose Show command: "PS/PDF Viewer" and click OK.
2. Click "Show project resulting document".

Expected result: The PDF viewer should open (ie. Evince or Sumatra)
Actual result: The DVI viewer is openned (ie. xdvi)

The build configuration is "latex->dvips->ps2pdf".
Choosing the "In IDE PDF Viewer" works fine.
Comment 1 Jan Lahoda 2009-02-02 20:47:24 UTC
Nice catch, should be fixed by:
http://kenai.com/projects/nblatex/sources/mercurial/revision/382

I have also added evince to the command autodetection:
http://kenai.com/projects/nblatex/sources/mercurial/revision/383

Thanks for the report.