Kaxaml

26. May 2010 5:29 PM
Just would like to share a XAML tool that I found it when I googling just now [More]

Tools ,

Source Scan Tool

19. January 2009 1:29 PM

We always wasting a lot of time on seaching a single line of code from a thounsand pieces of source files which are not written by us (especially for those working in a big group/team). In order not to waste anymore time on searching source code in my daily programming work, I have decided to create a source scanning tool to help me automate the searching process and show me the result I am expecting on the screen.


After doing a quick search on Internet and I found out the DotNetFireBall and DockPanel open source controls from SourceForge offering a very comprehensive user UI experience. Therefore, I decided to use the DotNetFireBall as the source scanning tool's code editor control, and maintain the VS IDE feel by using the DockPanel control. [More]

Tools ,