
I am using the ActiPro SyntaxEditor control with the C#.Net language addon to read out all methods and properties of an assembly and display it in the syntax editor with Intellisense. Now i have 2 problems for which i cant find a answer
1. When using Ctrl+Space i get all Elements of the Assembly in a Popup, below the list of the elements are some Buttons with which i can filter the elements which are displayed (i would attach a screenshot, but it seams this forum doesnt support that :/). i dont want those Buttons, is there some way to deactivate them?
2. I have defined CompletionFilter tabs in my Intellibox, one with CompletionFilterDisplayMode AllTab and a few others.
The AllTab should not display everything but instead everything from the other tabs. As far as i understand the AllTab displays everything and cannot be filtered? Is there some way to solve this?
[Modified 5 years ago]