First time here? Check out the FAQ!
1

External program in Toolbar
 

Hello, I'm new here. an somebody tell me, how I put an external program (external diff viewer) to the toolbar and how I can start it ?

Best regards Thies

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
thiesen's avatar
11
thiesen
asked 3 years ago
Wingware Support's avatar
4.2k
Wingware Support
updated 3 years ago

Comments

see more comments

1 Answer

0

You'd need to create an OS Command to run the external program; see https://wingware.com/doc/oscommands for how to create an OS Command.

Then you'd need to create a toolbar button to run the OS Command. Extra toolbar buttons may be added through the User Interface > Toolbar page of the Preferences dialog. The command to use is execute-os-command(title="<title>") where <title> is the title of the OS Command.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Wingware Support's avatar
4.2k
Wingware Support
answered 3 years ago
link

Comments

see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)