[stackoverflow] [progress Openedge Abl] Is There A Way To Change The Eclipse Template...

Status
Not open for further replies.
A

Alexander Vos

Guest
I'd like to create a code template in eclipse and specify where the user can type in the variable name if there are multiple instances of the same variable, because the code completion is not available at the first instance.

This example is written in Progress ABL, as the variable name is defined before the variable type in this case, but it's not really language related if something like that is possible within the scope of templates in eclipse.

Example:

define buffer bTablename for Tablename.


Template:

define buffer b${tablename} for ${tablename}.


But I want to start writing at the second ${tablename}, is there a way to change the "tab order" or something to accomplish that?

Continue reading...
 
Status
Not open for further replies.
Top