[Series] HANA SAP HANA Studio code hints setting method

No public: SAP Technical
Author: Matinal
 

 

The preface

We can focus on my public number, the number public in the layout better, read more comfortable.

Body part

Is the development of a UI5 the eclipse, they still have the habit of quick tips Code

Window ——> Preferences ——> Java ——> Editor ——> Content Assist

Of course, others have set about, such as JS, etc.

 

1) A check in the box in FIG.

2) The auto-completion delay time [auto activation delay (ms)] default is 200ms, the time can be shortened some, such as I set 2ms.

3) [auto activation triggers for java] trigger auto-completion, the default is ".", This position may be provided the 26 letters plus '.' :. abcdefghijklmnopqrstuvwxyz (case insensitive)

4) [auto activation triggers for javadoc] javadoc triggers, default is "@ #."

 

 

However, such characters are not allowed eclipse, allowing up to four characters in the text input box, so to achieve a method by modifying the configuration file, the specific steps are as follows

1. Open Eclipse, then "window" → "Preferences"

2. Select "java", launched, "Editor", select "Content Assist".

3. Select "Content Assist", then see to the right, "Auto Activation" below the right side of the "Auto Activation triggers for java" this option. What that means is the trigger code hints. "" This symbol. 

4. "Auto Activation triggers for java" this option, the "." After adding the letters abc, easy to find the back of the modification. Then "apply", click "OK".

5. Then, "File" → "Export", the pop-up window, select "General" → "Perferences", click on "Next."

6. Select Export file path, I export to the desktop, enter "abc" as the file name, click "Save."

7. On the desktop to find just save the file "abc.epf", right-select "use Notepad to open." 

8. Press "ctrl + F" shortcut key, enter ".abc", click "Find Next."

9. Find the ".abc" configuration information is as follows: as follows:

10. The ".abc" changed ".abcdefghijklmnopqrstuvwxyz (,", save, close "test.epf".

11. Back MyEclipse interface, "File" → "Import", the pop-up window, select "Perferences", click "Next", select

Just choose has been modified "abc.epf" file, click "Open", click "Finish". The above steps and the step of deriving the like.

12. modification, test it on the line.

Guess you like

Origin www.cnblogs.com/SAPmatinal/p/11183904.html