Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Sharing of common usage skills of MyEclipse

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces "sharing of common use skills of MyEclipse". In daily operation, I believe many people have doubts about sharing common use skills of MyEclipse. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts of "sharing common use skills of MyEclipse"! Next, please follow the editor to study!

Before we learn how to use MyEclipse, let's take a look at what MyEclipse is. To put it simply, MyEclipse is a plug-in for Eclipse and a powerful J2EE integrated development environment that supports code writing, configuration, testing, and debugging. Let's take a look at the details of how to use MyEclipse.

Tips for using MyEclipse * step: cancel automatic validation

There are a lot of validation, such as xml, jsp, jsf, js and so on. We don't need to check them all automatically, only manually when we need them!

Cancellation method:

Windows- > perferences- > myeclipse- > validation

Deselect all except the check boxes below Manual

Manual verification method:

On the file you want to verify, right-click-> myeclipse- > run validation

MyEclipse skills step 2: cancel Eclipse spell check

1. Spell checking will bring us a lot of trouble. Our method names will be abbreviations of words, and he will also indicate that there is something wrong, so it is not of much use to remove it.

Windows- > perferences- > general- > validation- > editors- > Text Editors- > spelling

MyEclipse skills step 3: cancel the startup entry for myeclipse

Myeclipse will have a lot of startup items, many of which we don't need, or just one or two, just cancel the ones we didn't use before.

Windows- > perferences- > general- > startup and shutdown

MyEclipse tips step 4: change the way jsp is turned on by default

After installing myeclipse, edit the jsp page, will open his editing page, but also a preview page, the speed is very slow, not suitable for development. So change it.

Windows- > perferences- > general- > editors- > file associations

MyEclipse tips step 5: change the code prompt shortcut key

Now the code prompts for shortcuts, which defaults to ctrl+space, and so is our input method switch, so there will be conflicts. Whose name is myeclipse is made by foreigners. There is no need to switch input methods at all.

Windows- > perferences- > general- > Keys

Change content assist to alt+/

At the same time, since alt+/ is already occupied by word completion, it is necessary to modify the shortcut key value of word completion at the same time.

MyEclipse tips step 6: change the full letter prompt

1, open MyEclipse 6. 0. And then "window" → "Preferences"

two。 Select "java", expand, "Editor", select "Content Assist".

3. Select "Content Assist" and see the "Auto Activation triggers for java" option under "Auto-Activation" on the right. In fact, it means that what triggers the code hint is "." This symbol.

4. The option "Auto Activation triggers for java" is found in "." Add the abc letter after the letter to facilitate the following search and modification. Then "apply" and click "OK".

5. Then, "File" → "Export", select "Perferences" in the pop-up window, and click "next".

6. Select the export file path, export to the desktop, enter "test" as the file name, and click "Save".

7. Find the file "test.epf" that you just saved on your desktop, and right-click "Open with notepad". 8. You can see a lot of information about configuring MyEclipse 6.0.1

9. Press the "ctrl + F" shortcut, type ".abc", and click "find next".

10. The configuration information found for ".abc" is as follows:

11. Change ".abcdefghijklmnopqrstuvwxyz (,") from ".abcdefghijklmnopqrstuvwxyz", save, and close "test.epf".

twelve。 Go back to the MyEclipse 6.0.1 interface, "File" → "Import", select "Perferences" in the pop-up window, click "next", select the newly modified "test.epf" file, click "Open", and click "Finish".

At this point, the study of "sharing common skills in using MyEclipse" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report