2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Christian Hornung 1850c9362d Fixed SD2-1471 (Renaming MainForm event handler does not update MainForm.Designer file) by adding IFileDocumentProvider as a generalization of ITextEditorControlProvider to properly support view contents that open multiple documents. 18 years ago
Christian Hornung b982652de5 Add unit tests for ClassInheritanceTree, including failing (ignored) test that shows the cause of SD2-1474. 18 years ago
Daniel Grunwald 55a20e6026 Fixed NullReferenceException in TaskListPad.IsInScope 18 years ago
Daniel Grunwald 22cc955540 Fixed some minor bugs. 18 years ago
Matt Ward 41b1c801ca Fixed a problem where clicking an item in the Errors window would not show the source code if the file was being displayed in the forms designer. 18 years ago
Matt Ward 557e322065 Added show caret line option to Markers and Rulers options panel. 18 years ago
Matt Ward 662e1cf614 Added patch by Alex Prudkiy to fix sorting items in the combo box above the properties. 18 years ago
Siegfried Pammer 1710bc9334 Implemented Code Completion support of -> Operator 18 years ago
Daniel Grunwald 825952a177 Fixed NullReferenceException for code completion on pointer variables. 18 years ago
Daniel Grunwald 0a42c419c3 Add unit test that checks that SharpDevelop.exe, BuildWorker.exe and booc.exe all use the same value for the 32-bit-flag. 18 years ago
Daniel Grunwald 9b16a1757d DebugOptions: EditRawProperty (=allow using MSBuild replacements) 18 years ago
Daniel Grunwald a0d768dfff XML comments for WpfDesign. 18 years ago
Siegfried Pammer 122177828b Removed unused conditional breakpoint types and improved workflow of breakpoints. 18 years ago
Daniel Grunwald d1945686d5 Don't fire ActiveContentChanged event during layout change; prevents unnecessary pad creation. 18 years ago
Daniel Grunwald 2f2bff9e9a Implemented SplitButton. 18 years ago
Daniel Grunwald 04be1cd83a Add cache for MemberLookupHelper.GetTypeInheritanceTree. Improves performance when there are many extension methods available for code completion. 18 years ago
Daniel Grunwald f54b4e40ab Performance tweaks to code completion: 18 years ago
Daniel Grunwald f08eb73a16 Fixed typo that caused unit test failure. 18 years ago
Daniel Grunwald 8dd64459d5 Fixed SD2-1384: Attribute fully qualified name using wrong namespace 18 years ago
Daniel Grunwald 0affcacda3 Host option panels in WPF window, allow WPF option panels. 18 years ago
Matt Ward 567c4e9e48 Fixed SD2-1349 - WiX setup files editor shows misleading error when unable to find any TARGETDIR Directory or DirectoryRef elements. 18 years ago
Daniel Grunwald f608ae96c7 Update to AvalonDock 1.1.1692. 18 years ago
Christian Hornung 13d18f7777 Fixed SD2-1462 - Exception closing unsaved tab. 18 years ago
Daniel Grunwald d8da3abb1e Add <inheritdoc/> to XML doc completion, add MIT/X11 license template. 18 years ago
Daniel Grunwald 75ba08f309 Fixed code-completion resolving the wrong class when two imported namespaces contain a class with the same name but only one of the classes is accessible. 18 years ago
Daniel Grunwald 5313676a69 Make "Open containing folder in explorer" select the item. 18 years ago
Christian Hornung 2fde2f8329 Fixed the parse information not being updated when a window is closed with discarding the changes. 18 years ago
Christian Hornung 22b9e89c87 Fixed SD2-1461 (Exception when renaming form) and other issues with renaming forms. 18 years ago
Siegfried Pammer 0cb2888c11 Added tests for VBNetFormattingStrategy; fixed inserting of end statements after single line statements; fixed SD2-1319 18 years ago
Christian Hornung 3a63c4b209 Attempt to fix an exception that sometimes occurs when closing the workbench while an open text editor view has a selection. 18 years ago
Christian Hornung 214dcfa309 Workbench.ViewContentCollection now contains all view contents, including all secondary view contents. 18 years ago
Daniel Grunwald b8d273dc27 Fixed crash in CSharpExpressionFinder when the document contains carriage return (\r) without line feed. 18 years ago
Christian Hornung 0ed5d7cf3d Re-implemented persisting the state of view contents; the states are now saved in a single file (LastViewStates.xml). 18 years ago
Siegfried Pammer 2800566249 Partial rewrite of VBNetFormattingStrategy; uses a lexer for indenting; bug fix of SD2-1448, SD2-1284 and SD2-866; fixed multiple UndoSteps after renaming an entity. 18 years ago
Daniel Grunwald d25a379fae Removed code duplication IndentSelection<->FormatBuffer 18 years ago
Daniel Grunwald a2e61aee89 Fixed SD2-1450: Large amounts of output cause OutOfMemoryException 18 years ago
Christian Hornung d9265c5144 Added full support for project resources to the Windows.Forms designer. Fixed SD2-576 - Visual Studio Project Resources used in Form. 18 years ago
Daniel Grunwald a8570d9287 Fixed snippet converter C# -> VB (references to unknown properties like "this.Font" were seen as method groups, causes the converter to incorrectly add "AddressOf") 18 years ago
Daniel Grunwald e3e1e91b92 Fixed unit tests (implemented missing members in MockProjectContent). 18 years ago
Daniel Grunwald c582a32862 Fixed SD2-1446: Code completion lists private inner classes out of scope 18 years ago
Daniel Grunwald ea1c893a4a Reduce memory consumption of CompilerMessageView. Related to SD2-1450 (Large amounts of output cause OutOfMemoryException). 18 years ago
Daniel Grunwald 61c15ff222 Update samples. 18 years ago
Matt Ward bb010887f8 Fixed SD2-1340 - Can specify invalid namespace in Add Web Reference dialog. 18 years ago
Siegfried Pammer e0c660f7bb Improved "Extract Method" and added IsReferenceType to IReturnType 18 years ago
Daniel Grunwald 4333bf1d26 Add missing documentation for WpfDesign.XamlDom. 18 years ago
Christian Hornung a0e0103f12 Windows.Forms designer cleanup: 18 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 18 years ago
Daniel Grunwald 5f0f752290 Implemented SD2-1410 - Add Existing Folder 18 years ago
Daniel Grunwald 56bd533b84 Fixed SD2-1294: Reloading a file should load the file using a FileUtility.ObservedLoad method 18 years ago
Daniel Grunwald 08ccdbccfd Add outline view pad. 18 years ago