Code Read Only Protection |
Code Read Only Protection
Usually, we need not modify system source files of Delphi / C++Builder and other third party source code. So Editor Enhancements Wizard provides read only protection feature to avoid unexpected modification.
The settings dialog is as below:
Auto Set Editor to Readonly when Opening Files in Directories: If switch on, when opening the special directories and their sub directories, editor will automatically set to read only. Default VCL directory is protected.
Dir: The edit control used for modifying directory, the right side button can browse directory. You can modify directory directly, here '$(DELPHI)' or '$(BCB)' mean the installed directory of Delphi / C++Builder.
Replace: Replace selected directory in listbox with the text of edit control.
Add: Add the text of edit control to directories listbox.
Delete: Delete selected directory in listbox.
Links