Question prompted by Dreamweaver code
I have been writing pages with DW, and there is a very annoying problem. Writing code in DW sometimes prompts that sometimes the dead activity will not come out, when the syntax prompt process is switched to the Chinese Input Method, the text is accidentally input, and the code prompt disappears forever, so you have to turn this document off and re-open it. With the DW sp2 patch, there is no way.
Finally, we found a solution. It turns out that there is a conflict between the code prompt and the Chinese input method. The temporary solution is: without the code prompt, press Ctrl + space to open the input method. Just enter a few letters (do not let the text be typed), press enter, and press Ctrl + space to close the Chinese Character Input. Then the code prompt is displayed.
Add:
In the code, if you write Chinese characters, for example, you can use five or all .. Instead of using smart ABC, this problem occurs. You only need to switch to smart ABC, and then enter a word at will. Every time you turn off the input method, a code prompt will appear.
- 1. Hong's insights
- I have also encountered such a problem. It is really irritating. I also found some materials, but they did not fundamentally solve the problem. After reading this post, I thought I tried it on the machine for a few minutes and found that the implementation was still a bit problematic. I have summarized a set of methods for your reference only:
Step 1: write code. If you want to use Chinese characters, use "smart ABC" instead of "full competition ".
Step 2. If you still cannot change this habit, please switch from "full competition" to "smart ABC" when writing code to solve this problem.
Step 3: If you use full spelling when writing code, the problem will always exist, so you have to repeat Step 2. Therefore, we recommend that you follow the first step from the very beginning. The second and third steps will not cause any trouble.
- 2007-2-7 2:15:38
- 2. Sun Wei
- Hong, the second friend, said it was really easy to use.
- 2007-4-9 12:12:11
- 3. mengfeichen master
- As the second friend said, What should I do if I use five strokes? Wait. I hope they will solve the problem in the software.
- 2007-7-20 17:24:54
- 4. mengfeichen master
- As the second friend said, what should I do with five strokes? We hope the software vendor can solve this problem as soon as possible.
- 2007-7-20 17:26:39