1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
Markus Palme 7a09eef396 VB.NET nullable value types 17 years ago
Markus Palme e7df280557 anonymous types for VB.NET 17 years ago
Markus Palme e3733a8709 member initialization for VB.NET object creation expressions 17 years ago
Markus Palme 16fcc4255f conditional operator and null coalescing operator for VB.NET 17 years ago
Markus Palme 6c370efeeb VB.NET partial methods 17 years ago
Markus Palme 9ade2e5281 extension method test for VB.NET 17 years ago
Markus Palme b96cbb193a set location for AST elements (fixes unit tests) 17 years ago
Markus Palme a1d947d5cd run CheckParentVisitor on VB.NET unit tests; 17 years ago
Daniel Grunwald 4a08f70497 Fixed build. 17 years ago
Daniel Grunwald f60b4cbb8f Fixed NullReferenceExceptions when Clipboard.GetData returns null. 17 years ago
Daniel Grunwald 8b11b9d6e7 r7325@daniel-notebook (orig r3356): daniel | 2008-08-14 22:29:59 +0200 17 years ago
Daniel Grunwald 0b36168819 r7323@daniel-notebook (orig r3354): daniel | 2008-08-14 18:09:24 +0200 17 years ago
Daniel Grunwald 5ebc8f15f1 r7318@daniel-notebook (orig r3349): daniel | 2008-08-14 14:44:42 +0200 17 years ago
Daniel Grunwald 62d696d1ee r7317@daniel-notebook (orig r3348): daniel | 2008-08-14 13:28:28 +0200 17 years ago
Daniel Grunwald c1c5eb636d r7313@daniel-notebook (orig r3344): daniel | 2008-08-14 11:22:02 +0200 17 years ago
Daniel Grunwald c1dacbab28 Fixed stack overflow in CodeDomVisitor.VisitLabelStatement. 17 years ago
Matt Ward a4b1ed0fae Removed server tools addin. 17 years ago
Daniel Grunwald b3d8bda1a8 Don't throw exception when an SDK tool is not found. 17 years ago
Daniel Grunwald 43b5600281 Update AvalonDock to 1.1.1501 17 years ago
Daniel Grunwald 216cc81acd Add AvalonDock. 17 years ago
Daniel Grunwald 69598c8466 Make workbench a WPF window. 17 years ago
Daniel Grunwald f18f9a6817 Add "Add check for null" and "Add range check" commands to C# refactoring menu. 17 years ago
Daniel Grunwald 13814fa026 Raise TextAnchor.Deleted events before LineManager.LineCountChanged. 17 years ago
Daniel Grunwald 2f65a05f2b Fixed forum-7979 (breakpoint disappears when the line above is deleted). 17 years ago
Daniel Grunwald dd5c96bee3 Implemented SD2-1431: C# <-> VB converter: hexadecimal literals should stay hexadecimal 17 years ago
Daniel Grunwald 4151c3e2d0 Remove files added by incorrect merge. 17 years ago
Daniel Grunwald a32c342c83 Trying to sync a local mirror repository with the SharpDevelop repository... 17 years ago
Daniel Grunwald d2b66aed54 When the code-completion window is opened with Ctrl+Space/"complete when typing", deleting the completed text with backspace closes the code-completion window. 17 years ago
Justin Dearing 71bc1faf33 Added xmldocs and Description attributes to TreeViewAdv. 17 years ago
Daniel Grunwald cb0ac968c0 Fixed overwriting selected text by pasting. 17 years ago
Daniel Grunwald 2af778abe8 SD2-1366: Add Boo Interpreter back to SharpDevelop 17 years ago
Daniel Grunwald 9fae8aee0d Allow specifying movement type of text anchors. 17 years ago
Daniel Grunwald 6898622e89 Improved support for read-only text sections in the text editor: fixed some bugs, removed CustomLineManager, read-only sections now are created using text markers. 17 years ago
Daniel Grunwald 02bfd85792 Implemented code-completion for pointer types. 17 years ago
David Srbecký 5080d5c8d9 Fixed Breakpoint.Hit event; 17 years ago
Daniel Grunwald 2ba44dd381 Merge Vendor/DockPanelSuite v2.1:v2.2 to SharpDevelop/Src/Libraries/DockPanel_Src. 17 years ago
Daniel Grunwald f9bf7d61cd r3143@daniel-notebook: daniel | 2008-06-26 22:55:25 +0200 17 years ago
Daniel Grunwald b373049a0b r3142@daniel-notebook: daniel | 2008-06-26 22:16:56 +0200 17 years ago
Daniel Grunwald 134fd3a2f9 Fixed SD2-1405: VB ! operator does not parse 17 years ago
Daniel Grunwald f57361a316 Fixed SD2-1422: VB Parser throws exception dealing with some attributes 17 years ago
Daniel Grunwald 51b80f6f6d Fixed SD2-1420: Variables of type 'char' are converted incorrectly from C# to VB 17 years ago
Daniel Grunwald 71bc008c82 Fixed forum-7917: Indentation is being erroneously applied to inline attributes 17 years ago
Daniel Grunwald fc91d0fdd7 Fixed forum-7883: exception when converting "a += b" from C# to VB when "a" is a pointer type. 17 years ago
Daniel Grunwald 03a8ae3612 Fixed forum-7902: VB parser incorrectly added attribute sections on parameter declarations to all parameters. 17 years ago
Daniel Grunwald 6c80e7b99b Added managed Caret implementation to the TextEditor. 17 years ago
Daniel Grunwald c1a0dbbbe9 Fixed InvalidOperationException in RefactoringMenuBuilder when right-clicking on a definition immediately after adding/removing a field. 17 years ago
Daniel Grunwald 3b28446cec Add class for each code snippet conversion. 17 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