7830 Commits (39e5da367ece105447d1cf67b14e99674c44bb59)

Author SHA1 Message Date
Andreas Weizel 0c1a36503f Fixed CSharpBinding tests. 11 years ago
Andreas Weizel 519d5735c9 Tried implementing automatical updating of editors after changing policy-specific indentation changes + some refactoring. 11 years ago
Peter Forstmeier 7e532c4536 Simple Context Menus 11 years ago
Matt Ward 8384a172d6 Fix incorrect package sources being used when updating a package. 11 years ago
tbulle ca037b0938 Allows placementoperation to take null for PlacementAlignment so that all snaplines can be shown at the same time on resize operations 11 years ago
Matt Ward 50b2f02f0d Fix .nuget folder not being checked for a NuGet.Config file. 11 years ago
Andreas Weizel 6ff259e9de IndentationSize and ConvertTabsToSpaces settings can now be defined in separate policies together with other formatting options. 11 years ago
Matt Ward 70fd9337bd Support solution specific NuGet.Config files. 11 years ago
Siegfried Pammer 7c5b1f93f0 XAML CC: do not insert equals sign and quotation marks while trying to type the name of an attached property/event 11 years ago
jkuehner 2b8f0cba26 Fix Assembly resolving in WPF Designer if Control DLLs require other Control DLLs 11 years ago
Linquize 31382f7051 This is the Visual Studio Style Event Handler: preserve control name case 11 years ago
tbulle 6697216623 Fixed bug that double escaped backslashes became three backslashes after parsing 11 years ago
tbulle 7e238a9b52 Fix for skewed checkbox movement on arrow key press 11 years ago
tbulle a6a9bfe7c2 Fixed so that MarkupExtensionParser doesent ignore escaped backslash 11 years ago
tbulle c825585043 Simplification of code 11 years ago
gumme 6252f3b507 Added support for native types (string, int, double, etc). 11 years ago
Linquize 087d79f356 WinForms Designer should not modify class fields of generic types outside designer file 11 years ago
Linquize 0153927447 Add trailing newline when generating InitializeComponents() 11 years ago
Peter Forstmeier 58f346415c TextEditor for text and expressions in PropertyGrid, 11 years ago
Daniel Grunwald 93e368d5e2 ILSpySymbolSource.GetLocalVariables: in case of error, return an empty collection instead of null 11 years ago
Daniel Grunwald 9b67631e55 Debugger: During callback processing, handle the COMException "Process was terminated. (Exception from HRESULT: 0x80131301)". 11 years ago
Daniel Grunwald b48164d331 Fix build by ignoring the broken debugger unit test. See #472 for details. 11 years ago
Andreas Weizel 35ed1ef0d0 Fix #471: Debugger console crashes with "DebuggerException: Evaluation did not return any value" when invoking a method returning `void` 11 years ago
gumme 5ccc93f254 Added tests for undo/redo operations on implicit and explicit dictionaries. 11 years ago
tbulle c410a20a75 Nullable ResizeThumbAlignment to enable both top and bottom snap on resize simultaneously 11 years ago
tbulle 8b8cdfbc40 Created Interface to be able to customize PropertyGrid 11 years ago
Daniel Grunwald 929fc8e4f1 More high-DPI fixes. 11 years ago
Daniel Grunwald 8666180860 Fix a couple of high-DPI problems. 11 years ago
Daniel Grunwald 68c1cd6cf7 Fix #356: Search and Replace dialog window does not scale with DPI setting 11 years ago
gumme 300417bb5f Added tests for undo/redo operations on implicit and explicit lists. 11 years ago
Peter Forstmeier ef51be84a8 Some renames, broken UnitTest is working again 11 years ago
Andreas Weizel 5d759cd9e3 Fix #453: Solution FormatterSettings are not persisted properly 11 years ago
Peter Forstmeier 53bba82906 Ignore broken Test 11 years ago
jkuehner df4cd4b1c6 A few WhiteSpace fixes and Comments removed. 11 years ago
jkuehner 82099d61fa Right Click Context Menu for multiple Selected Items to Wrap them in a Container (Grid or Canvas at the Moment!) 11 years ago
Peter Forstmeier 0cba158e83 DataRow and Groupheader 11 years ago
Daniel Grunwald 1554b2d0c3 Fix creation of dummy file in debugger dot completion. 11 years ago
Daniel Grunwald ff6ac4c8f4 Disable auto-formatting by default. 11 years ago
Daniel Grunwald 2f67a53159 Extract IsPlatformTarget32BitOrAnyCPU into an extension method. 11 years ago
Siegfried Pammer c73869fef9 fix #457: XAML CC inserts ", " in markup extension property value 11 years ago
Siegfried Pammer db7a4e3f6e fix #441: Profiler crashes 11 years ago
Daniel Grunwald a2236d7b4c Fix #377: Underlines are a little off when created by background syntax check and after compilation 11 years ago
Daniel Grunwald 0b78a71209 Fix #455: C# CaretReferenceHighlighter highlights incorrect offsets before it is being refreshed 11 years ago
Daniel Grunwald 0e4c8b8177 Fix escaping of char literals in debugger output. 11 years ago
Daniel Grunwald b4543592d0 Fix #445: Debug console crash when evaluating some types of expressions in a generic context 11 years ago
Daniel Grunwald 5c3783f8e8 Fix #450: FormatItem completion and partial completion 11 years ago
Daniel Grunwald c11c509e87 Fix #447: Revert to old indent engine 11 years ago
Peter Forstmeier 79ef5788d6 Add public void Run (Stream stream) and public void Run (string fileName,bool show) to Pdf/PdfExporter.cs 11 years ago
Daniel Grunwald ed42398a05 Use ToolNotFoundProjectLoadException in WixProject.CheckWixIsInstalled() 11 years ago
Daniel Grunwald 354b7a404c Fix C# syntax highlighting: more than 3 slashes do not start a doc comment. 11 years ago