Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Dreamweaver arguments

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
Is it possible to launch Dreamweaver with both the %F and %l arguments?

%F works fine by itself, but I can't pass the line number as well...

Any thoughts?

Comments

  • LegacyForum
    LegacyForum Posts: 1,664 ✭✭
    Options
    I do not experience any issues when using the %F and %l arguments together. It may be the case that, while Dreamweaver supports passing a file path to the application (as most applications do), it does not support the option of passing a line value to the program. If this is the case, it will not be possible for WebKing to launch Dreamweaver in a way that will use the line value.

    If a command line option does exist in Dreamweaver (say, -line=), then you could use this option along with the %l value to tell Dreamweaver what line to use when opening the file. For example, your arguments may look like:

    %F -line=%l

    passing the file path and setting the (hypothetical) line argument to the value of %l

    Let me know if you have any questions or if I've not answered your exact question.