Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Templates not inserting correctly
Templates not inserting correctly [message #1771214] Wed, 23 August 2017 05:30 Go to next message
Per-Åge Themte is currently offline Per-Åge ThemteFriend
Messages: 1
Registered: August 2017
Junior Member
Hi,

I've just started using eclipse for SAP abap development, and having an issue with template inserts. They've been created correctly, but when inserting them, some lines are duplicated.

Does anyone know a fix for this?

E.G:

"--------------------------------------------------------------------"
" ${cursor}
"--------------------------------------------------------------------"

is inserted as

"--------------------------------------------------------------------"
"
"--------------------------------------------------------------------"
"--------------------------------------------------------------------"

and

loop at ${table} assigning ${fldsym}.
${cursor}
endloop.

is inserted as


loop at table assigning fldsym.

endloop.table assigning fldsym.

endloop.
Re: Templates not inserting correctly [message #1771419 is a reply to message #1771214] Fri, 25 August 2017 01:19 Go to previous message
Eclipse UserFriend
You need to bring this up with the SAP ABAP tooling support channels.
Previous Topic:GTK & Light Themes
Next Topic:How to get active part from IWorkbenchPage in e4?
Goto Forum:
  


Current Time: Thu Apr 25 06:46:07 GMT 2024

Powered by FUDForum. Page generated in 0.03447 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top