Gold sponsors

IBM Corporation

SAP

Sonatype

Cisco

JBoss

Intel logo

Oracle

Silver sponsors

bsi logo

Blackberry

Xored

Soyatec

agitar

amazon

Google

Instantiations

Actuate

Microsoft

Bronze sponsors

excelsior

Can't open sponsors/bronze/soyatec/soyatec.

Genuitec

Purple Scout

itemis

Sopera

objectivity

Paremus

froglogic

Activity sponsor

eclipsesource

Media sponsors

TSSJS

SD Times logo

Methods & Tools

GIF89ax-w!,x->;7mmdhI5 zxq}|u{x3tzyt !<wvxvv~~pt~w}u|zsy.~x- |}r/{D;ou/1~ m&]V"c0z2 Kg}Ve&S+,<=j2Msu~Cs~ } YozYVrrx`a.@AEGIzw |W pqq&}zy" ]}'H*\ȰÇD("ŋ3bܨ#ǏC)r"ɓ"S\JMʔs ͙6s܉͟:{ 3M47Atĥ>eiTVJz5+RXvUkUgMRV+wݪsֽ۴ W`z '~;U4HL˘4{B#[~9d^͚ Okm۸sͻ×  )$Iӻ3j"\hνâϾ{_ Ȍ˙'%gyI~G|q~6Zz 'Rև jG@u!^xF NaPAv肎<^@7S/r3 PF)%S,Bẍ$ ė`)f?|Wǘh@"ۑP!Y@vwN $Z.и]zDwp$ZPSv+Tw#Ng;T݉0LN.q%Sy'EK*무9>`p:DQ8]CT8vz,^%,nSZfy5ޙ:Pc,[骥G.:UWz'#_~QRuQO-B&A A&JbUCeRzjƺ1JСr2,0l.zBjkcӞ;+ Iq =s S-2J}p*^ ؙsQM~5״U |dvE1wuղzmUv'HcC-nohݢa7ޞBQ7`# x# @Ӈjx]֛*,WocS[Յ]-j 7!xVB֝f*T< A Ԣ_58Nmdȝfk aL&PiA[ܔǝo}t[Bg ŦEY1ά" ;8a"e>TZV;u]ϵ']j.&7"-t>X6p|>= PMFfoL\ld L$"yHEr,d x*| q$%:sfTVDRh}\W.(ZM7JRgI휪u0|2 l!xt1A,ꀋ)t {WANrhx FCT r,@$z[jIJt X"Vp PBVL},ͨF7ю` XaZTP=Klt!L\ЁNsE ( PJ׳U(`l PrLc]R\`_ á-"DZ7rUZZUNU0Yq \βW2ů_JkW367~倴D;

Be a Sponsor

Make Me an Eclipse View (with less Plumbing) The PTP External Tools Framework Feedback view

Beth Tibbitts (IBM )

Making For Eclipse · Lightning (12 mins)
Monday, 16:32, 13 minutes | Lafayette

Tags: Tools
7
·
8
·
9
·
10
·
11
·
12
·
13
·
14
·
15
·
16
·
17
·
18

Beth Tibbitts

Many source code analysis tools, compilers, and performance tools generate files that contain information about the user’s program, with locations (file, line number or range) within the source file.  The most familiar example of this is the Problems view in Eclipse – a hierarchical  view that maps build errors to source code lines – click on a problem and it navigates to a line in your source code.

So you already have a tool that generates a “side file” or other file indicating things of note and locations in source code files.  You want to build an Eclipse hierarchical view to make it easier for your users to consume this information.  Don’t want to deal with all the Eclipse plumbing? Use the PTP External Tools Framework Feedback view.  With a file (e.g. an XML file, but it’s not limited to this) holding your information, you write a bit of Java code to translate this information into “feedback” objects and these are used to populate a TreeTable view.  Click on a line in the view and the editor opens at the given location in the source file. Another extension point allows you to attach actions to the feedback objects as well.

I will show how a performance tool and a compiler optimization tool both generated information that used the ETFw Feedback view to make the information easier to consume, how to simply implement your own ETFw Feedback view from an XML file, and other features and plans/ideas for the ETFw Feedback view.

The PTP External Tools Framework is a set of tools meant to make Eclipse integration of existing tools (not written originally for Eclipse) easier.  Its original use was to integrate existing performance tools into the Eclipse launching mechanism for parallel applications.  The Feedback view extends its usefulness not just from running existing tools, but also into consuming the results of external tools in an Eclipse-friendly way.

There are already many useful tools available for parallel application development, analysis, debugging, and especially performance evaluation.  The more we can integrate tools into the Eclipse environment of PTP (Parallel Tools Platform), the more useful PTP becomes and the easier it is to lure users into using Eclipse and PTP, who are often already comfortable with their command line tools.

Beth Tibbitts is a veteran of software development in IBM, including APL and LISP, both underdog languages and environments, and eventually C++ and Java, amongst many others. Beth has developed tools for Engineering and Financial Analysis, Expert Systems, debuggers, education, ADHD children, and for making web sites more accessible to persons with disabilities. She became a fan of Eclipse several years ago and has written tools for programmers and users including tools for porting C and C++ programs to Linux. She is a committer on the Parallel Tools Platform Project and now develops tools for high performance computing users, primarily aiding in the development and analysis of parallel programs to increase productivity, making heavy use of the APIs in the CDT. She is also a committer on the X10DT, an Eclipse IDE and tools for the new X10 parallel language.

Slides

Download Material

Download file of related material.