Daniel Grunwald
3d0b926bd7
Set version number to 4.2.2.
13 years ago
Siegfried Pammer
48fe7804ea
fix bug MouseHoverLogic to make it easier to show Diff-Tooltip in editor: start MouseHover already on MouseEnter
13 years ago
Siegfried Pammer
31e60050c4
add Debugger AddIn dependency on ILSpy AddIn - should fix http://community.sharpdevelop.net/forums/t/16050.aspx
13 years ago
Daniel Grunwald
f302fdd7a2
Update to Mono.Cecil 0.9.5-95-g9f3c0f8.
...
This fixes a crash when opening a portable library project targeting .NET 4.5. (jbevain/cecil#101 )
13 years ago
Siegfried Pammer
9046067175
improve error message if accessing the performance counters fails
13 years ago
Siegfried Pammer
cbc65ee83f
fix profiler startup exception if performance counters are broken
13 years ago
Siegfried Pammer
53feb09a06
fix http://community.sharpdevelop.net/forums/t/15920.aspx - VB Parse - Unhandled Exception with embedded XML
13 years ago
Daniel Grunwald
bbd58339cd
BuildWorker: swap communication and build threads.
...
This is an attempt to fix http://community.sharpdevelop.net/forums/t/15654.aspx - BuildWorker40 hangs on windows 7 x64bit when invoking the markup compiler.
According the the report in the forums, the problem disappears when MSBuild is invoked on the main thread, and communication is suspended while the build is in progress (breaking cancellation).
This patch also moves the communication onto a background thread, fixing build cancellation. This might solve the problem if the hang was somehow related to the thread MSBuild was running on. However, if the AppDomain unload fails due to the thread stuck reading from the named pipe, the build worker might continue hanging with this patch.
13 years ago
Daniel Grunwald
4cdcd154d1
Fixed bug that caused the 'cyclic dependency between projects' error not to be shown.
13 years ago
Daniel Grunwald
1861f2663f
Avoid showing the 'solution altered externally' message twice.
13 years ago
Matt Ward
a19fc84b42
Fix invalid IIS Express command line arguments when a project name has a space character.
13 years ago
Matt Ward
f02f880254
Fix strongly typed ASPX views not working with default MVC project templates.
13 years ago
Siegfried Pammer
76b4fe6179
fix http://community.sharpdevelop.net/forums/p/15982/42766.aspx#42766 - Attach to Process and command “Step over”
...
Conditions were wrong if debugger was attached, but no solution opened.
13 years ago
Siegfried Pammer
9345aa7cc9
update translations
13 years ago
Daniel Grunwald
8a45f2e79e
Update ICSharpCode.Decompiler to ILSpy 2.1
13 years ago
Siegfried Pammer
0596de0f0f
implement type-lookup cache to improve performance of Forms Designer - http://community.sharpdevelop.net/forums/t/15914.aspx
13 years ago
Matt Ward
e98d78f6df
Fix null reference when using Show Service in Browser when service address not found in app.config.
13 years ago
Daniel Grunwald
90871ca3e7
Revert aca4119
(r5998) to fix forum-14354: Rename fails if filename in Project Explorer is too long for the treeview viewport
13 years ago
Siegfried Pammer
fde27ea60a
add some more unit tests for VB indentation and add colon as statement terminator
13 years ago
Siegfried Pammer
7672cab705
fix build
13 years ago
Siegfried Pammer
e4a3f11179
fix Indentation incorrect in function - http://community.sharpdevelop.net/forums/p/13803/41447.aspx#41447
13 years ago
Siegfried Pammer
e9bfd6145f
fix Cannot load designer when using 'select case' - http://community.sharpdevelop.net/forums/p/15838/41446.aspx#41446
13 years ago
Daniel Grunwald
a2f42f2665
Fixed StackPanelPlacementSupport.ChangePositionTo().
...
http://community.sharpdevelop.net/forums/t/13865.aspx
13 years ago
Daniel Grunwald
415f4ae274
Replace spaces with tabs.
13 years ago
Matt Ward
57d8888947
Fix WCFMetadata project item for Service References being added multiple times when adding a service reference.
13 years ago
Siegfried Pammer
6d8bf0047d
fix bug introduced by f0ab34006f
- http://community.sharpdevelop.net/forums/t/15792.aspx
13 years ago
Daniel Grunwald
12fba5cb2b
Remove incorrect GetElementType() call.
13 years ago
Daniel Grunwald
67e61d9c02
Don't crash when opening a file while an SVN operation is in progress.
...
http://community.sharpdevelop.net/forums/t/15766.aspx
13 years ago
Daniel Grunwald
e8ca5763fa
Fixed NotSupportedException when stepping into a decompiled generic method. (crash #3606 )
13 years ago
Daniel Grunwald
b2542bf182
Fixed bad assert (floating point imprecision)
...
http://community.sharpdevelop.net/forums/t/15797.aspx
13 years ago
Siegfried Pammer
e96d9b64f3
set version number to 4.2.1
13 years ago
Siegfried Pammer
4819102e03
if project name and project file name differ, it is not possible to rename the project, if the new name is the same as the project file name. - http://community.sharpdevelop.net/forums/t/15800.aspx
13 years ago
Siegfried Pammer
852d4356f7
improve implementation of unsupported code removal
13 years ago
Siegfried Pammer
8a4aff214e
fix problems with inherited members in Windows Forms DesignerGenerator - http://community.sharpdevelop.net/forums/t/15800.aspx
13 years ago
Siegfried Pammer
02b066d833
fix operators in VB Parser - http://community.sharpdevelop.net/forums/t/15791.aspx
13 years ago
Siegfried Pammer
2723154950
update version name for RTW
13 years ago
Daniel Grunwald
f38add775c
Add a negative margin to the image in the QuickClassBrowser so that it does not cause the ComboBox to expand in height.
13 years ago
Matt Ward
fe25841b5f
Fix XML Tree View editor changing text file line endings to Unix format.
13 years ago
Matt Ward
78ab872f81
Fix file not found exception when opening an xml document referencing a dtd in the Xml Tree View editor.
13 years ago
Siegfried Pammer
57f9d9937b
fix http://community.sharpdevelop.net/forums/t/15743.aspx - Null reference exception in Watch windows
13 years ago
Siegfried Pammer
723ed39a8a
fix http://community.sharpdevelop.net/forums/t/15745.aspx - Delete variable in watch window
13 years ago
Daniel Grunwald
c5e470b7af
Fixed thread-safety issue when accessing IProjectContent.ReferencedContents.
...
Fixes InvalidOperationException in XamlCompilationUnit.FindType (crash #240 )
13 years ago
Daniel Grunwald
65394ce3e0
Change folding commands so that they do not require a ParserFoldingStrategy.
...
This fixes "toggle all foldings" for .xml files.
13 years ago
Daniel Grunwald
6699d0bb1d
Fixed C# parser crash on invalid unicode escape sequences in string literals.
13 years ago
Daniel Grunwald
78ca36ef33
Update ILSpy to 2.0.0 release
...
Update NewNRefactory to 5.0.0.6
Update Mono.Cecil to 0.9.5-79-gec8248d
13 years ago
Daniel Grunwald
b65f0de5f0
Make CreateMemento/SetMemento virtual for compatibility with SD 4.1.
13 years ago
Matt Ward
17032166d9
Add reference to System.Runtime.Serialization when generating service references.
13 years ago
Siegfried Pammer
c28103cce9
mark 4.2 RC release + update translations
13 years ago
Matt Ward
07599ad640
Update setup with new NuGet packages used in project templates.
13 years ago
Matt Ward
1aaf6ddc6f
Update to latest jQuery and Modernizr NuGet packages.
13 years ago