Andreas Weizel
ccb795912e
Improved performance of local variable renaming in big projects.
12 years ago
Siegfried Pammer
cb631e64e1
fix bug in EditorScript.InsertWithCursor when executing a nested script in a different file, the "root" script was not properly disposed after the nested script finished.
12 years ago
Siegfried Pammer
c6f1c242cd
remove recently added IsRootComponent method, as it is not really needed
12 years ago
Siegfried Pammer
89d88c7885
component rename: add special case for root component (i.e. the form or control being designed)
12 years ago
Siegfried Pammer
b9280c1e8f
reimplement automated rename of fields in Windows Forms Designer
12 years ago
Christoph Wille
b949e50464
Update Choc package for 4.4
12 years ago
Peter Forstmeier
0eff7a4cab
PageBreak in Grouped Reports
12 years ago
Matt Ward
1cfe96d5b5
Fix error when installing EF.SharpDevelop NuGet package.
...
Enumerating the EnvDTE.Project.Object.References in a different app domain
was trying to load the PackageManagement assembly and failing. Changed
EnvDTE.References so it only exposes types in the SharpDevelop.EnvDTE assembly
and switch to using IEnumerable on the EnvDTE.References class.
12 years ago
Matt Ward
d5d7fd4281
Add PublicKeyToken, StrongName and Identity to EnvDTE.Reference
...
Used by Entity Framework 6
12 years ago
Peter Forstmeier
d3ffbf32b9
Cleanup DataPageBuilder.cs
12 years ago
Andreas Weizel
07ef80ee36
Renaming of local variables.
12 years ago
Peter Forstmeier
b9a4d42b63
Grouping displays Child Entities
12 years ago
Peter Forstmeier
710f0cd61e
Show GroupHeader
12 years ago
Peter Forstmeier
bf9fa9dcc7
Remove MoveNext from CollectionDataSource.cs, all data access is done by foreach
12 years ago
Daniel Grunwald
d81caa62a6
Don't crash if SideBarConfig.xml cannot be loaded.
12 years ago
Daniel Grunwald
b12d117ed4
Fix C# folding crash when the syntax tree is missing positions due to syntax errors.
12 years ago
Siegfried Pammer
37413bea17
add scrolling support
12 years ago
Siegfried Pammer
c813915ac4
fix some weird problems with InsertWithCursor
12 years ago
Siegfried Pammer
e673ebd547
extend XamlAstResolver to support x:Name and x:Class special cases
12 years ago
Siegfried Pammer
2a827e6213
implement rename for entities defined by or used in XAML
12 years ago
Peter Forstmeier
e20369eb53
Details for Sorted and Grouped List's
12 years ago
Andreas Weizel
d255a12552
ClassBrowser: Broken base types when project contains references to assemblies somewhere in file system (neither output dir, nor GAC).
12 years ago
Andreas Weizel
afbeb5cbe7
ClassBrowser: Fixed changing sort order of type child nodes after code updates.
12 years ago
Peter Forstmeier
48c98c57d6
Better PageBreak
12 years ago
Siegfried Pammer
be82df4643
implement InsertWithCursor for unopened files
12 years ago
Siegfried Pammer
7ef4b9fbb5
clean up
12 years ago
Siegfried Pammer
989b259278
first implementation of InsertWithCursor
12 years ago
Daniel Grunwald
7592edafa3
Make classes in SD.exe internal.
12 years ago
Daniel Grunwald
62b471f669
Add Windows 8 to <supportedOS> section in application manifest.
12 years ago
Daniel Grunwald
c3025fab39
Ignore invalid entries in SolutionConfigurationPlatforms section.
12 years ago
Andreas Weizel
99170ab75b
Merge remote-tracking branch 'remotes/origin/master' into classbrowser
12 years ago
Siegfried Pammer
3e7255624e
Merge pull request #81 from jogibear9988/ContextMenuForDesignItem
...
Support for "Bring Item To Front / Send To Back" ContextMenu ...
12 years ago
Siegfried Pammer
aaabda38ae
Merge pull request #80 from gumme/WpfDesignerStringResourceFix
...
(WPF Designer) String can now be added to collections
12 years ago
Siegfried Pammer
aef0b59068
Merge pull request #79 from gumme/WpfDesignerPointerBugFix
...
Fixed SD-1931 - Dragging Pointer from toolbox to WPF designer throws exception.
12 years ago
Andreas Weizel
79abe545f8
Fixed wrong sorting of nested types in TypeDefinitionTreeNode.
12 years ago
Andreas Weizel
a44187f141
Next attempt to fix the double-member issue in ClassBrowser.
12 years ago
Peter Forstmeier
64c2f0dbf5
Grouping
12 years ago
Peter Forstmeier
d7d1654b91
ModulLoader throw if ReportItem not found
12 years ago
Andreas Weizel
98df8fd36b
Small optimization for GlobalAssemblyCacheService.
12 years ago
Andreas Weizel
6c66aff7bc
ClassBrowser: Fixed some more problems in reference handling.
12 years ago
Andreas Weizel
b088f731db
ClassBrowser: Fixed some problems with COM and project references.
12 years ago
Andreas Weizel
3bc1a0473d
ClassBrowser: Context menu to edit references of a project.
12 years ago
Peter Forstmeier
fa35f07c6a
Fixes from linquize <notifications@github.com>
12 years ago
Peter Forstmeier
ddc167b068
Adjust some Test's, fix ViewCommands.cs (hint from linquize)
12 years ago
Peter Forstmeier
fac21f709e
Test's for RowContainListOfDataItems
12 years ago
Peter Forstmeier
b851a3e81f
Row - Fill Data
12 years ago
Matt Ward
edaea04978
Remove unused code.
12 years ago
Matt Ward
91473ac505
Fix old NuGet packages not being removed on updating.
...
Updating to a new NuGet package or installing a new NuGet
package with the old one still installed would leave the
old unused NuGet package in the packages folder.
12 years ago
Matt Ward
1fabf08c7a
Fix NuGet packages showing as installed in solution.
...
NuGet packages that were still in the packages folder but
not installed in any projects are now not shown in the
Installed tab when managing NuGet packages for the solution.
12 years ago
jkuehner
cff88a4151
Support for "Bring Item To Front / Send To Back" ContextMenu ...
12 years ago