Siegfried Pammer
504ac7a9bc
do not only add the first type of a namespace :)
13 years ago
Siegfried Pammer
314110dc69
add tests for IAssemblyModel.Namespaces
13 years ago
Siegfried Pammer
de377d1f39
update tests to work with IAssemblyModel
13 years ago
Siegfried Pammer
085615181a
fix TreeNode implementation
13 years ago
Siegfried Pammer
81e886c9ae
update paths to VB project/file icons
13 years ago
Siegfried Pammer
035cbe30b7
add simple implementation of ClassBrowserPad, ClassBrowserTreeView and some tree nodes
13 years ago
Andreas Weizel
060a147cd6
UpdateNotifier with balloon tip now works.
13 years ago
Andreas Weizel
6ca27d8a1f
Basis for UpdateNotifier in AddInManager2, some refactoring, fixed resource warning on startup.
13 years ago
Matt Ward
d456cab4a5
Do not show reload solution dialog when moving F# files inside project.
13 years ago
Andreas Weizel
f04b15baf6
Fixed "override ToString()" refactoring to only show fields and properties of current class (not from base classes).
13 years ago
Andreas Weizel
a2e20fdeb3
Introduced ParamRangeCheckContextAction.
13 years ago
Andreas Weizel
9e7455d212
Fixed "insert ctor" refactoring to only show fields and properties of current class (not from base classes).
13 years ago
Andreas Weizel
4f926cca48
Introduced RenameFileToMatchTypeNameContextAction.
13 years ago
Matt Ward
7cadb40e97
Show NuGet package id when package selected.
...
The list of packages now shows the package title so
the package id is shown as a hyperlink on the right
hand side of the Manage Packages dialog when the
package is selected.
13 years ago
Matt Ward
f0cdd01d92
Show NuGet package title in Manage Packages dialog.
...
In the packages list views display the package title
if it exists otherwise show the package id.
13 years ago
Siegfried Pammer
3ca24582c6
remove ICompletionItemHandler
13 years ago
Daniel Grunwald
a9a6d4fc35
Disable RedundantTypeCastIssue (too many false positives)
13 years ago
Daniel Grunwald
1b2ad62f09
Increase DispatcherPriority of some BeginInvoke calls to ensure that no user input is processed before the callback runs.
...
This prevents the code editor from 'stealing' the focus when opening a dialog (e.g. Go To) while loading a solution.
13 years ago
Siegfried Pammer
e1a2c53f25
fix exception in TaskListPad after opening project options
13 years ago
Siegfried Pammer
708f564f22
add Profiler to setup
13 years ago
Siegfried Pammer
6595adb585
use AfterResolveReferences instead of PreBuildEvent for X64Converter
13 years ago
Siegfried Pammer
546a12f9c3
reset references to NRefactory in X64Converter/Profiler.X64Converter.csproj
13 years ago
Matt Ward
cf6ff2396b
Add Microsoft.Web.XmlTransform.dll used by NuGet to installer.
13 years ago
Matt Ward
1947c8c3e8
Update NuGet to version 2.6
13 years ago
Siegfried Pammer
6021279bfc
move all statements inside try-catch blocks
13 years ago
Siegfried Pammer
473480ab24
show FQN in XMLDoc tooltips (matches SD 4.x behavior)
13 years ago
Andreas Weizel
1a49d18ec7
Fixed "switch" code snippet, added "ifnull" and "ifnotnull" snippets.
13 years ago
Siegfried Pammer
ff672237d2
remember last selection in SearchForIssuesDialog
13 years ago
Tobias Ibounig
59e9c0a69c
Added Profiler to SharpDevelopTests solution
13 years ago
Siegfried Pammer
b738fff109
fix NRE in CreateElementList, if it's a file without a current ITypeDefinition (e.g. ResourceDictionary)
13 years ago
Andreas Weizel
6a09d692de
Part II of: Closing of AbstractInlineRefactorDialog-based dialogs on Undo command is now handled without faking input.
13 years ago
Tobias Ibounig
280458b86a
Added a using
...
Somehow removed too much.
13 years ago
Tobias Ibounig
250e9b1356
Cleanup of Profiler
...
- Removed unused using
- Removed redundant 'this.'
- Removed redundant 'private' modifier
- Removed redundant namespace usings
- Removed redundant default initializations (= null)
13 years ago
Tobias Ibounig
c35884e967
- Removed GetUnitTestingNames
...
- Removed ProfilerTestRunner.cs, made obsolete trough ProfilerProcessRunner.cs
- added missing X64Converter/app.config
13 years ago
Siegfried Pammer
058718f818
use blank keyboard state when trying to find out shortcut keys
13 years ago
Tobias Ibounig
a3fcb21f92
refactored Profiler to work with NewNR
13 years ago
Christoph Wille
a5e4582b2a
Set version number to 4.3.2
13 years ago
Gregor Pacnik
8273535734
handle VB.Net to CS conversion set attribute Axis syntax; replace assignment with call
13 years ago
Gregor Pacnik
8a9b312dcf
handle VB.Net Axis LINQ syntax to CS conversion with tests
13 years ago
Gregor Pacnik
89dc15437e
properly handle VB.Net to CS LINQ where and select output
13 years ago
Andreas Weizel
9ce0d70a81
Closing of AbstractInlineRefactorDialog-based dialogs on Undo command is now handled without faking input.
13 years ago
Andreas Weizel
eda26b2a10
Corrected ProjectChangeWatcher patch.
13 years ago
Andreas Weizel
2d634d4537
Workaround for ProjectChangeWatcher's issue with McAfee scanner resetting file attributes without actual changes.
13 years ago
Matt Ward
25a316f1d5
Show NuGet console when running PowerShell scripts from Manage Packages dialog.
13 years ago
Matt Ward
5b441b46ab
Report PowerShell script errors in Manage Packages dialog.
13 years ago
Siegfried Pammer
6462cf409a
add missing file
13 years ago
Matt Ward
fdcc282862
Support FileConflictAction parameter in NuGet commands.
...
install-package jquery -FileConflictAction Overwrite
update-package jquery -FileConflictAction Ignore
13 years ago
Andreas Weizel
da7265e65d
Migrated CreateProperties refactoring snippet to NR5.
13 years ago
Siegfried Pammer
78d4cc2632
Add comment column and edit command to Resource Editor
13 years ago
Siegfried Pammer
8bdd68f232
properly handle comment metadata in Resource Editor
13 years ago