Daniel Grunwald
9099e376d8
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
Matt Ward
c5d56286b4
Install NuGet.Console.Types.dll with package management addin.
13 years ago
Matt Ward
e33c7f4edd
Allow MvcScaffolding to set the default PowerShell runspace through the IConsoleInitializer.
13 years ago
Andreas Weizel
cec924fd86
Changed sort order of matching items in GotoDialog: Full matches are followed by items of currently open code file, shown in bold font. Then all other matches (from other files) are shown as usual.
13 years ago
PeterForstmeier
0ed2a4815b
Set Icons in AnalysisProjectOptionsPanelXaml.xaml
13 years ago
Daniel Grunwald
7501a05c42
Add ToString() to TreeViewOptionsDialog.OptionPanelNode
13 years ago
Matt Ward
8db1129b77
Implement VS Reference.SourceProject.
13 years ago
Matt Ward
5a45669440
Support project name as the default positional parameter in Get-Project cmdlet.
13 years ago
PeterForstmeier
d87460b415
Analysis/CodeAnalysis/Src/AnalysisProjectOptionsPanelXaml.xaml - Read FxCop-Rules List
13 years ago
Daniel Grunwald
b6fe975de1
Fixed UpdateAssemblyInfo error when git repository exists but git.exe cannot be found.
13 years ago
Daniel Grunwald
5284451320
Fixed bug that caused the 'cyclic dependency between projects' error not to be shown.
13 years ago
Matt Ward
3bf32ecde4
Add workaround for the code dom not returning the correct start column for methods without a modifier and with fully qualified return values.
13 years ago
Matt Ward
32b975464f
Implement EnvDTE.CodeInterface.AddFunction.
13 years ago
PeterForstmeier
02ec99456f
Merge branch 'xmlForms' of github.com:icsharpcode/SharpDevelop into xmlForms
13 years ago
PeterForstmeier
6d16d13c47
intermediate
13 years ago
Daniel Grunwald
8ff3f109b0
Fixed MSBuildBasedProject.GetPropertyValue() for properties that are replaced by imported .targets files.
...
Use ProjectProperty<bool> where possible.
13 years ago
Matt Ward
6e460e179f
Implement EnvDTE.CodeClass.AddVariable.
13 years ago
PeterForstmeier
5a39e7e668
CodeCoverage -> CodeCoverageProjectOptions
13 years ago
PeterForstmeier
0ca48c2698
ProjectOptionPanel.xaml VerticalAlignment="Center" for ComboBoxes
13 years ago
PeterForstmeier
b7ff58d580
CppBinding/CppBinding/Project/LinkerOptions.xaml
13 years ago
PeterForstmeier
a7daa12a17
CppBinding/CppBinding/Project/PreprocessorOptions.xaml
13 years ago
PeterForstmeier
034aa4f307
CssBinding ApplicationOptions.xaml
13 years ago
PeterForstmeier
555a724903
DebugOptions
13 years ago
PeterForstmeier
3ed2c63fd5
Add ScrollViewer
13 years ago
PeterForstmeier
8b635bd82e
Signing.xaml
13 years ago
PeterForstmeier
167cec4260
ApplicationSettings
13 years ago
PeterForstmeier
d3ff0ad029
BuildOptions
13 years ago
Daniel Grunwald
a0ddc9e72a
Avoid showing the 'solution altered externally' message twice.
13 years ago
PeterForstmeier
eb2cf006c3
BuildOptions.xaml
13 years ago
Siegfried Pammer
2afdcf30d4
simplify SharpDevelop version inserted into solution files
13 years ago
PeterForstmeier
e91c4ed9fe
Remove very old Publish.xfrm
13 years ago
Daniel Grunwald
94585060eb
Make ColumnRulerRenderer internal; expose pen instead of brush.
13 years ago
PeterForstmeier
57816aaf9f
Remove unused Files
13 years ago
PeterForstmeier
ad6fe170f3
Remove unused Files
13 years ago
Daniel Grunwald
b2855bc85a
Merge branch '4.2' to master.
13 years ago
Siegfried Pammer
9345aa7cc9
update translations
13 years ago
Daniel Grunwald
8a45f2e79e
Update ICSharpCode.Decompiler to ILSpy 2.1
13 years ago
Daniel Grunwald
38ec950640
ImeSupport.Dispose(): remove OptionChanged event handler
13 years ago
Daniel Grunwald
c14b730c2e
Allow secondary view contents to prevent the CodeEditor from clearing the undo stack when switching the active view.
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
PeterForstmeier
97a012dfa2
Fix build
13 years ago
PeterForstmeier
e1ce528d58
Signing
13 years ago
Tobias Ibounig
fdb0986ed9
When in Search-Text-Box and pressing enter the dialog used to close.
13 years ago
Siegfried Pammer
97c248803a
make column ruler color customizable
13 years ago
Siegfried Pammer
ca11d090bf
fix options bugs with ColumnRulerRenderer
13 years ago
Tobias Ibounig
2306bbd21a
Moved the ColumnRulerRenderer from the AddIn to the Library and changed the line pointed out by Daniel
13 years ago
Tobias Ibounig
5e4ec9c472
Implemented Options for ColumnRulerRenderer
13 years ago
Tobias Ibounig
0624b9e15e
Added SD-1634 - Implement column ruler
13 years ago
Siegfried Pammer
7d4edf27b0
fix update of link text color in highlighting editor
13 years ago
Matt Ward
843dbf4982
Implement EnvDTE.CodeTypeRef.AsString.
13 years ago