Daniel Grunwald
|
2b0c75136d
|
For ToolsVersion="12.0" projects, use the MSBuild 12.0 engine.
|
11 years ago |
Siegfried Pammer
|
1507961b82
|
remove useless statements
|
11 years ago |
Andreas Weizel
|
667f5a4ce3
|
Merge pull request #431 from linquize/load-project-readonly
Should append "(Error)" instead of "(Readonly)" if failed to load project
|
11 years ago |
Siegfried Pammer
|
16eb9ddae2
|
fix #438 - WinForms Designer modifies class fields outside designer file
|
11 years ago |
Siegfried Pammer
|
7baff72007
|
fix #436 - Debugger always steps into external code
I've restored the "Use 'Just My Code' feature for stepping" option
|
11 years ago |
Siegfried Pammer
|
453480b4a3
|
Make debugger options accessible from other AddIns
|
11 years ago |
Andreas Weizel
|
076f1c2eb7
|
Fix #391: XML documentation comment auto-generation incomplete on delegates.
|
11 years ago |
Andreas Weizel
|
47000e29da
|
Merge pull request #429 from linquize/tidy-addin-names
Tidy up AddIn names
|
11 years ago |
Andreas Weizel
|
dee090ce57
|
Fix: Base/derived types nodes in ClassBrowser not filled, because no lazy loading active.
|
11 years ago |
Peter Forstmeier
|
34e6970d30
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
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
|
6c0f6f042b
|
Merge pull request #433 from vikramjb/master
Readme.txt changed to Readme.md
|
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 |
Andreas Weizel
|
47b606ce1a
|
Merge pull request #430 from linquize/expand-all-tests
Add expand all tests
|
11 years ago |
Andreas Weizel
|
ec68f28852
|
Merge pull request #428 from linquize/addinscout-label
AddIn Scout: Add Label column
|
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 |
Andreas Weizel
|
edea95e73d
|
Merge remote-tracking branch 'remotes/origin/master'
|
11 years ago |
Siegfried Pammer
|
89e037e826
|
remove old SDR source and SharpRefactoring source
|
11 years ago |
Andreas Weizel
|
b4eb6bee0e
|
Merge branch 'csformatter'
|
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 |
Vikram Ramanthan
|
4eac92407d
|
Create README.md
|
11 years ago |
Vikram Ramanthan
|
e0df9ecd3b
|
Delete README.txt
|
11 years ago |
Siegfried Pammer
|
fee1c3c318
|
Merge pull request #432 from linquize/add-watch-expression
Changes to Add watch expression
|
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 |
Linquize
|
8730117d9f
|
Should append "(Error)" instead of "(Readonly)" if failed to load project
|
11 years ago |
Peter Forstmeier
|
cd8c6c3d02
|
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
|
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
|
928980620b
|
Tidy up AddIn names
|
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 |
Siegfried Pammer
|
b214b357fb
|
Merge pull request #423 from linquize/recentlist-contextmenu
Recent project list add context menu
|
11 years ago |
Siegfried Pammer
|
43ee1d9864
|
Merge pull request #406 from galich/master
Display full error message in Package Manager
Display ToolTip over error message with full message content
|
11 years ago |
Siegfried Pammer
|
d1a29c9dd9
|
Merge pull request #375 from linquize/codequality-report-footer
CodeQuality: In report footer, add separation between report folder and report name
|
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 |