Peter Forstmeier
d27ecc5ece
Circle as Container
11 years ago
Peter Forstmeier
deae522a23
Circle as Container
11 years ago
Peter Forstmeier
f5d110020f
Rectangle can be used as Container for Items
11 years ago
Matt Ward
d3a44776f3
Update to F# 3.1.1
11 years ago
Daniel Grunwald
7d968cd0d0
Fix cancellation in CaretReferenceHighlightRenderer.
11 years ago
Daniel Grunwald
b4cc68c9e8
Cancel previous ResolveAtCaret() immediately when the caret is moved, don't wait for the timer to expire.
11 years ago
Matt Ward
366b4438ea
Fix exception when switching to invalid NuGet package source url.
11 years ago
Siegfried Pammer
b805eb4233
fix #405 : SymbolTypeAtCaretConditionEvaluator and CaretReferenceHighlightRenderer should use delayed resolve call
11 years ago
Andreas Weizel
d3a0632cb1
Fix: "Open in Class Browser" didn't work for class members any more.
11 years ago
Siegfried Pammer
89e037e826
remove old SDR source and SharpRefactoring source
11 years ago
Peter Forstmeier
0a0c588a8c
Rectangle as Container for other Items
11 years ago
Andreas Weizel
85180604c6
Fixed some more auto-formatting bugs and improved error tolerance.
11 years ago
Linquize
5fbea02fc8
Add icon for Debug -> Add watch expression
11 years ago
Linquize
6e4dee8572
Disable Debug -> Add watch expression if no text selected
11 years ago
Andreas Weizel
f50ab6b326
Fix #426 : Closing solution doesn't remove solution node from ClassBrowser
11 years ago
Andreas Weizel
45539af7eb
Auto-formatting: Fixed some issues.
11 years ago
Linquize
257ca47ad7
Add expand all tests
11 years ago
Linquize
dfbb94fdca
AddIn Scout: Add Label column
11 years ago
Linquize
24eb15f29c
AddIn Scout: Do not add extra SubItems if more than one Condition
11 years ago
Matt Ward
74400d6919
Fix #422 - Unable to install Microsoft.CodeAnalysis NuGet package
...
If a package has only dependencies on other packages and no other
content then treat the package as project package and not as a
solution package.
11 years ago
Peter Forstmeier
8b59899daf
Rectangle + ContainerDesigner
11 years ago
hpsa
dd5d5ccaae
Fixing exception in "load layout". This exception is illegal for this case in “load layout” logic, because the “save layout” logic assumes such case
11 years ago
hpsa
c1a14a4507
Fix exception when changing AvalonDock panes size during auto-layout change
11 years ago
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
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
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
d587e42543
ICSharpCode.Reporting: set local copy=false
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
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