python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Where is ITextBuffer.Properties documented?
As answer to an earlier question, I was told to use a specific entry from an ITextBuffer.Properties object. Which was a good idea and the right thing to do in this case, but it leads to a new question...
m-q
Votes: 0
Answers: 1
How to find the file name of a the document that belongs to an ITextView?
I am currently writing a Visual Studio extension and have implemented the function TextViewCreated in a class that implements an ITextViewCreationListener interface.
The function is called with an ITe...
m-q
Votes: 0
Answers: 1
Is there a simple way to auto register [Exports] in a Prism app? WPF .NET 4.8
I used to be on a project that used Prism and when we needed a new service to do something, we'd just create an interface, a concrete class that implemented that interface and exported it, and then it...
wormiii
Votes: 0
Answers: 0
Using MEF to create multiple instances of a plugin
How does one create multiple instance of an exported part in a MEF container upon demand?
The existing application is using MEF to compose its components and load several plugins from a directory. The...
c-berger
Votes: 0
Answers: 1