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

mark block (ALT + Mouse)

0 Likes
1,710

Hello,

I´m looking for marking code vertical/block. I use the command ALT + Mouse-Cusor in ABAP Workbench.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Likes
1,183

Hi Daniel,

Block Selection Mode can be enabled via ALT-SHIFT-A in Eclipse.

See for example: Vasanth Dharmaraj's Blog | Eclipse Tip: Block Selection Mode

Regards,

Thomas.

Hello,

I´m looking for marking code vertical/block. I use the command ALT + Mouse-Cusor in ABAP Workbench.

Thanks in advance.

4 REPLIES 4
Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Likes
1,184

Hi Daniel,

Block Selection Mode can be enabled via ALT-SHIFT-A in Eclipse.

See for example: Vasanth Dharmaraj's Blog | Eclipse Tip: Block Selection Mode

Regards,

Thomas.

Read only

0 Likes
1,183

Thank you for this information.

But I think it works different. If I like to format code with TAB the whole line moves. Did I do something wrong?- Is it possible to configure this function?


Read only

0 Likes
1,183

Hi Daniel,

I guess that in your sample screenshot you want to get rid of these spaces between name of variables and their types.

You could do this like:

  • press Alt+Shift+A
  • mark the type definitions block (not the spaces and not the variable names)
    • "type matnr
      type werks_d
      type ..
  • press Ctrl+X
  • click behind MATNR and move one space right.
  • press Ctrl+V
  • press Alt+Shift+A

Best regards,

Dominik

Read only

0 Likes
1,183

Sounds like a good Workaround .