Настройка редактора

Автор Паганель, Січень 06, 2009, 12:33:45 ПП

Попередня тема - Наступна тема

0 Користувачі і 1 Гість дивляться цю тему.

Паганель

Извиняюсь, никто не помнит где в абап-редакторе настраивается подстановка автокомплита на enter или таб ?
Т.е. сработал кодекомплит, всыкочила подсказка ключевого слова, как настроить что бы выбор шел не по Tab а по Enter ?

Паганель

Сам отвечаю:
Цитата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>

Паганель

Новый путь по которому располагается файл
C:\Users\<User>\AppData\Roaming\SAP\SAP GUI\ABAP Editor