Daniel Grunwald
3de4c13def
clear search pad toolbar items when ClearLastSearchesList() is called
11 years ago
hpsa
20e7f5ce91
AvalonDock bug fix: incorrect document becomes active after deleting a project item from Solution Explorer
11 years ago
Linquize
1b8025c904
Recent project list add context menu
...
- Open containing folder in Explorer
- Remove from recent project list
11 years ago
Peter Forstmeier
faddd08bfe
DataItem + DataItemDesigner
11 years ago
Andreas Weizel
a2f4e3b42d
Handling comments correctly on auto-formatting.
11 years ago
Peter Forstmeier
9efaa026b2
Merge pull request #420 from linquize/report-designer-tab
...
Report Designer: Do not add tabs twice
11 years ago
Peter Forstmeier
c0929af7a0
BaseDataItem
11 years ago
Peter Forstmeier
f52b3894a2
Better structure of ReportSettings in PropertyGrid
11 years ago
Matt Ward
d88757d8ae
Update to NuGet 2.8.1
11 years ago
Linquize
2986e044fb
Report Designer: Do not add tabs twice
11 years ago
Andreas Weizel
1d892dd76a
Fix #417 : Can add same reference twice
11 years ago
Andreas Weizel
4a84b07ed8
Merged pull request #419 UnitTestNode should subscribe test events on create.
11 years ago
Daniel Grunwald
3069706bd2
Merge remote-tracking branch 'origin/reports'
11 years ago
Peter Forstmeier
24034c318b
Create empty FormSheetreport from File/New
11 years ago
Linquize
56c0e48730
UnitTestNode should subscribe test events on create
...
Fix no result color displayed on tree node if do not perform expand-collapse-expand actions.
11 years ago
Andreas Weizel
6b0b960742
Another improvement to automatic formatting of blocks when closing "}". Currently doesn't handle comments correctly.
11 years ago
Andreas Weizel
f22e332f6e
Better detection of a block statement beginning on auto-formatting.
11 years ago
Christoph Wille
193975c4bf
Beta 3 designation
11 years ago
Siegfried Pammer
fac0dd9518
partly address #415 : OutOfMemoryException after starting and stopping debug session on SD project several times; debugging sessions that are no longer running are now removed from the tree (again).
11 years ago
Daniel Grunwald
564957c237
Use en-US for culture-dependent tests.
11 years ago
Daniel Grunwald
f6db81a72a
Rename ICSharpCode.Reporting.Test to ICSharpCode.Reporting.Tests so that the tests get run on the build server.
11 years ago
Daniel Grunwald
99731e7017
Add ICSharpCode.Reporting.AddIn to non-tests solution.
11 years ago
Daniel Grunwald
d587e42543
ICSharpCode.Reporting: set local copy=false
11 years ago
Daniel Grunwald
79b3217dfc
Merge remote-tracking branch 'origin/reports'
11 years ago
Daniel Grunwald
129bf84e8e
Update to NRefactory commit '2a46efacdad982a6fcf07303f57a917585356462'
...
2a46efa CSharpResolver: return ErrorResolveResult instead of crashing when given an invalid operator type.
2371920 Merge pull request icsharpcode/NRefactory#388 from mono-soc-2013/MateY-IndentEngine
dec33c5 Fixed Bug 18463
9719b41 Added failing unit test.
9d2209e Updated mcs
98f042d Fix icsharpcode/SharpDevelop#404 : Crash in CSharpCompletionEngine.GetLineIndent() when line has no indentation.
39e17c9 Documentation for IAmbience
01bf167 Fix icsharpcode/NRefactory#386 : A using statement referring to a missing nested type causes infinite recursion in resolver
2cd1a17 Re-enable NameLookupTests.NamespaceDefinitionOverwritesTypeName
0c4a81e Fixed bug in using declaration namespace name.
09531ca Fixed bug in in IndentBlocksInsideExpressions option.
484160b Added 'IndentBlocksInsideExpressions' formatting option.
a35eafb Improved event method naming.
fd9e073 Removed duplicate event creation data.
81436d0 Added new 'bold' display flag for code completion.
11 years ago
Matt Ward
56b3d62edd
Prevent updating to unpublished/unlisted NuGet packages.
...
Update-Package was updating to unpublished/unlisted NuGet packages.
11 years ago
Matt Ward
5da67914a4
Fix race condition when searching for NuGet packages.
11 years ago
Daniel Grunwald
72a5c5faf3
Merge pull request #413 from linquize/detect-32bit
...
Correct 32-bit / AnyCPU project detection for unit test
11 years ago
Andreas Weizel
d0649bad70
Merge branch 'master' into csformatter
11 years ago
Andreas Weizel
6de90c47b8
Fix #414 , the next attempt. To avoid problems with XML namespaces when serialized properties are saved directly inside of an MSBuild project, now project-specific formatting rules are saved in .csproj.sdsettings files (similar to solutions).
11 years ago
Peter Forstmeier
61f3091a55
Adjust Addin File
11 years ago
Peter Forstmeier
62cc51441c
Cleanup Designer
11 years ago
Peter Forstmeier
c97c181cd3
Cleanup
11 years ago
Andreas Weizel
e0e1df51e0
Revert "Fix #414 : Loading enum-typed formatter settings from .csproj files fails."
...
This reverts commit 48502c9d85
.
11 years ago
Andreas Weizel
48502c9d85
Fix #414 : Loading enum-typed formatter settings from .csproj files fails.
11 years ago
Siegfried Pammer
848e25724f
fix Exception on DotCompletion after first dot in ConsolePad
11 years ago
Siegfried Pammer
81f43dc9e8
fixed NRE in XamlOutlineContentHost.TreeViewMouseDoubleClick (see forum/20507)
11 years ago
gumme
c582faba1a
Added null-check of ParentTree, as this have been null and caused exception.
11 years ago
Andreas Weizel
7a058817d8
Fixed localization of solution formatting options dialog's title.
11 years ago
Andreas Weizel
e81ec2310b
Removed unnecessary methods from new interface.
11 years ago
Andreas Weizel
4997ba5dff
Fix #378 : CaretReferenceHighlightRenderer cannot be turned off.
11 years ago
Andreas Weizel
7f98c898d1
Support for new formatting policies in some refactoring functions.
11 years ago
Peter Forstmeier
6dd1585ad8
Show FormSheet Reports as Preview in Designer
11 years ago
Linquize
9bf5e2b2d9
Treat empty PlatformTarget as AnyCPU
11 years ago
Siegfried Pammer
62e91ac366
remove UnitTestDebuggerService, it has become useless due to the IDebuggerService refactoring
11 years ago
Sergey Galich
e2531d6254
Show project properties on project node activation
...
Double click or ENTER on project node opens project properties
11 years ago
Andreas Weizel
977929031a
Activated AutoFormatting option.
11 years ago
Peter Forstmeier
2b141af1be
BaseClass for designers
11 years ago
Peter Forstmeier
70da82b98a
Toolbox
11 years ago
Peter Forstmeier
8558464a0f
SelectionService
11 years ago