2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald c1a0dbbbe9 Fixed InvalidOperationException in RefactoringMenuBuilder when right-clicking on a definition immediately after adding/removing a field. 18 years ago
Daniel Grunwald 5af6034dd7 Assign positions to generated dummy type/members, this is required for the resolver to work correctly. 18 years ago
Daniel Grunwald 3b28446cec Add class for each code snippet conversion. 18 years ago
Matt Ward 7fdddcd1f4 Custom components can now be dragged and dropped onto a form from the Tools window. 18 years ago
Matt Ward c9cc1b2d38 Fixed null exception in the class browser when a new project is created. The class browser now checks the ProjectService.OpenSolution is not null. 18 years ago
Daniel Grunwald e461aa7bca Fixed bug: In "override" completion, methods/properties were shown multiple times if they were defined in multiple base classes. 18 years ago
Daniel Grunwald 11f6049c38 Implemented SD2-1353: Allow for build-action specific properties for FileProjectItems. 18 years ago
Daniel Grunwald adf614394b Fixed XML documentation warnings. 18 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 18 years ago
Daniel Grunwald 058f469b40 Docking library bugfix: Ensure pad visibility is set correctly, even when Windows.Forms is "lying" about Form.Visible. 18 years ago
Daniel Grunwald 257704fc07 Fixed NullReferenceException when resolving in incomplete method declaration. 18 years ago
Daniel Grunwald 92ca3a3a40 Make end of block a synchronizing token. This fixes the end location of blocks with simple syntax errors, improving code completion in some cases. 18 years ago
Daniel Grunwald 98bd9a21e3 Safe saving: don't use temporary file when the destination file does not exist. 18 years ago
Daniel Grunwald 1625f87db6 Fixed forum-7711: #Develop 3 Sidebar scrolling issues 18 years ago
Daniel Grunwald 8d4847e50d Fixed SD2-1408: NRefactoryResolver throws exception using 'Remove unused imports statements'. 18 years ago
Daniel Grunwald 9cdbc0f174 Fixed forum-7725: A zombie caret stays visible when closing a code completion dropdown with Esc. 18 years ago
Daniel Grunwald ed61e3bfaa Hide progress dialog while showing project load errors. 18 years ago
Daniel Grunwald 7efa54a6fb Fixed casing of Microsoft.CSharp.targets and System.Xml in .csproj files, fix FileUtility.Minimal.cs when running on Mono. 18 years ago
Daniel Grunwald 86499cb66f Fixed forum-7730: Code-completion on generic classes that derive from another generic class. 18 years ago
Daniel Grunwald 01c819ff5c Fixed forum-7737: a solution could be opened with relative path from the command line. 18 years ago
Daniel Grunwald 5c69217fcc Implemented SD2-1322: Cancelling an in progress search (based on patch by Siegfried Pammer) 18 years ago
Daniel Grunwald 6cb022610d Use MSBuild to determine the correct default value of "Copy Local". 18 years ago
Daniel Grunwald 91fe2ef2a6 Fixed bug that caused unit test failure. 18 years ago
Daniel Grunwald 6b13b051c1 Fixed exception when a file was modified externally so that the old start position of a class is on an invalid line. 18 years ago
Daniel Grunwald 985ca71e1b Add SimpleWorkbenchLayout (a very simple layout which is not using the docking library, all pads are fixed on the left side) 18 years ago
Siegfried Pammer b241da0577 Fixed the NullReference bug, when no document is opened in TaskListPad. 18 years ago
Siegfried Pammer 6228c14e07 Removed message box from TaskListPad and cleaned the code. 18 years ago
Siegfried Pammer f4567803e8 task pad now refreshes when ActiveViewContent is changed 18 years ago
Siegfried Pammer 9e02985b62 Implemented SD2-1404. 18 years ago
Daniel Grunwald 46ff714cc1 Fixed SD2-511: Code completion in inserted line 18 years ago
David Alpert de1ed7c4f4 Added basic support for Extract Interface refactoring in C#; not yet tested in VB.NET: 18 years ago
Daniel Grunwald 94b6797bc1 Fixed bugs regarding lambda type inference. 18 years ago
Daniel Grunwald 7236ca06c0 Fixed lambda type inference when the lambda was used for an expression tree. 18 years ago
Daniel Grunwald 3b59a03923 Fixed SD2-1393: Implicitly typed variable declaration without new keyword throws exception 18 years ago
Daniel Grunwald fa9d4b17a3 Improved handling of incomplete lambda expressions. 18 years ago
Daniel Grunwald a36875a615 Fixed anonymous types with explicit property names. 18 years ago
Daniel Grunwald f5913a8d1d Worked on lambda expression support. 18 years ago
Daniel Grunwald 420b068acd Rewrote type inference and overload resolution. The new version has support for implicitly typed lambda expressions. 18 years ago
Matt Ward 1014987ccd Fixed problem where a form's resx file would be opened the next time a solution was loaded if the solution was closed with the form open in the designer. 18 years ago
Daniel Grunwald 755c666347 Fixed forum-7601: 'Remove unused import statements' command removes extension method's namespace 18 years ago
Daniel Grunwald 7f07348741 Add option to context menu to automatically add a missing using statement. 18 years ago
Daniel Grunwald f6fb352ed1 FileChangeWatcher: prevent exception when OpenedFile.FileName is null. 18 years ago
Daniel Grunwald bff7f206c0 FileChangeWatcher: use HashSet instead of Set, we don't want to sort 18 years ago
Daniel Grunwald cb20c5214c QuickClassBrowser: fixed display of classes (namespace was missing). 18 years ago
Daniel Grunwald 392ef70922 Fixed SD2-1297: Implement "safe saving" 18 years ago
Daniel Grunwald 7e345cff99 Implemented SD2-1296: Watch files for external changes 18 years ago
Daniel Grunwald 3a1d4e2879 Limit length of entry names in clipboard ring. 18 years ago
Daniel Grunwald 02238ea49c Fix forum-7502: copy documentation when cloning members, fixes missing documentation in tooltips for generic methods/methods in generic classes 18 years ago
Daniel Grunwald 111e507419 Fixed forum-7497: Wrong generic overload resolution in tooltip (when a generic method was called from another generic method) 18 years ago
Daniel Grunwald 98b7690971 Fixed usage of AmbienceService.CurrentAmbience: sometimes the ConversionFlags were not used because the ambience object was recreated. 18 years ago