UltraEdit Steps to uncomment a selection UltraEdit is a powerful editor, but sometimes you may need to edit a block of comments. Knowing how to turn off selection annotations is critical to efficient coding. In this guide, PHP Editor Banana will provide you with step-by-step instructions to help you do this quickly and easily. Please read on for detailed instructions.
We can see the currently installed UltraEdit, double-click to enter.
Then we entered the UltraEdit interface, and we can see that comments have been added to the opened files. This comment needs to be removed.
At this time we select the code that needs to be removed from the comment part.
Then click the [Edit] menu in the UltraEdit menu.
After clicking on the menu, the drop-down menu will pop up with the [Cancel Selection Annotation] option selected.
Finally, the content of the comments that we can see has been uncommented.
The above is the detailed content of How to turn off selection annotations in UltraEdit. For more information, please follow other related articles on the PHP Chinese website!