Jump to content
PeterPanettone

Disable the Jedi property editors?

Recommended Posts

Hello,

when I edit the property of TForm.Caption... in the Object Inspector:

          image.png.6bd3c3b10056f316012014380c8723df.png

...then this dialog appears:

image.png.b2886e035372e4bdfc5549718e24c5de.png

 

I assume that this is the JEDI StringList property Editor (because of the "J" icon)?

 

Is there an easy way to disable just the Jedi property editors?

 

BTW: A property editors Manager for Object Inspector would be very nice!

Edited by PeterPanettone

Share this post


Link to post

You have to modify the design-time package that registers the property editor and rebuild it. Or just disable the package if you do not use any of the controls from it.

Share this post


Link to post

The JVCL Installer has a checkbox to turn the Global Designtime Editors off. It controls the registry key

HKEY_CURRENT_USER\Software\CodeGear\BDS\XXXXX.0\Jedi\JVCL\IDE

RegisterGlobalDesignEditors: DWORD = 1
Edited by jbg

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×