Question ABL and PDSEO(eclipse) internal structures

vneskovic

New Member
Hi,
Is it possible to access eclipse internal objects from ABL module ? For example:

def var vFile as char.
vFile = "test.p" . /*file within the PDSOE project*/

???open test.p in PDSOE editor ???
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
My guess is that if you want to programmatically alter how PDSOE behaves, the appropriate way would be to write a Java Eclipse plugin.
 
Top