7830 Commits (ab63247b74c8397596c75d4dce0f3740ca989e07)
 

Author SHA1 Message Date
Tomasz Tretkowski ab63247b74 Exposing ProjectCount property from SelectedTests class. Narrowing Projects property type from IList to IEnumerable ( missing changes). 14 years ago
Tomasz Tretkowski 42e05c8349 Fixed selection of inner classes when running mspec tests based on namespace selection in test pad. 14 years ago
Tomasz Tretkowski 64944b1066 Nested behaviors are not supported as it should be. 14 years ago
Tomasz Tretkowski f04440b2a5 Test pad refresh when base test class is changed in the editor. 14 years ago
Tomasz Tretkowski 017bac76d6 BaseTestMethod renamed to BaseTestMember and it's base class changed to AbstractMember. 14 years ago
Tomasz Tretkowski 4b964b54ed Fixed unit test and MockTestFramework class to correctly return test members only for given class. 14 years ago
Tomasz Tretkowski 9764e948ec Fixed unit tests. 14 years ago
Tomasz Tretkowski 112850f057 First take to mspec behaviors. 14 years ago
Tomasz Tretkowski 4117d98d0f Moved enumerating of all test members from TestProject to test frameworks. 14 years ago
Tomasz Tretkowski 6d8f8042e3 Merge branch 'master' of git://github.com/icsharpcode/SharpDevelop 14 years ago
Daniel Grunwald fe7c8cade8 Fix handling of project references for code completion. 15 years ago
Tomasz Tretkowski a6df882523 Showing multiple times nested test classes in the test pad. 15 years ago
Matt Ward 5787807130 Fix InvalidCastException in Unit Tests addin when a field has an attribute. 15 years ago
Matt Ward 30fea3c7d0 Prevent IronPython unit test framework from showing fields that start with test as unit tests. 15 years ago
Matt Ward 7de3ec867c Prevent IronRuby unit test framework from showing fields that start with test as unit tests. 15 years ago
Matt Ward 2fbf506e05 Rename TestMethod classes to TestMember since they allow fields and methods to define tests. 15 years ago
Matt Ward 05074fd052 Support using fields to define tests in the Unit Tests window. 15 years ago
Matt Ward 85fdbf6b66 Fix ArgumentNullException when accessing DefaultClass.AllMembers before members initialized. 15 years ago
Matt Ward f100c9866d Refactor tests that use the TestFrameworkDescriptor class. 15 years ago
Matt Ward 7c531b2754 Support multiple test frameworks for a single project file extension. 15 years ago
Daniel Grunwald 67bba7a65b Fixed AvalonEdit bug: text cannot be dropped over a line (only in the small space between lines) 15 years ago
PeterForstmeier 7a6122e902 Add missing File 15 years ago
Tomasz Tretkowski d3acf59322 Showing any classes nested in test fixtures as test classes (as NUnit Gui does). 15 years ago
PeterForstmeier b9d2322a30 Update CodeQuality/CodeQualityAnalysis.csproj to new references of ViewModelBase and RelayCommand.cs 15 years ago
PeterForstmeier 8f184b8643 Move ViewModelBase.cs 8implementation of INotifyPropertyChanged)and RelayCommand.cs to ICSharpCode.SharpDevelop.Widgets.csproj 15 years ago
PeterForstmeier 54ebb66da4 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 15 years ago
PeterForstmeier 0f0851591e Editable Combobox, base Layout for mainContend Area 15 years ago
Daniel Grunwald 2e063ef04c Update ICSharpCode.Decompiler to ILSpy commit c542648d (ILSpy 2.0.0.1485). 15 years ago
PeterForstmeier 076e16958e UserControl for Add Service Reference 15 years ago
Daniel Grunwald 1787d2b699 Add support for WPF project option pages (ProjectOptionPanel base class + WPF StorageLocationPicker). 15 years ago
Siegfried Pammer 6615fb1b38 add usage tracking to Hex Editor 15 years ago
Siegfried Pammer 891d09ae30 fix display problem in hex editor 15 years ago
Eusebiu Marcu 4318102544 Add basic "View in browser" menu item. 15 years ago
PeterForstmeier bb4be154ad Adjust WebProjectOptionsPanel in Project-Debug Options 15 years ago
Matt Ward 22a007dbed Recognise .ttinclude file extension as a t4 template. 15 years ago
Siegfried Pammer 9f571ccedd scroll the search result into the view, if it is not yet visible 15 years ago
Siegfried Pammer 713e43efc7 remove search commands from the TextAreaDefaultInputHandlers; register SearchInputHandler manually -> we don't want Ctrl+F in every AE instance (e.g. Condition-Field in BreakpointsPad) 15 years ago
Daniel Grunwald 5843b2b30b Add support for <MenuItem type="CheckBox"/> in WPF menus. 15 years ago
Daniel Grunwald a8e4b3aead Adjust AdditionalHorizontalScrollAmount to a more reasonable amount. 15 years ago
Siegfried Pammer 3990aedb27 fix bugs in SearchPanel + add documentation comments 15 years ago
Siegfried Pammer 212a92ee18 properly implement SearchPatternException 15 years ago
Daniel Grunwald 086e15cc9a Fix reported TextView size when word-wrap is enabled and a word-wrap position is within a space character. 15 years ago
Siegfried Pammer 297d2d2fb1 Code cleanup 15 years ago
Siegfried Pammer e18b0900f1 Change search shortcut to F3 and Shift+F3 15 years ago
Siegfried Pammer 07a12f69b3 search: add some input error handling for regex 15 years ago
Siegfried Pammer 932fd5ad47 add basic Search API and Search Options to SearchPanel 15 years ago
Siegfried Pammer 2465f78bf4 create separate control for SearchPanel 15 years ago
Siegfried Pammer 6b80e80aef implement basic SearchPanel in AvalonEdit 15 years ago
Matt Ward a59a534c10 Resolve the PackageManagement addin assembly when the DTE object is requested from the T4 service provider. 15 years ago
Matt Ward ac4bb7b171 Make EnvDTE available to T4 templates. 15 years ago