Added 'test' build target. This target runs all unit tests for #Develop. Worked on assembly analyser unit tests.Updated to nant 0.85 nightly build. (mostly because of the ilasm task).Fixed bug in text editor option panel.Shift+Esc hides all pads. Status & Toolbar can be turned off.Added TreeListView library.Changed NANT buildfile: C# binding now refrences NRefactory.added missing fileAdded debugger from david. Removed ICSharpCode.Debugger.C# Binding now uses NRefactory. NRefactory still needes support for regions for the folding.Spaces & Tabs should now draw correctly with a background marker set.PropertyService.DataDirectory can now be set in the startup application.Made parts of the docu from C# external.Added PropertyObjects to StringParserService. Added PropertyLink to PropertyService. Fixed bug in DefaultFileService.OpenFile: Assert failed for urls. Properties are now also saved using TypeConverterPropertySystem now uses TypeConverter Startup application can now override the default name for the property file. Corsavy now uses the filename 'CorsavyProperties.xml'All core exceptions now are subclasses of CoreException Fixed core xml documentation (<code> is only for multiline codeblocks)1.Check whether to load referenced assemblies. This change shouldn't affect #D at all. The property is set to true. The reason of change is ETM. 2.Set Position of the ProgressBar to the end of the panelFixed linker invoking bug Fixed bug in project converter: converted project has same project type as source project Fixed bug SharpRefactory (NRefactory is not affected). These are the same bugfixes as in Fidalgo rev. 1713Replaced some String.Concat calls with '+' (they're compiled to the same IL).Ported NRefactory to .NET 1.1Renamed IDialogPanelDescriptor.DialogPanelDescriptors to ChildDialogPanelDescriptors.Added forms designer bugfix from forum user AaKaa.Debugger implements the dispose pattern and as far as I see I clean up everything. But the SymbolReader is still locking the .pdb file.Debugger Position is now visible again.Added namespace lookup bugfix from #D Forum user LelliFixed some debugger issues.'language' of the method (CallStack) is now working.Removed more uneccessary stuff.Removed dll.Moved CallStackPad to #Dev main. (It's easier for now to have most debugger pads in the editor but in the long run it's better to have pads that can be 'shared'.)Worked on CallStack.Worked on the debugger (local variables).Breakpoints, Show Postion and Stepping (but not very good) is now working :)Debugger position is shown again (Debugger.Break()). Break from Breakpoint aren't shown because I'm seeming not to get the Breakpoint event ???added files.Fixed buildfile. breakpoints in the debugger are now working (don't except to see the 'current' position).Debugger: It's now possible to retrieve the currrent position in source code from a threa :) (it's highlighted too - breakpoints still not work but Debugger.Break() calls do the job too).Worked on the debugger (currently I've the problem that I don't get a valid IUnmanagedSymReader object)Fixed stupid DefaultParserService 'optimization'.fixed bug in buildfile. set version to 2.0.0made trunk treeInitial import.