Andreas Weizel
|
90e907c3d3
|
Added "Goto Definition" command to symbol context menus.
|
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 |
Andreas Weizel
|
b3b26db7de
|
Added some code editor context menus dependent on symbol at caret (like "Rename", "Find references" etc.)
|
12 years ago |
Andreas Weizel
|
bde6f8134a
|
Added SymbolTypeAtCaretConditionEvaluator.
|
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 |
Andreas Weizel
|
29688ecdc4
|
Removed debug message.
|
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 |
Siegfried Pammer
|
e6ad9f7e78
|
fix bug in WatchPad that causes watches to be removed on every step
|
13 years ago |
Siegfried Pammer
|
7e0d8cb3d7
|
fix http://community.sharpdevelop.net/forums/t/19499.aspx
|
13 years ago |
Siegfried Pammer
|
e2ee087e7f
|
remove some unnecessary log entries
|
13 years ago |
Siegfried Pammer
|
929eba3630
|
add toolbar to WatchPad
|
13 years ago |
Siegfried Pammer
|
d2a7f9891b
|
add context menu to watches
|
13 years ago |
Siegfried Pammer
|
d64dff7ef1
|
use CharacterEllipsis instead of WordEllipsis in TaskView
|
13 years ago |
Siegfried Pammer
|
cf5cef9c07
|
Add icons for WatchPad toolbar
|
13 years ago |
Siegfried Pammer
|
9cce5d9369
|
implement GetMethodsFromDocumentPosition and set breakpoints in all methods (lambdas, etc.) in that location
|
13 years ago |
Siegfried Pammer
|
59efcb8964
|
reimplement drag&drop of watches from the editor
|
13 years ago |
Matt Ward
|
75bbd21910
|
Allow Package Management addin tests to be run separately.
|
13 years ago |
Matt Ward
|
5870705edd
|
Fix recent NuGet packages not being saved in settings.
|
13 years ago |
Matt Ward
|
cf1c456d6f
|
Fix position of NuGet menu items when project selected.
|
13 years ago |
Matt Ward
|
80984a870f
|
Merge branch 'master' into newNR
Conflicts:
src/AddIns/Misc/PackageManagement/Project/PackageManagement.addin
src/AddIns/Misc/PackageManagement/Test/Src/PackageManagementOptionsTests.cs
src/Main/Base/Project/ICSharpCode.SharpDevelop.csproj
src/Main/Base/Project/Src/Project/Behaviors/DotNetStartBehavior.cs
src/Main/Base/Project/Src/Services/IconService.cs
src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj
src/Main/Base/Test/MimeDetectionTests.cs
|
13 years ago |
Siegfried Pammer
|
a849a6f938
|
fix ArgumentException occurring when pressing backspace at the start of the document, introduced by ebb5d25c
|
13 years ago |
Siegfried Pammer
|
82862dd7cd
|
fix a caret navigation bug introduced by 35a81d3e
|
13 years ago |
Siegfried Pammer
|
16e7d7bc26
|
fix insertion of ="" with x:Key or other special completion items
|
13 years ago |
Siegfried Pammer
|
f2c8cd5bed
|
reimplement WatchPad
|
13 years ago |
Siegfried Pammer
|
678ce75f0b
|
add type column to tooltips
|
13 years ago |
Siegfried Pammer
|
871022c697
|
add missing command
|
13 years ago |
Siegfried Pammer
|
23af1a7112
|
fix managed detection in AttachToProcessForm
|
13 years ago |
Siegfried Pammer
|
17ddb265d2
|
reimplement context menu for debugger tooltips
|
13 years ago |
Siegfried Pammer
|
21a4a3349b
|
fix http://community.sharpdevelop.net/forums/t/19403.aspx - MIME Type detection throws COM Exception on 2-byte (non-Unicode) files
|
13 years ago |
Siegfried Oleg Pammer
|
463ee0248a
|
Merge pull request #63 from jogibear9988/master
Fix Unit Tests -> ListBox is a ItemsControl and can now get Content!
|
13 years ago |
Matt Ward
|
2f2d22f3c6
|
Do not clear cached images from file system when resources change.
|
13 years ago |
Matt Ward
|
31e96db276
|
Minor code reformat.
|
13 years ago |
Michael Seeger
|
1cb4e87fdb
|
FileIconService added to allow custom template icons to be loaded from the file system.
|
13 years ago |
jkuehner
|
a6b6e44fbb
|
x:name does not set the name property of a Control.
Now also Code like this:
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Canvas>
<Button x:Name="aa"
Content="{Binding Name, ElementName=aa}"
Width="75.2"
Height="23.2"
Canvas.Left="85.6"
Canvas.Top="197.6" />
</Canvas>
</Window>
works!
|
13 years ago |
jkuehner
|
9cf2257f18
|
Fix Unit Tests -> ListBox is a ItemsControl and can now get Content!
|
13 years ago |
Siegfried Pammer
|
8d5347a934
|
fix missing debugger commands
|
13 years ago |
Siegfried Pammer
|
623cc269fa
|
add documentation to GridViewColumnAutoSize and correct position of tooltip for partly visible cells in TaskView
|
13 years ago |
Siegfried Oleg Pammer
|
604696c83e
|
Merge pull request #62 from jogibear9988/master
Again 2 small fixes for XAML Designer
|
13 years ago |
Matt Ward
|
6641a37b67
|
Update NuGet.exe to 2.7.40809.172
This version does not have Visual Studio specific
messages when using package restore.
|
13 years ago |
jkuehner
|
05ddcf4275
|
Items Control can also be a Control container, so allow Placement in it!
|
13 years ago |
jkuehner
|
085945326b
|
Fix a Null Ref Exception in Thumbnail View
(happend for Example on wrong XAML Code)
|
13 years ago |
Siegfried Pammer
|
704811c7cd
|
add column auto-width property to debugger pads
|
13 years ago |
Matt Ward
|
e2b05442f7
|
Support restoring NuGet packages.
Add Restore Packages menu item which executes "NuGet.exe restore"
to restore all packages in the solution.
|
13 years ago |
Siegfried Pammer
|
a8edb951b3
|
implement GridViewColumnAutoSize
|
13 years ago |
Siegfried Pammer
|
91dc59fd7e
|
don't crash if Pad is collapsed or too small
|
13 years ago |
Siegfried Pammer
|
0a6a63e58e
|
reimplement Copy and SelectAll commands
|
13 years ago |
Siegfried Pammer
|
71c7f52105
|
fix text in scope ComboBox
|
13 years ago |
Matt Ward
|
2c6d2f6468
|
Fix forms designer error when non .NET assembly referenced by project.
|
13 years ago |
Siegfried Oleg Pammer
|
6e8e02860f
|
Merge pull request #61 from jogibear9988/master
XAML Designer fixes...
|
13 years ago |