Siegfried Pammer
|
8e8c5db87d
|
use string instead of StringWriter
|
12 years ago |
Siegfried Pammer
|
996060d7c0
|
properly implement OnAppDomainCreated, OnAppDomainDestroyed
|
12 years ago |
Siegfried Pammer
|
b8cd4f3d7a
|
use ModuleDefinition in ILSpyDecompilerService cache; remove CreateCompilationForAssembly
|
12 years ago |
Daniel Grunwald
|
eb8a032b83
|
Fix CSharpAmbience not being found.
|
12 years ago |
Daniel Grunwald
|
785fa24890
|
Track all context action invocations, not just those from NRefactory.
|
12 years ago |
Dragan
|
b20493d235
|
Fix filter and exception on duplicates
1) Minimize required method filter
2) Exception on duplicates generated by NUnit TestCaseAttribute
|
12 years ago |
Siegfried Pammer
|
ffca5c4b2f
|
implement support for debugging generic code
|
12 years ago |
Siegfried Pammer
|
4d3786a080
|
remove old code from DecompiledViewContent and NavigateToDecompiledEntityService
|
12 years ago |
Siegfried Pammer
|
033d56f93c
|
reused functionality from CSharpUnresolvedFile
|
12 years ago |
Siegfried Pammer
|
da5c73a682
|
implement basic AssemblyDefinition cache
|
12 years ago |
Siegfried Pammer
|
028be7ef0a
|
remove unused code
|
12 years ago |
Daniel Grunwald
|
cf3995f1a5
|
Update to NRefactory commit 'a99a93972cc4e82c969af72568f015019a4d8a96'
|
12 years ago |
Andreas Weizel
|
6f021a0f30
|
Removed try...catch block left after debugging.
|
12 years ago |
Andreas Weizel
|
e8bc3e5a91
|
Simplified symbol context menu, now the menu entries are included directly inside of EntityContextMenu.
|
12 years ago |
Daniel Grunwald
|
52ab4d36a5
|
Normalize newlines in *.cs
|
12 years ago |
Siegfried Pammer
|
a0a2f124e3
|
fix some warnings in HelpViewer
|
12 years ago |
Siegfried Pammer
|
32aa4b092c
|
fix some depreciation warnings in ResourceEditor AddIn
|
12 years ago |
Siegfried Pammer
|
ba2cd7a6aa
|
make some projects with x86 dependencies compile as x86 (fixes MSB3270)
|
12 years ago |
Siegfried Pammer
|
07f929dfc5
|
fix nuget reference platform incompatibility compiler warning
|
12 years ago |
Siegfried Pammer
|
19372a4f79
|
fix some more warnings
|
12 years ago |
Siegfried Pammer
|
21bd92305a
|
fix warnings in XAML binding
|
12 years ago |
Siegfried Pammer
|
b959bf5bdf
|
add better error messages to evaluation visitor
|
12 years ago |
Siegfried Pammer
|
4b82d6e382
|
fix typo in CallStackPad
|
12 years ago |
Siegfried Pammer
|
cb0f290477
|
add Ctrl+F7: Add selected text as watch; simplify EnqueueForEach
|
12 years ago |
Siegfried Pammer
|
e050421879
|
add support for Solution Format 12.00
|
12 years ago |
Daniel Grunwald
|
ce4ca4e81c
|
Suppress more warnings
|
12 years ago |
Daniel Grunwald
|
e6a6f4d2ad
|
Remove old SD.Dom resolver unit tests.
|
12 years ago |
Daniel Grunwald
|
f07ea5af32
|
Reduce number of compiler warnings; and re-enable some old unit tests.
|
12 years ago |
Daniel Grunwald
|
befea66cf0
|
Add IPropertyService.LoadExtraProperties + SaveExtraProperties
Add 'IncludeHidden' option for IFileSystem.GetFiles() so that it has the same functionality as FileUtility.SearchFiles()
|
12 years ago |
Daniel Grunwald
|
2dfa409711
|
Fix some compiler warnings.
|
12 years ago |
mathiassimmack
|
b15ecba5b5
|
ToolNotFoundDialog added to Contents and Search commands, FSharp added as supported project language
|
12 years ago |
Andreas Weizel
|
67340f1302
|
Separate AddInTree paths for context menus of different symbol types with inclusion of EntityContextMenu, where sensible.
|
12 years ago |
mathiassimmack
|
757391035b
|
see last commit, here are the missing pieces
|
12 years ago |
mathiassimmack
|
d102150698
|
new ToolNotFoundDialog if HelpLibManager is not installed, rewritten debug messages, Help 3.0 renamed into HelpViewer (debug msgs)
|
12 years ago |
Siegfried Pammer
|
13b2b3a7f9
|
fix exception handler in case of errors while deleting a directory from a SVN repository.
|
12 years ago |
Andreas Weizel
|
466dcf6e0b
|
Fixed compile error in AddInManager tests.
|
12 years ago |
Andreas Weizel
|
25bdf445cf
|
Added "General" option panel for AddInManager2 allowing to disable UpdateNotifier. Also updated resource strings from server.
|
12 years ago |
Matt Ward
|
4f618c4e46
|
Update NuGet to version 2.7.1
NuGet.Core version 2.7.40911.225
|
12 years ago |
Matt Ward
|
93e01cceae
|
Update IronPython to version 2.7.4
|
12 years ago |
Andreas Weizel
|
8723b9e67f
|
ClassBrowser fix: In tree of debugged process type definitions were not shown correctly. Also adding a debugged module to workspace always added the process'es assembly instead.
|
12 years ago |
Andreas Weizel
|
fd697f5cc4
|
Added FullAssemblyName property in AssemblyModel, ClassBrowser, AssemblyParserService etc. now use it instead of AssemblyName.
|
12 years ago |
Andreas Weizel
|
29688ecdc4
|
Removed debug message.
|
12 years ago |
jkuehner
|
77bb8e480a
|
Layout Rounding Design Time Property
Expression Blend sets this Property sometimes
|
12 years ago |
jkuehner
|
d267d43428
|
Outline Node.
Show Children of for Example AvalonDock2 in Outline Node
|
12 years ago |
Andreas Weizel
|
68ebe6e7b8
|
Moving statements with Alt+Up/Down now supports moving them into or out from block statements.
|
12 years ago |
jkuehner
|
f8c08d5b0d
|
Fix in design Panel -> element was null
|
12 years ago |
Siegfried Pammer
|
fd65a7cd5f
|
remove ILocatable implementation from DebuggerTextOutput
|
12 years ago |
Siegfried Pammer
|
74cc698203
|
remove UpdateReferences
|
12 years ago |
jkuehner
|
b2655efc5b
|
* Proportional Resize when pressing Ctrl
|
12 years ago |
jogibear9988
|
ccd532ab86
|
Outline view : Filtering & Scroll Selected Control into View on Design Area
|
12 years ago |