Intelliprompt Session is not updated when scrolling and zooming

SyntaxEditor for WPF Forum

Posted 7 years ago by Erwin Liong
Version: 16.1.0635
Platform: .NET 4.5
Environment: Windows 10 (64-bit)
Avatar

Hi Actipro,

 

In the SDI Code Editor Inline Sample, on Line 19, hit "Ctrl+Space" after "Main(" to launch the Intelliprompt.

With the Intelliprompt session open, scroll the scrollbars or perform zoom in/out.

 

Expected behavior (Visual Studio): The intelliprompt would follow the caret and scroll together with the screen.

Observed behavior (Actipro): The pop-up window remains at where it was.

 

Have I missed a setting which allow me to get to how Visual Studio behaves?

 

Thank you.

 

Regards,

Erwin Liong

Comments (1)

Posted 7 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Erwin,

Thanks for finding this.  We don't currently have anything built-in to handle that scenario.  You can call the editor.IntelliPrompt.RepositionAll() to handle it somewhat, but it's not as simple as you'd think because we should also probably be auto-closing sessions that fall out of view for one reason or another.  But then those would need to be differentiated from the initial open positioning.  We hope to restructure some of this popup layout code in the future and have a note to look into it then.


Actipro Software Support

The latest build of this product (v24.1.1) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.