Results 1 to 2 of 2

Thread: how to: external tool edyuk

  1. #1
    Join Date
    Feb 2009
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question how to: external tool edyuk

    Hi Anyone know how to run an external tool with edyuk by fullmetalcoder?
    When configuring an external tool I don't know what to type on "Caption".
    thank you,
    Sara

  2. #2
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to: external tool edyuk

    Carbon copy of the mail I sent you but may be useful to other users (will make it into the docs for future versions I guess) :

    Say you have an external program called "doSomeFancyStuff" that take a single file as argument

    you want to access it easily within Edyuk to operate on the current file so you create a new tool fill the fields as follow :

    Caption : "Do Some Fancy Stuff"
    Program : "doSomeFancyStuff" (or "/usr/local/bin/doSomeFancyStuff" or "C:\somewhere\doSomeFancyStuff.exe" ...)
    Working Directory : "" (you may need to set it to the path of your program)
    Arguments : "$FILE$"

    Once this tool is created and all the fields filled properly you can close the "Tools editor" dialog.

    Now you can access the created tool using the "Do Some Fancy Stuff" entry in the "Tools" menu.

    I hope this make things clearer.
    Current Qt projects : QCodeEdit, RotiDeCode

Similar Threads

  1. Q3ScrollView resists to scroll down to the garbage bin
    By sivrisinek in forum Qt Programming
    Replies: 0
    Last Post: 5th February 2009, 17:50
  2. tool buttons on top of label
    By McKee in forum Qt Programming
    Replies: 5
    Last Post: 2nd November 2008, 16:07
  3. shared vs static
    By alisami in forum Installation and Deployment
    Replies: 3
    Last Post: 4th October 2008, 13:04
  4. Replies: 16
    Last Post: 23rd May 2008, 10:12
  5. Link Errors
    By magikalpnoi in forum Qt Programming
    Replies: 5
    Last Post: 25th September 2006, 22:04

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.