Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Eclipse Editor

  • 23-06-2006 09:54AM
    #1
    Closed Accounts Posts: 36


    Hi,
    I need to get my input for a transform from the editor window in eclipse.I have built my own editor,which opens up an xml file,and a transform button is in place,but only works on giving a main method two files which it then will do its stuff,but has no bearing on eclipse.I need to grab my input from the open editor window,and maybe open another window in this editor with my output
    ?
    Thanks


Comments

  • Closed Accounts Posts: 80 ✭✭Torak


    pjfogarty wrote:
    Hi,
    I need to get my input for a transform from the editor window in eclipse.I have built my own editor,which opens up an xml file,and a transform button is in place,but only works on giving a main method two files which it then will do its stuff,but has no bearing on eclipse.I need to grab my input from the open editor window,and maybe open another window in this editor with my output
    ?
    Thanks

    I would recommend using Eclipse Forms..

    Have one tab (page) for your existing editor and another for your xsl output. This can be done in memory every time you move from one page to another.

    Just run the stylesheet in memory (doing it be execing an app is a bad idea).

    If you have a quick read on eclipse forms and if you have a question post it.


Advertisement