Windows system rarely have good PostScript viewers installed, but PDF viewers are common. So for viewing graphs, generate PDF files and open with the associated PDF viewer using cmd.exe's start command.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I agree that my PDF viewer is better than my PS viewer so I like direction of the patch. Many variable- and type names however still refers to PostScript which I think should be fixed.
lib/Support/GraphWriter.cpp | ||
---|---|---|
202 | Shouldn't all PSViewer references be changed here? |
Comment Actions
Refactoring tool's rename did not rename within conditional compilation block of other system. Renamed manually.
Comment Actions
I think it's close to being ready; one minor nit still (sorry for not bringing it up sooner).
lib/Support/GraphWriter.cpp | ||
---|---|---|
241 | I think this code block should be moved into the case VK_CmdStart block below. |
Comment Actions
Move VK_CmdStart-specific case into switch
Note that this doesn't work properly without D11876.
Shouldn't all PSViewer references be changed here?