EditorSearchView MRU

SyntaxEditor for WPF Forum

Posted 13 years ago by Mick George - Senior Software Engineer, CNC Software, LLC
Version: 11.1.0545
Avatar
Hi,

I have a task to implement a most recently used list of search words for an EditorSearchView. Is there currently a way to accomplish this?

Thanks.

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Mick,

Sorry but our default template implementation doesn't have that capability. You'd have to probably inherit EditorSearchView, clone its default template and tweak it to support that feature.

It's probably as easy as maintaining a collection property on the EditorSearchView-based class, and switching the Find TextBox to be a ComboBox that is bound to that property.


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.