Sapforum.Biz

Инструменты => ABAP - Инструментальные средства => SE38 - ABAP Редактор => Тема начата: Паганель от Январь 06, 2009, 12:33:45 pm

Название: Настройка редактора
Отправлено: Паганель от Январь 06, 2009, 12:33:45 pm
Извиняюсь, никто не помнит где в абап-редакторе настраивается подстановка автокомплита на enter или таб ?
Т.е. сработал кодекомплит, всыкочила подсказка ключевого слова, как настроить что бы выбор шел не по Tab а по Enter ?
Название: Re: Настройка редактора
Отправлено: Паганель от Январь 06, 2009, 01:15:27 pm
Сам отвечаю:
Цитировать
Note 1042863 :
Summary
Symptom

The suggestions for automatic code completion ("code hints") are not transferred when you press ENTER.
Other terms

Code completion, return key, ENTER key
Reason and Prerequisites

This note only applies to SAP GUI for Windows 7.10.
Solution

You can transfer automatically generated code hints using the TAB key. To be able to transfer code hints using the ENTER key too (like in SAP GUI for Windows 6.40), open the "settings.xml" file in the SAP GUI data directory (normally "C:\Documents and Settings\<user>\SapWorkDir\ab4_data"), find the entry
<CodeHintAgreeByReturn>0</CodeHintAgreeByReturn>


and change it to
<CodeHintAgreeByReturn>1</CodeHintAgreeByReturn>


If this entry is missing, add it to the section
<Code_Completion>
...
</Code_Completion>
Название: Re: Настройка редактора
Отправлено: Паганель от Февраль 18, 2014, 10:56:42 am
Новый путь по которому располагается файл
Код: You are not allowed to view links. Register or Login
C:\Users\<User>\AppData\Roaming\SAP\SAP GUI\ABAP Editor