V vneskovic New Member Jul 26, 2019 #1 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 ???
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 ???
jdpjamesp ProgressTalk.com Moderator Staff member Jul 29, 2019 #2 Not sure what the use case would be, but I doubt it.
Rob Fitzpatrick ProgressTalk.com Sponsor Jul 29, 2019 #3 My guess is that if you want to programmatically alter how PDSOE behaves, the appropriate way would be to write a Java Eclipse plugin.
My guess is that if you want to programmatically alter how PDSOE behaves, the appropriate way would be to write a Java Eclipse plugin.