Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add dynamic pattern (template) to Eclipse

kevin_neale
Explorer
0 Likes
1,234

Hello experts,

I have written a dynamic pattern for finding objects in the ABAP editor (see https://blogs.sap.com/2022/10/31/add-find-method-to-the-abap-editor-patterns) and would like to add it to the Eclipse editor. Does anyone know if this is possible?

Best regards,

Kevin

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
1,115

You can certainly do it via an Eclipse plug in. https://www.eclipse.org/pde

How is your Java? 😉

Read only

kevin_neale
Explorer
1,115

Hi Matthew,

I looked into that and although I have written a few java apps I don't think I want to get into writing plugins for Eclipse. I think I will fall back on the OOS (Out of scope) excuse. 🙂

Read only

matt
Active Contributor
0 Likes
1,115

Oh, it's not so bad. I've written one.