Daniel Grunwald
93e368d5e2
ILSpySymbolSource.GetLocalVariables: in case of error, return an empty collection instead of null
11 years ago
Daniel Grunwald
09a0c5ca39
Try to fix InvalidCastException in CreateOverloadWithoutParameterAction
11 years ago
Daniel Grunwald
04a076956d
Try to fix NullReferenceException in UnreachableCodeIssue.
11 years ago
Daniel Grunwald
b171c5210f
ForeachStatement.EmbeddedStatement doesn't return null, but it might return Statement.Null.
11 years ago
Daniel Grunwald
9b67631e55
Debugger: During callback processing, handle the COMException "Process was terminated. (Exception from HRESULT: 0x80131301)".
...
The exception occurs if a process is killed (e.g. console window of console application closed) while the application is doing something involving debugger callbacks (Debug.WriteLine calls, or throwing+handling exceptions).
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
Daniel Grunwald
929fc8e4f1
More high-DPI fixes.
11 years ago
Daniel Grunwald
ceeb58b133
Don't catch ProjectLoadException in ProjectDescriptor.
...
The whole template creation process (ProjectTemplate.CreateProjects) should throw the exception so that exception details are available to the caller.
This fixes displaying the ToolNotFoundDialog when creating a WiX project without installing the WiX toolset.
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
Andreas Weizel
96f6ad6d93
Fix #458 : Shortcut for 'Reformat code' breaks the '@' symbol on Turkish keyboard layouts. Shortcut has been changed to Ctrl+Shift+I.
11 years ago
Daniel Grunwald
14464bd8b4
Fix #466 : Add support for targeting .NET 4.5.2
11 years ago
Daniel Grunwald
3bbbf0b732
Windows SDK 7.1 is still necessary
11 years ago
Peter Forstmeier
c3120ad7e1
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
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
Peter Forstmeier
d9c293a324
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
11 years ago
Peter Forstmeier
0cba158e83
DataRow and Groupheader
11 years ago
Matt Ward
92caf65abc
Update README.md
...
Fix link to Windows 8 SDK.
11 years ago
Matt Ward
38907deb97
Merge pull request #462 from OpenSharp/master
...
Fixed click on tools in README.md
11 years ago
Dzmitry Lahoda
f3bd451931
Update README.md
11 years ago
Daniel Grunwald
1554b2d0c3
Fix creation of dummy file in debugger dot completion.
11 years ago
Daniel Grunwald
433cde2c04
If MSBuild 12.0 is installed, use it for all .NET 4.x projects.
11 years ago
Daniel Grunwald
ff6ac4c8f4
Disable auto-formatting by default.
11 years ago
Daniel Grunwald
2f67a53159
Extract IsPlatformTarget32BitOrAnyCPU into an extension method.
...
Closes #274
11 years ago
Siegfried Pammer
961c05c1c2
Merge pull request #449 from jogibear9988/master
...
Few fixes for XAML Designer in Sharp Develop
11 years ago
Christoph Wille
5e39385d33
Remove SDR samples as they are now hosted in their own repository at https://github.com/icsharpcode/SharpDevelopReporting/
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
...
SharpDevelop cannot profile a DLL without a host executable
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
90a8e0d4c6
Make use of RichText.CreateRuns()
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
...
Re-opens #109 and #144 .
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
8698272c4b
When replacing the whole document, ensure the deleted lines have IsDeleted set to true.
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
Siegfried Pammer
cfc8e8ae6b
fix unit tests
11 years ago
Siegfried Pammer
b2a877fb45
fix #452 : XAML CC inserts ", " in unexpected places when typing nested markup extension
11 years ago
Siegfried Pammer
3f0a433b16
cancel XAML completion in attribute values, if '{' is pressed and we are in an empty attribute value
11 years ago
jkuehner
28af1f070c
Select Items below the current by Pressing Alt Key when Clicking on Control!
11 years ago
jkuehner
632aa871dc
WPF Toolkit DLL missed for Color & TimeSpan Editor
11 years ago
jkuehner
eae49c832c
A few small fixes for the XamlDesigner Sample App:
...
- fix the AvalonDock default Settings so no exception is raised
- Allow the Designed WPF View to be Tested or Rendered to a Bitmap
- Better Assembly Resolving
11 years ago
jkuehner
5b3cfdb474
Color & TimeSpan Editor in PropertyGrid
...
uses Controls from Extended WPF Toolkit fork (https://github.com/jogibear9988/WpfExToolkit )
11 years ago
jkuehner
5a181c135f
Open Collection Editor from PropertyGrid for Properties which implement ICollection
...
(Resources, Children, Items, ...)
11 years ago