Matt Ward
48b51e1276
Fix code coverage tree property tests.
...
Property getter and setter methods were not being correctly identified as properties due to the code coverage method signature being used as the method name.
13 years ago
Matt Ward
bee0e0b6d6
Fix color picker combo box having zero width in the Code Coverage tools options.
...
Added a minimum width for the combo box to prevent it from being set to zero width by something. This custom combo box control will be replaced by a WPF control which should not have this problem.
13 years ago
Matt Ward
1a3279794c
Add OpenCover to installer.
13 years ago
Matt Ward
e9067bfc79
Merge remote branch 'lextm/master' into opencover
13 years ago
Lex Li
98c93a3aee
Fixed all test cases.
13 years ago
Lex Li
3230d1d98c
Set sequence point length to 1 (normalized to 1). Will fix the rest test cases soon.
13 years ago
Daniel Grunwald
569d7730e5
Fixed printing from print preview using different settings than those used for generating the preview.
13 years ago
Daniel Grunwald
c331684f59
Remove reference to non-existent F# ambience
13 years ago
Daniel Grunwald
0f3a0732fb
Snippets: make ${Caret} work as expected when ${Selection} isn't used.
13 years ago
Lex Li
ab350b7eeb
Fixed more unit test cases.
13 years ago
Lex Li
1b9583320d
Fixed more unit test cases
13 years ago
Lex Li
a0df22e2fc
Fixed more unit test cases.
13 years ago
Daniel Grunwald
db6d2d3e01
Add VisualLine.ReplaceElement method.
13 years ago
Daniel Grunwald
81ba658661
Fix typo in documentation, closes #21
13 years ago
Lex Li
66e3c4ccbe
Started to fix unit test cases.
13 years ago
Lex Li
8a58b86062
Fixed CodeCoverage.csproj.
13 years ago
Lex Li
b3dc8f4acd
Updated addin manifest.
13 years ago
Lex Li
df363102c0
Added OpenCover files. Removed PartCover files.
13 years ago
Lex Li
f64d62f97b
Performed renaming.
13 years ago
Lex Li
85dffc5553
Fixed NullReferenceException.
13 years ago
Lex Li
1b8a3c4b20
Added reference to Systen.Xml.Linq.
13 years ago
Lex Li
523f23fabc
Modified result parsing to meet OpenCover's format.
13 years ago
Lex Li
fd263dcb9c
Changed PartCover support to OpenCover support.
13 years ago
Daniel Grunwald
b0367b735a
TextRunProperties: Add setter for TypographyProperties and NumberSubstitution.
13 years ago
PeterForstmeier
0efffa09d5
Active SectionRendering in Samples
13 years ago
Siegfried Pammer
28047a4407
fix SD-1910 - IME support crashes when caret is in virtual space
13 years ago
Siegfried Pammer
58bcbca3a7
improve error message if accessing the performance counters fails
13 years ago
Siegfried Pammer
11139068ad
fix profiler startup exception if performance counters are broken
13 years ago
Siegfried Pammer
af52fa8ca5
fix http://community.sharpdevelop.net/forums/t/15920.aspx - VB Parse - Unhandled Exception with embedded XML
13 years ago
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
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
Daniel Grunwald
7501a05c42
Add ToString() to TreeViewOptionsDialog.OptionPanelNode
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
Daniel Grunwald
a0ddc9e72a
Avoid showing the 'solution altered externally' message twice.
13 years ago
Siegfried Pammer
2afdcf30d4
simplify SharpDevelop version inserted into solution files
13 years ago
Daniel Grunwald
94585060eb
Make ColumnRulerRenderer internal; expose pen instead of brush.
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
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