S
slacroixak
Guest
Hi All, I'd like to add a custom command to the Progress Developer Studio to generate a DEBUG-LIST file for the current editor source (easy part).... then open it in Eclipse (here comes the challenge) I can easily add a custom menu-item in the Editor popup menu (Extensibiity sub-menu) with this to run an ABL routine that generates a DEBUG-LIST: Eclipse PDS -> OpenEdge -> Tools -> Customization Editor -> EditorContext Menu But I am wondering how to ask Eclipse to open a file I just generated afterward. Q1: Any hint? Besides I'd be very interested to deal with a few ABL or Java sample extensions to interact a bit more with the PDS editor. Q2: any gold mine to share? At last, I found out the toggle-box option "Send file name of the current selection" passes the full-path name of source file of the the current editor as a parameter right after a CHR(3) character. I imagine it's a CHR(3) separated list and I am wondering about what it's first entry may hold. Q3: Can someone share some information about this parameter and about the "Run persistent" option? Kind regards /Sébastien L
Continue reading...
Continue reading...