NUnit GUI
A side effect of my Vista install is that I had to install NUnit, and being lazy I just grabbed the latest version off of the web site, and now I see that the new version of NUnit GUI doesn't allow cut and paste from several of the output tabs. Wow, it's really annoying to have no way to grab the text of the Output tab.
After some googling I couldn't find a descent alternative to NUnit GUI nor could I find any mention of this feature bothering anyone else. So, I decided to fix it myself. The quickest way I could get this fixed was to add a popup menu to the SimpleTextDisplay class in the NUnit UiToolkit and have the popup menu item just copy the text of the control to the clipboard.
After some googling I couldn't find a descent alternative to NUnit GUI nor could I find any mention of this feature bothering anyone else. So, I decided to fix it myself. The quickest way I could get this fixed was to add a popup menu to the SimpleTextDisplay class in the NUnit UiToolkit and have the popup menu item just copy the text of the control to the clipboard.
About this entry
You're currently reading “NUnit GUI”
- Published:
- 11.13.07 / 11:57 am
- Category:
- Programming
- Tags:
- nunit
There are no comments.