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

Display Mode in Eclipse

Former Member
0 Likes
4,293

hi All,

Is it possible open any program or function in Display mode or read only mode in Eclipse Editor?

we are moving towards the use of Eclipse editor for abap development and our team members are really missing that feature?

Regards,

Zubin Sadadiwala

4 REPLIES 4
Read only

LukaszPegiel
SAP Champion
SAP Champion
0 Likes
2,294

hmm, in default it's in display mode until you will not try to change anything inside. If you do some changes then Eclipse will try to lock the program and if this will be succesful then lock icon will be shown on the tab with program/function name. If you lock program by mistake, for example when you will hit space or your mouse will go crazy while over the code then you can always use Ctrl + U to unlock.

Hope this helps.

Read only

0 Likes
2,294

i know that, but in my team, all developer want dedicated display mode and change mode feature.

they want, if program is in display mode then  it should not be editable until mode is changed manually to "Change mode" same as SAP GUI

Is it possible in Eclipse?

Read only

0 Likes
2,294

No, I don't think it is possible at the moment.

Read only

ThFiedler
Product and Topic Expert
Product and Topic Expert
0 Likes
2,294

Hi Zubin,

no, this is not possible in Eclipse. You go into the edit mode automatically when you do a change in the editor. There might be situations where you hit a wrong key and go by accident in the edit mode.

Then you can use CTRL-U to switch back to display mode.


Regards,

Thomas.