2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald c15aa36771 Fixed SD2-1100: Create Property adds setter if the member is readonly. 20 years ago
Daniel Grunwald 5f991c3e21 Fixed SD2-1149: Partial generic classes not correctly supported 20 years ago
Daniel Grunwald eff3736f6b Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005. 20 years ago
Daniel Grunwald 859db0967a Fixed SD2-1081: Start up project doesn't show its node text bolded. 20 years ago
Daniel Grunwald 739fb0a991 Fixed NullReferenceException in ProjectContentRegistry when using ICSharpCode.SharpDevelop.Dom without persistence. 20 years ago
Daniel Grunwald 2e1943b2ff Now using EasyCodeDom to make NRefactoryASTGenerator code more readable. 20 years ago
Daniel Grunwald d4c511815b Add SettingsCodeGeneratorTool. 20 years ago
Daniel Grunwald f3939e3257 Add Custom Tools support. 20 years ago
Christian Hornung 888070dcda Fixed SD2-1092: FxCop Crashed #Develop while checking Serrlongue source code. 20 years ago
Daniel Grunwald 8dd6f19a8e Worked on settings editor. 20 years ago
Daniel Grunwald 7cd5f63f9e Fixed forum-12453: Exception viewing C# file while boo project is open 20 years ago
Daniel Grunwald 6c47070737 Update SharpReport to version compatible with SharpDevelop. 20 years ago
Scott Ferrett a42afe8c97 DomRegion.IsInside was incorrectly returning true if the region was empty 20 years ago
Scott Ferrett 0b2fc43b68 Clear error messages from the Output pad when a new solution is loaded 20 years ago
Daniel Grunwald 151ed555c2 Default .NET assemblies are now loaded with Reflection instead of Cecil. 20 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
Markus Palme 9c565052a2 removed the tip of the day dialog 20 years ago
Matt Ward 92d41a2bd7 Fixed SD2-859 - Properties panel in new file dialog not hidden when category changed. 20 years ago
Matt Ward b496daa5e1 Fixed SD2-1171 - Cancelling the Add File to Project dialog opens the New File Dialog. Modified the custom dialog so the escape key closes it if no cancel button has been defined. 20 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 20 years ago
Matt Ward 35546c0348 Fixed SD2-998 - Find or replace all in all open documents hangs SharpDevelop if two or more text files are open. The new docking library does not set the ActiveWorkbenchWindow until certain windows messages have been processed which caused the AllOpenDocumentIterator class to not be able to change the active window and kept the search stuck in an infinite loop. The AllOpenDocumentIterator class has been modified to use an index to determine the currently searched document window rather than relying on the ActiveWorkbenchWindow. 20 years ago
Daniel Grunwald 42ab1e46fb Fixed NullReferenceException when implicit reference (like Microsoft.VisualBasic in VB projects) cannot be loaded for code-completion. 20 years ago
Daniel Grunwald b222c73868 Fixed SD2-1164: Code completion doesn't appears for referenced projects namespaces content. 20 years ago
Daniel Grunwald 9ebcd55fb8 Fixed SD2-887: Converting VS 2003 project with special characters makes the project unusable 20 years ago
Daniel Grunwald 75ccdb10ea ICSharpCode.Core: For <MenuItem type="CheckBox">, the checked attribute can now be specified. Doing so enables lazy loading by using that value as default (until the item is clicked). The value can depend on properties stored in the PropertyService. 20 years ago
Matt Ward 4a197ee962 Adding child elements, inserting elements before and after the currently selected element are now possible in the XML tree editor. 20 years ago
Daniel Grunwald 6f8dff4b67 Fixed various translation issues. 20 years ago
Matt Ward 4db70538d8 Adding and removing attributes from the XML tree editor is now possible. 20 years ago
Matt Ward 48679dd364 Ampersands now displayed correctly in text editor visual error tooltips. The original code was replacing each ampersand with three ampersands, a fix for a problem in SharpDevelop 1.1 rev 1662 which is no longer needed in SharpDevelop2. 20 years ago