Kbase P72907: How to disable the color-coded source-code editor?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/26/2009 |
|
Status: Unverified
GOAL:
How to disable the color-coded source-code editor?
GOAL:
How to replace the Slick Editor with the 'old' Procedure Editor?
GOAL:
How to choose the old Procedure Editor style?
GOAL:
How to turn off Slick Editor?
FACT(s) (Environment):
Windows
Progress 9.1x
OpenEdge 10.x
FIX:
Change the 'UseSourceEditor' string value from 'yes' to 'no' in the startup section of either the registry or the .ini file:
1. To change the 'UseSourceEditor' string value using a .ini file, just add this string to the startup section of the .ini file:
UseSourceEditor=no.
2. To change the 'UseSourceEditor' string value using the registry, run the windows regedit.exe command to make the modification in the registry. Locate the 'UseSourceEditor' string in:
My Computer\HKEY_CURRENT_USER\Software\PSC\PROGRESS\9.1A\Startup
Double-click on UseSourceEditor and change Value Data from "yes" to
"no".
IMPORTANT: It is strongly suggested that you backup your registry before any changes.