997 Commits (a725d631a51c03347a80e8328103412d45f7f6f2)

Author SHA1 Message Date
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Daniel Grunwald 4ca90a7a92 Support "AvailableItemName" - the list of build actions available for files is read from the imported .targets files. 19 years ago
Daniel Grunwald 4a7de549c2 Fixed building of VB compact framework projects (SD2-1196) 19 years ago
Daniel Grunwald 8a4efd80bc Fixed adding new files to project. 19 years ago
Daniel Grunwald 120583a73f Fixed bugs that prevented creating new VB projects. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Matt Ward b84fa83f55 The VB.NET language properties class now returns a VB.NET CodeDomProvider. This fixes the problem where the web proxy was not being generated when adding a web reference to a VB.NET project. 19 years ago
Matt Ward d83569ae72 Fixed SD2-754. Project nodes in the class browser are now sorted. 19 years ago
Matt Ward d3660f512f The Unit testing addin now uses the customised nunit-console.exe to run all unit tests. The TestTreeView no longer uses the NUnit tree view and now determines the unit tests dynamically based on the information retrieved from the parser. 19 years ago
Daniel Grunwald 1246f7de74 Fixed forum-13073 and other SolutionConfigurationEditor-related problems. 19 years ago
Daniel Grunwald 47ae6603d0 Fixed SD2-596: C# to VB conversion should use CType instead of DirectCast for casts to primitives 19 years ago
Daniel Grunwald 4ba9c28c71 Fixed SD2-1169: Implementing an interface containing an event produces invalid code 19 years ago
Daniel Grunwald 5691c03e96 Fixed SD2-1181: Remove unused imports removes using statements required for type arguments 19 years ago
Daniel Grunwald c15aa36771 Fixed SD2-1100: Create Property adds setter if the member is readonly. 19 years ago
Daniel Grunwald 5f991c3e21 Fixed SD2-1149: Partial generic classes not correctly supported 19 years ago
Daniel Grunwald eff3736f6b Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005. 19 years ago
Daniel Grunwald 859db0967a Fixed SD2-1081: Start up project doesn't show its node text bolded. 19 years ago
Daniel Grunwald 739fb0a991 Fixed NullReferenceException in ProjectContentRegistry when using ICSharpCode.SharpDevelop.Dom without persistence. 19 years ago
Daniel Grunwald 2e1943b2ff Now using EasyCodeDom to make NRefactoryASTGenerator code more readable. 19 years ago
Daniel Grunwald d4c511815b Add SettingsCodeGeneratorTool. 19 years ago
Daniel Grunwald f3939e3257 Add Custom Tools support. 19 years ago
Christian Hornung 888070dcda Fixed SD2-1092: FxCop Crashed #Develop while checking Serrlongue source code. 19 years ago
Daniel Grunwald 8dd6f19a8e Worked on settings editor. 19 years ago
Daniel Grunwald 7cd5f63f9e Fixed forum-12453: Exception viewing C# file while boo project is open 19 years ago
Daniel Grunwald 6c47070737 Update SharpReport to version compatible with SharpDevelop. 19 years ago
Scott Ferrett a42afe8c97 DomRegion.IsInside was incorrectly returning true if the region was empty 19 years ago
Scott Ferrett 0b2fc43b68 Clear error messages from the Output pad when a new solution is loaded 19 years ago
Daniel Grunwald 151ed555c2 Default .NET assemblies are now loaded with Reflection instead of Cecil. 19 years ago
Daniel Grunwald b8568b678c Prevent exceptions when SharpDevelop is started without project browser. 20 years ago
Daniel Grunwald 5bc6cb290f Fixed SD2-1158: Exception thrown trying to reset event values in the properties pad of an inherited form. 20 years ago
Markus Palme 859345353d SD2-1132 20 years ago
Daniel Grunwald 6da32c25f0 Add DataGridView to SettingsEditor. 20 years ago
Markus Palme 6b7b965d82 added spinner control to widgets library 20 years ago
Daniel Grunwald fd2977e83d Pass SideBar tab headers to StringParser. 20 years ago
Daniel Grunwald 519c18a986 Move SideBar and AutoHide to ICSharpCode.SharpDevelop.Widgets. 20 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 20 years ago
Markus Palme 7f5f7ceae8 more arrays list replaced with generic lists 20 years ago
Daniel Grunwald 819f30e1da Fixed file headers. 20 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Daniel Grunwald a364505d14 Fixed unit test build. 20 years ago
Daniel Grunwald 3363abd941 Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop 20 years ago
Markus Palme 64eae0f20b cleanup; converted array lists to generic lists 20 years ago
Daniel Grunwald 7ce88146dc Move Ambience and ExpressionFinder to ICSharpCode.SharpDevelop.Dom 20 years ago
Markus Palme 60960bec85 removed html export; removed obsolete files; replaced array lists with generic lists 20 years ago
Markus Palme 1dc51241d5 cleanup 20 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 20 years ago
Daniel Grunwald e45e18552f Remove duplicated code in FontSelectionPanel and GeneralTextEditorPanel. 20 years ago
Daniel Grunwald 92391e4960 Lazy-loading for IDE option panels. 20 years ago
Daniel Grunwald c0b803d954 Show "loading..." while font list is loading. 20 years ago
Daniel Grunwald 2af45ce811 Load list of available fonts on separate thread - speeds up opening the text editor options panel. 20 years ago