Siegfried Pammer
5f6ca0b8b3
clean up code
12 years ago
Siegfried Pammer
5db0f9a816
add "debug executable" command to class browser toolbar; clean up the model factory methods
12 years ago
Siegfried Pammer
009356e2f2
implement CreateCompilationForSingleFile in ILSpyParser
12 years ago
Siegfried Pammer
2bbde47f50
fix debugger symbols for decompiled code
12 years ago
Siegfried Pammer
6c6cb43749
fix exception in QCB, if there's a member without IUnresolvedFile
12 years ago
Siegfried Pammer
0f47b3c711
add support for Assembly References to IAssemblyModel
12 years ago
Siegfried Pammer
42adad308c
add implementation of IAssemblySearcher
12 years ago
Siegfried Pammer
983ee4df54
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNRILSpyDebugger
...
Conflicts:
src/Main/Base/Project/Dom/ClassBrowser/WorkspaceModel.cs
src/Main/Base/Project/Dom/IAssemblyModel.cs
12 years ago
Andreas Weizel
a9c0350db3
"Base types" node now only shown in ClassBrowser, if there are indeed any base types.
12 years ago
Andreas Weizel
1c93eb4096
Introduction of IAssemblyList interface and rework of ClassBrowser to operate with assembly lists instead of pure SpecialNodes.
12 years ago
Siegfried Pammer
931a049609
set IsChecked on search result grouping to indicate active grouping
12 years ago
Siegfried Pammer
92cedc9152
Use icon of the file instead of the entity icon with GoToDomRegionAction
12 years ago
Siegfried Pammer
99233ad438
update string resources
12 years ago
Siegfried Pammer
d08ff2c7c3
implement Popup to let user choose a part (if there are more than one) to jump to in GoToDefinition
12 years ago
Siegfried Pammer
0ee8c81933
add void ShowContextActionsPopup(ContextActionsPopupViewModel viewModel); to IEditorUIService
12 years ago
Siegfried Pammer
f96f8dfd55
fix FileName comparison warning and make DefinitionViewPad less intrusive during solution load
12 years ago
Siegfried Pammer
ad54e9f956
expose IsValidXmlName-API in AXmlParser (useful for XAML rename)
12 years ago
Siegfried Pammer
5b3bf495af
fix warning about FileName comparison
12 years ago
Siegfried Pammer
80e4c82e33
WIP on IAssemblySearcher API
12 years ago
Siegfried Pammer
135a326c85
add events for AppDomain creation and destruction in Debugger
12 years ago
Siegfried Pammer
eadc0676f1
fix tokens generated by OutputVisitor when printing C# attribute targets
12 years ago
David Srbecký
0ef31e5117
Freeze all other threads during evaluation.
12 years ago
Siegfried Pammer
926292834f
fix display of Ctrl+Return shortcut in Search-Menu
12 years ago
Siegfried Pammer
dead1c85a7
add icon to XamlOutlineNode
12 years ago
Siegfried Pammer
6ecf847cf7
reimplemented XAML outline view
12 years ago
Siegfried Pammer
7262dd6d7f
fix typo in resource string name
12 years ago
Siegfried Pammer
d549367395
add group by project and file in SearchResults
12 years ago
Siegfried Pammer
c5acf9b1da
add group by project in SearchResults
12 years ago
Siegfried Pammer
0272ea5784
fix DocCommentMarker in C# Semantic highlighting
12 years ago
Siegfried Pammer
2dc8a6dc1a
Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR
...
Conflicts:
src/AddIns/Analysis/MachineSpecifications/MachineSpecifications.Tests/Properties/AssemblyInfo.cs
src/AddIns/Analysis/MachineSpecifications/MachineSpecifications.Tests/Src/ClassFilterBuilder.cs
src/AddIns/Analysis/MachineSpecifications/MachineSpecifications.Tests/Src/MSpecTestFrameworkTests.cs
src/AddIns/Analysis/UnitTesting/Src/InnerClassEnumerator.cs
src/AddIns/BackendBindings/VBNetBinding/Project/Src/OptionPanels/BuildOptions.xaml.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.AddIn/Src/WpfToolbox.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.AddIn/Src/WpfViewContent.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.AddIn/WpfDesign.AddIn.csproj
src/AddIns/Misc/PackageManagement/Project/PackageManagement.csproj
src/Libraries/NRefactory/Project/Src/PrettyPrinter/CSharp/CSharpOutputVisitor.cs
src/Libraries/NRefactory/Test/Output/CSharp/VBNetToCSharpConverterTest.cs
src/Main/Base/Project/Src/Gui/Dialogs/GotoDialog.cs
src/Main/Base/Project/Src/Gui/Dialogs/OptionPanels/ProjectOptions/BuildAdvanced.xaml.cs
src/Main/Base/Project/Src/Project/Behaviors/DotNetStartBehavior.cs
src/Main/Base/Project/Src/Util/ExtensionMethods.cs
src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj
src/Main/GlobalAssemblyInfo.template
12 years ago
Siegfried Oleg Pammer
60c043c1d6
Merge pull request #58 from jogibear9988/master
...
Flat Collection editor for Grid ColumnDefinitions/RowDefinitions
12 years ago
Peter Forstmeier
92127b8b56
ContentAlignment in Pdf
12 years ago
Peter Forstmeier
8f293d2e52
ContentAlignment in Pdf
12 years ago
Peter Forstmeier
b56ba05c65
Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR
12 years ago
Christoph Wille
fe987687f3
Update vNumber to 4.3.3
12 years ago
jkuehner
6ca53f06c6
Cache the Instances of XamlModelProperty in a Dictionary.
...
This is, that we have for one Property only one Instance. With this, you can open the Flat Collection Editor, and add Columns or Rows to a Grid via the Designer, and the
List in the FlatCollectionEditor is Refreshed!
12 years ago
jkuehner
c045a08fee
- Flat Collection Editor now working
...
- Implement INotifyCollectionChanged in XamlModelCollectionElementsCollection
12 years ago
jkuehner
0029ec5d39
Flat Collection Editor Refresh fix (hacky)
12 years ago
jkuehner
3332f96d72
Flat Collection Editor
12 years ago
Siegfried Oleg Pammer
0e48fd16f2
Merge pull request #57 from jogibear9988/master
...
Collection Editor Tab Control fix
12 years ago
jkuehner
6d5f1082cf
Collection Editor Tab Control fix
12 years ago
Siegfried Oleg Pammer
ac3c5ee8f0
Merge pull request #56 from jogibear9988/master
...
RenderTransformOrigin should also look to Propertygrid changes
12 years ago
jkuehner
edc132ea78
RenderTransformOrigin should also look to Propertygrid changes
12 years ago
Siegfried Oleg Pammer
f40163cc60
Merge pull request #55 from jogibear9988/master
...
Fix Icons and Rotate Thumb
12 years ago
jkuehner
d4481df5e6
Remove accidently commited Code in Rotate Thumb
12 years ago
jkuehner
405666639b
Restore Icons (reverted from merge)
12 years ago
jkuehner
a3be48210d
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/DesignSurface.xaml
12 years ago
jkuehner
1112f9ffcc
New Style for EnumButton
12 years ago
jkuehner
96cd42ca0e
Hide Rotate Thumbon Window
12 years ago
Siegfried Pammer
f89bca0a7f
update Icons used for snap-line and grid placement
12 years ago