The Java editor or Ant editor cannot perform breakpoint operations.
[Symptom]
The Java editor and Ant editor cannot be used to delete or disable a breakpoint under the following condition:
After a line is added or deleted at a location before the line containing a set breakpoint, an attempt is made to use the breakpoint without saving the file.
[Action]
If this symptom occurs, take one of the following actions to solve the problem:
Perform the breakpoint operation from the breakpoint view.
Save the file before performing the breakpoint operation.
Operation may become slow when the CSS editor handles large files.
[Symptom]
If one of the following operations is performed with the CSS editor handling a large file containing 1000 or more lines, the CSS editor may operate slowly:
Deleting a large number of lines at the same time
Restoring a large number of edited parts to their original (unedited) state at the same time
Example) An entire document is formatted once, and then the document is restored to its original state.
[Action]
Therefore, use a text editor for an operation that involves deleting a large number of lines. Also, save the file before performing formatting or another operation that may affect the entire document. In addition, to restore the file to its original state, cancel the changes made, close the file, and then reopen it.