1557 Commits (1710bc93343255435bf2ca0dfbec94d621a28dbc)

Author SHA1 Message Date
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 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
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
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
Daniel Grunwald 22cb860681 Move OutlineTreeView into WpfDesign.Designer. 18 years ago
Daniel Grunwald 300d8a5e19 Implemented .xaml code completion. 18 years ago
Daniel Grunwald b4909233cf Added unit test for VBNetToCSharpConvertVisitor.FullyQualifyModuleMemberReference. 18 years ago
Daniel Grunwald 7d4c78a8a9 When adding an assembly reference, check if the code-completion information needs to be refreshed. 18 years ago
Christian Hornung 05ab24a760 Fixed SD2-798 - New items are not sorted in the project browser. 18 years ago
Daniel Grunwald e71f8f1c16 When repeatedly getting the full document text, reuse the same string instead of creating a new one every time. 18 years ago
Siegfried Pammer dfb4d81407 Implemented conditional breakpoints 18 years ago
Christian Hornung 996abff0a4 Fixed the project browser view state not being restored when a solution is opened by double-clicking it in Explorer or by passing its file name on the command line. 18 years ago
Christian Hornung c8de34803e Implemented SD2-1293 - Creating a DependentUpon file in the Project Browser: 18 years ago
Christian Hornung 73bc1fcfbf Added some application state information to exception reports. 18 years ago