1113 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald f9bf7d61cd r3143@daniel-notebook: daniel | 2008-06-26 22:55:25 +0200 18 years ago
Daniel Grunwald b373049a0b r3142@daniel-notebook: daniel | 2008-06-26 22:16:56 +0200 18 years ago
Daniel Grunwald 134fd3a2f9 Fixed SD2-1405: VB ! operator does not parse 18 years ago
Daniel Grunwald f57361a316 Fixed SD2-1422: VB Parser throws exception dealing with some attributes 18 years ago
Daniel Grunwald 51b80f6f6d Fixed SD2-1420: Variables of type 'char' are converted incorrectly from C# to VB 18 years ago
Daniel Grunwald 71bc008c82 Fixed forum-7917: Indentation is being erroneously applied to inline attributes 18 years ago
Daniel Grunwald fc91d0fdd7 Fixed forum-7883: exception when converting "a += b" from C# to VB when "a" is a pointer type. 18 years ago
Daniel Grunwald 03a8ae3612 Fixed forum-7902: VB parser incorrectly added attribute sections on parameter declarations to all parameters. 18 years ago
Daniel Grunwald 6c80e7b99b Added managed Caret implementation to the TextEditor. 18 years ago
Daniel Grunwald c1a0dbbbe9 Fixed InvalidOperationException in RefactoringMenuBuilder when right-clicking on a definition immediately after adding/removing a field. 18 years ago
Daniel Grunwald 3b28446cec Add class for each code snippet conversion. 18 years ago
Daniel Grunwald 4d258e1545 Don't validate the caret position when a nested EndUpdate() call, only do so on the final EndUpdate() call. 18 years ago
Daniel Grunwald be4618829d Validate caret position after document updates; the caret could get outside the document after refactorings. 18 years ago
Daniel Grunwald ac524be22c Fixed bug that prevented caret position update when confirming code completion with Enter. 18 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 18 years ago
Daniel Grunwald 7970b7720d Fixed caret update when scrolling. 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 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 dc223f0a61 Fixed forum-7743: CodeDom conversion: convert "!(a == b)" to "a != b" instead of "(a == b) == false". 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 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 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
Daniel Grunwald 5f1c768d62 Moved IHighlightingStrategy.GetRuleSet and IHighlightingStrategy.GetColor into a separate interface. 18 years ago
Daniel Grunwald ef561b891c Fixed forum-6924: conversion of string constants from C# to VB should use vbCr, vbNullChar etc. 18 years ago
Daniel Grunwald bc1cff71af Fixed forum-7627: FindWordStart function bug 18 years ago
Daniel Grunwald 94b6797bc1 Fixed bugs regarding lambda type inference. 18 years ago
Daniel Grunwald fa9d4b17a3 Improved handling of incomplete lambda expressions. 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
Daniel Grunwald 392ef70922 Fixed SD2-1297: Implement "safe saving" 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
Daniel Grunwald abbd911bc1 Fixed end location of preprocessing directives. 18 years ago
Matt Ward b61304545c ICSharpCode.DataTools assembly is no longer registered for COM interop. 18 years ago
Dickon Field ce31a3b6dc Removed COM visibility attributes since they are not required, and may cause issues if you build as an user other than Administrator 18 years ago
Daniel Grunwald 6bfa9f37c2 NRefactory: add support for evaluating C# preprocessing directives 18 years ago
Daniel Grunwald 7ef5417928 Fixed potential stack overflow in DockContentHandler.cs. 18 years ago
Dickon Field d40b8e75e8 updated project files to remove unnecessary local copies of files, and set release build destination 18 years ago
Dickon Field c6ae904f0c Added latest version of server tools in the right place, and removed sharp server tools from the solution. Not deleted sharp server tools yet since I need some code from it 18 years ago
Daniel Grunwald 2d0d13aae7 Fixed forum-7331: Deleting .cs code template group causes code completion to throw NullReferenceException 18 years ago
Daniel Grunwald 82bbab8aec Forum-6859: Show code templates in code completion. 18 years ago
Daniel Grunwald cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
David Srbecký 7e46aa6f9d Limit repainting of Local Variables Pad to 40 ms. 18 years ago
David Srbecký 6d9f9d7184 Show the list of childs being progressively populated, do not wait until they are all loaded. 18 years ago
David Srbecký e471b86bfb Refreshed the documentation file. (Switched to Sandcastle) 18 years ago
Dickon Field ccdf9de860 Added a little more code for the db control - working on the db object tree 18 years ago
David Srbecký 669ace74ea Catch evaluation errors are display them as special error node. 18 years ago
Daniel Grunwald 34bac66a8f Fixed resolving when a generic class derived from a non-generic class with the same name. 18 years ago
Daniel Grunwald 347af114dd Fixed code completion after new-expression "new SomeClass().Member". 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago