Matt Ward
|
06df4bbea1
|
Use svcutil built against .NET 4.0
|
13 years ago |
Matt Ward
|
2513d08f9f
|
Implement advanced options for generating service references.
|
13 years ago |
PeterForstmeier
|
5129e1b5d4
|
Convert EditStandardHeaderPanel.cs to Wpf
|
13 years ago |
Siegfried Pammer
|
c580b21697
|
fix leaked OpenedFile after creation of ViewContent fails, causes exceptions some later actions, see:
http://community.sharpdevelop.net/forums/t/15625.aspx
|
13 years ago |
Siegfried Pammer
|
b6d2d5a60d
|
fix SD-1594 - Windows Forms designer generates the wrong version of .resx files for .NET 3.5 projects
and convert .resx on project upgrade/downgrade (as noted in a comment on the issue)
|
13 years ago |
Daniel Grunwald
|
6921b3ed90
|
Fixed crash when overwriting binary files while creating a new project.
http://community.sharpdevelop.net/forums/t/15626.aspx
|
13 years ago |
PeterForstmeier
|
6d868f9b7b
|
Cleanup
|
13 years ago |
PeterForstmeier
|
fcaa037aa6
|
Convert SelectStylePanel from *.xrfm to Wpf
|
13 years ago |
Siegfried Pammer
|
589598e3ac
|
fix build
|
13 years ago |
PeterForstmeier
|
a2b9954af9
|
Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms
|
13 years ago |
PeterForstmeier
|
d912c0b6d5
|
StringListEditorXaml.xaml, DataBinding still missing
|
13 years ago |
Siegfried Pammer
|
bf23572925
|
fix http://community.sharpdevelop.net/forums/t/15618.aspx - do not dispose change watcher in ChangeMarkerMargin - it could be used by two different margins (in two synchronized text editors, for ex. split view)
|
13 years ago |
Siegfried Pammer
|
a7309fc677
|
fix SD-1726 - WPF loads assemblies by their unqualified name
|
13 years ago |
David Srbecký
|
0fb7f129c8
|
Fixed bug in node removal - the removed node was left in invalid state.
This only caused problems if the node was later added back.
|
13 years ago |
Siegfried Pammer
|
06440c49d8
|
fix SD-1894 - ArgumentOutOfRangeException when indenting .xaml file
|
13 years ago |
David Srbecký
|
b7863dc22a
|
SharpTreeView lines were sometimes incorrect due to recycling
|
13 years ago |
David Srbecký
|
954b991caf
|
Fixes for rare AvalonDock bugs:
- Exception when closing tab by middle-clicking
- Exception when hovering over auto-hide pad
|
13 years ago |
Daniel Grunwald
|
e1b0e5249e
|
Save docking layout into memory stream first, then write the contents to file.
This prevents corruption when there is an exception saving the layout.
|
13 years ago |
Matt Ward
|
6373be8ba0
|
Generate app.config with service reference information.
|
13 years ago |
PeterForstmeier
|
f4a5cc6400
|
StringListEditorXaml.xaml
|
13 years ago |
Matt Ward
|
3358edbaa0
|
Use SvcUtil to generate service proxy class.
|
13 years ago |
Siegfried Pammer
|
eb152e33a5
|
fix build
|
14 years ago |
Daniel Grunwald
|
c00a5bf311
|
Fixed NullReferenceException in CppProject.get_OutputAssemblyFullPath
|
14 years ago |
Daniel Grunwald
|
9d4c0377e1
|
Handle UnauthorizedAccessException from trying to read from XmlDoc cache.
|
14 years ago |
Daniel Grunwald
|
7a5190f7d3
|
Fix NullReferenceException in DebugMethodInfo.get_IsGenericMethod
|
14 years ago |
Daniel Grunwald
|
6f34f0a131
|
Remove ".NET 4.5 Client" target framework - as of .NET 4.5 Beta, there is no client profile.
|
14 years ago |
Daniel Grunwald
|
2fc9ff16e3
|
Fixed snippet options.
|
14 years ago |
Siegfried Pammer
|
18e6a68d15
|
fix bug in FindAll and added Unit Tests
|
14 years ago |
Siegfried Pammer
|
09577bbc9b
|
apply Matt's suggestion on readability
|
14 years ago |
Siegfried Pammer
|
e6e380cc04
|
fix quirks in XML completion
|
14 years ago |
Daniel Grunwald
|
6f6a97acca
|
Move listbox/listview styles that highlight the focus instead of the selection to GlobalStyles.
|
14 years ago |
PeterForstmeier
|
7d26705e9f
|
Change ProjectOptions.ReferencePaths.cs to WPF
|
14 years ago |
Siegfried Pammer
|
67bf64d371
|
fix http://community.sharpdevelop.net/forums/p/14605/38878.aspx#38878
|
14 years ago |
Daniel Grunwald
|
08a54ec770
|
Expose the <ReferenceOutputAssembly> setting in the SharpDevelop UI.
|
14 years ago |
Daniel Grunwald
|
e1cb442ee6
|
Fixed editor crash introduced in 02f6c64 .
|
14 years ago |
Daniel Grunwald
|
b7a6c3164b
|
Adjust unit test to changed CollapsedLineSection behavior.
|
14 years ago |
Daniel Grunwald
|
f22f0bab38
|
Add back accidentally deleted resource string.
|
14 years ago |
Daniel Grunwald
|
02f6c641cf
|
AvalonEdit: Fixed issue that caused the collapsed line state in the HeightTree to become inconsistent with the state in the folding manager.
This bug was causing strange scrolling behavior when a file with collapsed folding sections got reloaded due to external changes.
|
14 years ago |
PeterForstmeier
|
02184b1b64
|
Convert hard coded text to StringResources in DebugOptions
|
14 years ago |
Matt Ward
|
e8c1b5f2de
|
Add CodeQuality project to SharpDevelop.Tests solution.
|
14 years ago |
Matt Ward
|
175649ed03
|
Use IronRuby built from source so it uses the same Microsoft.Scripting assemblies as IronPython to fix MissingMethodException.
|
14 years ago |
Daniel Grunwald
|
2d0d4433f0
|
Fix NullReferenceException in Process.GetCurrentExecutingFrame
|
14 years ago |
Daniel Grunwald
|
4d8910a68d
|
Update to Mono.Cecil 0.9.5-73-ga5ffcc0
|
14 years ago |
Daniel Grunwald
|
7fed1f99e4
|
Fix compiler warning.
|
14 years ago |
Daniel Grunwald
|
82acae343b
|
Fix NullReferenceException in MSHelpSystem.BrowserScheme.DocumentCompleted
|
14 years ago |
Daniel Grunwald
|
3ed3ed64b1
|
Potential fix for NullReferenceException in WindowsDebugger.GetValueFromName().
|
14 years ago |
Daniel Grunwald
|
ba5274635c
|
Fix ArgumentOutOfRangeException when opening "add service reference" dialog.
|
14 years ago |
Daniel Grunwald
|
6030c6869c
|
Fix minor memory leak in AvalonEdit.
|
14 years ago |
Daniel Grunwald
|
fc9d01eee9
|
Fixed running unit tests in .NET 4.5 project.
|
14 years ago |
Siegfried Pammer
|
377114e1c9
|
remove options for JMC and Step over code without symbols (both of them are enabled by default), use "Decompile code without symbols" instead
|
14 years ago |