Siegfried Pammer
0c7d038f8b
fix #351 : "Save as" dialog for C# files has default filter for .cshtml
12 years ago
Siegfried Pammer
f0930c43f4
Merge pull request #366 from sven-n/fix-move-class
...
Fix indentation for 'Move class to File' function
12 years ago
Matt Ward
bec633db6c
Fix #333 : Unable to save WiX file.
...
Allow saving of an updated WiX file when it has been edited in the
Setup - Files view.
12 years ago
Matt Ward
ad3a588668
Fix #352 : Folding for Razor files crashes.
...
When changing a file extension to be a razor file make sure that
any existing folding manager is uninstalled before installing a
Razor folding manager.
12 years ago
Matt Ward
17abcde447
Fix #358 : NullReferenceException on closing dirty xml file
12 years ago
Siegfried Pammer
4791b17ed5
fix #361 : ApplicationException in code editor related to semantic highlighting
12 years ago
Siegfried Pammer
95b84d4f52
fix fileName comparison in MoveTypeToFileContextAction
12 years ago
Andreas Weizel
03feaeb2b3
Created prototype of formatting options editor.
12 years ago
Daniel Grunwald
91422309d8
Context actions: don't catch OperationCanceledException
12 years ago
Siegfried Pammer
00075c0ce0
fix #291 : Syntax Highlighting in search results disappears after selecting an entry
12 years ago
Siegfried Pammer
c90905cd55
fix #360 : Current line highlighting always seen in preview of Highlighting Editor
12 years ago
Siegfried Pammer
468642d80f
fix #363 : Drag/Drop to watch pad removes selection from editor
12 years ago
Siegfried Pammer
1856b21830
highlight ctor references as well
12 years ago
Siegfried Pammer
727a3f04a0
fix highlighting of method invocations and primitive types; close #247
12 years ago
Siegfried Pammer
3f999348cf
first implementation of #247 : Reimplement 'highlight symbols' (CaretReferencesRenderer)
...
missing:
- ctor/method calls are not highlighted properly
- not bound to options
12 years ago
Peter Forstmeier
5db3f38701
ICSharpCode.Reporting.Addin.csproj, adjust Reports in QCA
12 years ago
Andreas Weizel
49c462f104
Fix #359 : Exception when double-clicking on "[External methods]" in Callstack Pad
12 years ago
Andreas Weizel
0fa166d704
Fix: Exception in AsynchronousWaitDialog, when asynchronous operation ends in a narrow time range before dialog is shown.
12 years ago
Matt Ward
2a0cb435d7
Implement EnvDTE.CodeInterface.AddFunction()
12 years ago
Peter Forstmeier
d4bc76ece1
Remove Addin-File from ICSharpCode.Reports.AddIn
...
comment dependency to Reporting in QCA
12 years ago
Daniel Grunwald
3339636411
TypeSystemAstBuilder: show async modifier only if ShowModifiers is set.
12 years ago
Siegfried Pammer
a90eece487
remove wrong null-check in VariableReference implementation
12 years ago
Siegfried Pammer
4e7af63174
add ISymbolReference implementation
12 years ago
Andreas Weizel
f7f0fee78d
Added CSharpFormattingOptionsContainer as preparation for policy-based formatting options and serialization.
12 years ago
Siegfried Pammer
4826fb2aad
fix UnitTestingOptionsPanel
12 years ago
Peter Forstmeier
34305d2d6a
DesignerAddin (ICSharpCode.ReportDesigner.addin)
12 years ago
Andreas Weizel
0a7a97df38
Fix #244 : /platform:anycpu32bitpreferred set for library projects.
12 years ago
Matt Ward
c0b7089e95
Implement EnvDTE.CodeType.AddVariable()
12 years ago
Andreas Weizel
1c45b7a5d1
- Fix: Error message on NuGet exceptions was shown over list entries. Now list entries are correctly hidden.
...
- Errors not related to package lists directly are now always shown in message boxes.
12 years ago
Peter Forstmeier
6570b60e68
Change text drawing to FormattedText and DrawingVisual
12 years ago
Siegfried Pammer
5e4bfe130c
fix #305 : Symbol tooltips in XAML editor appear at any mouse position
12 years ago
Siegfried Pammer
a9573a345b
fix #301 : Allow users to suppress issues
12 years ago
Siegfried Pammer
92234d0944
fix #278 : NumericUpDown does not store a new value properly, if entered by typing
12 years ago
Siegfried Pammer
4f02dc3bd2
fix #299 : Declare local variable: Automatic variable naming
12 years ago
Siegfried Pammer
e1ab441f06
fix #287 : Incorrect indentation when inserting newline into XmlDoc
12 years ago
Siegfried Pammer
23133267d3
fix #318 : XmlDoc: Links should open MSDN documentation or go to definition
12 years ago
Peter Forstmeier
b3946f3862
CQA OverviewReport.srd is running, this report can be used as an example to handle SectionEvents, useful to work with ReportItems at run time.
12 years ago
Matt Ward
825be03066
Merge branch 'master' into envdte-nrefactory
12 years ago
Matt Ward
b5951261bf
Fix warning.
12 years ago
Matt Ward
7b21c28778
Merge branch '4.x'
...
Conflicts:
src/AddIns/Misc/PackageManagement/Project/Src/PackageManagementSolution.cs
src/AddIns/Misc/PackageManagement/Test/Src/PackageManagementSolutionTests.cs
12 years ago
Matt Ward
1456608ef7
Fix exception when clicking Manage button.
...
Ignore non-MSBuild based projects when the Manage button is
clicked in the Manage Packages dialog.
12 years ago
Matt Ward
9aac0895a4
Fix project browser updater tests.
12 years ago
Matt Ward
1ea25cc610
Uncomment some tests.
12 years ago
Daniel Grunwald
13c5026ce6
Fix title of "Clipboard Ring" popup.
12 years ago
Dragan
bb8213bfbb
CodeCoverage: OpenCover 4.5.2506 Binaries
...
https://github.com/OpenCover/opencover/releases/tag/4.5.2506
12 years ago
Dragan
275d7a9508
CodeCoverage: Tests
12 years ago
Dragan
6880262042
CodeCoverage: Applied SD5 suggestions
12 years ago
Dragan
51fa8e6daa
CodeCoverage: Test
12 years ago
Dragan
59e908eba3
CodeCoverage: Null reference fix, remove Debug ...
...
CodeCoverageMethodElement:
Null reference thrown because Tests does not contain new attributes,
fixed.
Debug.Fail breaks Test, removed.
12 years ago
Dragan
b64e0bbac7
CodeCoverage: Remove obsolete BranchPoint code
12 years ago