Sapforum.Biz

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

Назва: Настройка редактора
Відправлено: Паганель від Січень 06, 2009, 12:33:45 ПП
Извиняюсь, никто не помнит где в абап-редакторе настраивается подстановка автокомплита на enter или таб ?
Т.е. сработал кодекомплит, всыкочила подсказка ключевого слова, как настроить что бы выбор шел не по Tab а по Enter ?
Назва: Re: Настройка редактора
Відправлено: Паганель від Січень 06, 2009, 01:15:27 ПП
Сам отвечаю:
Цитата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 ДП
Новый путь по которому располагается файл
C:\Users\<User>\AppData\Roaming\SAP\SAP GUI\ABAP Editor