Jump to content
Sign in to follow this  
Mark-

IDE three button macro control problem...

Recommended Posts

Hello,

 

Delphi Delphi 10.2 Version 25.0.31059.3231

 

I have never used the IDE macro feature. Recently the three button controls appeared in the lower left of all code editor windows. The controls may have been in the window, not causing an issue. The controls are blocking the line and column values for the caret position. Any idea how to fix or hide the controls.

 

image.png.0a69b51e41f49e84fd115d382b67b0a0.png

 

Thanks,

 

Mark

Edited by Mark-

Share this post


Link to post

Confused I am.

 

Now I have one IDE code window with the macro controls visible and one without the controls visible.

 

Share this post


Link to post

It's supposed to look like this:

 

KeyboardMacros.thumb.png.6da8ca22f902041170b5fadbc4267940.png

 

So the buttons should be on the left and not overlap the status bar.

 

But the way it is designed seems a bit odd:

There is a TEditorStatusControlForm containing all the controls and associated actions for this. This descends from TForm, so it isn't actually meant to be embedded. And apparently it isn't, because all the buttons heve been re-parented to the a TToolbar which over several intermediate panels are on a TEditWindow.

 

KeyboardMacros-structure.thumb.png.96932ba284c50a4ffe76892ea61239a1.png

 

Of course this doesn't really help you, sorry. I was just curious and looked at it.

  • Thanks 1

Share this post


Link to post
2 hours ago, dummzeuch said:

It's supposed to look like this:

Thanks. That placement was what I recalled.

Started the IDE this morning and the macro buttons are not present. Switched from dark to light theme and back to dark, result:

 

image.png.319d203977fa2c438911cb45c129974f.png

 

Go figure.

 

Edited by Mark-

Share this post


Link to post
1 hour ago, Uwe Raabe said:

Can you try with Light as the initial theme?

Yes, the buttons show up as normal. Something to do with the theme and IDE foremost application

I just started with dark and the buttons are not visible. Switch to light, appear, back to dark, still present.

Switched to another application, back to IDE and buttons disappear.

At least I now know how to get the buttons to the right location.

 

 

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
Sign in to follow this  

×