Daniel Grunwald
5990c898ec
ICSharpCode.Core: memory optimization: use common XmlNameTable for all addins being loaded.
15 years ago
mkonicek
f6077076b2
Fix: NRefactoryResolver now resolves constructor definitions (before it was returning UnknownMethodResolveResult)
...
-> Find references and context menu on constructor definitions work
Please Daniel check if this is OK and also tell me if fixes like this are already useless because of the new NRefactory. (next thing I would like to fix are Find references to interface members).
15 years ago
Matt Ward
8c0fbdc203
Fix SD-1777 - 'Replace all' (in project) does not perform any replacements in files that are not open
15 years ago
Siegfried Pammer
bbe1cdb13a
use WpfDesigner color picker in ColorPicker button
15 years ago
mkonicek
bbb1b3edc8
Fix: NRefactoryResolver now resolves constructor definitions (before it was returning UnknownMethodResolveResult)
...
-> Find references and context menu on constructor definitions work
Please Daniel check if this is OK and also tell me if fixes like this are already useless because of the new NRefactory. (next thing I would like to fix are Find references to interface members).
15 years ago
Siegfried Pammer
8405f8c707
moved WpfDesigner-ColorPicker to ICSharpCode.SharpDevelop.Widgets.csproj
15 years ago
mkonicek
dccf197fb0
Editor context actions - Fix: "Check for (not) null" is only offered if the type of the assigned expression is reference type. Now the actions is offered pretty much only in the situations where it makes sense.
15 years ago
mkonicek
1e8e0353c0
Context actions - Fix: "Add check for null" is offered only for parameter definitions of non-abstract methods.
15 years ago
Daniel Grunwald
7ec189fc1d
Add 200ms timeout to CaretReferencesRenderer.
15 years ago
mkonicek
2a826a7a5f
Editor context actions - explicitly setting EditorContext.Editor = null from ContextActionsRenderer when the ViewModel is discarded. Prevents leaks of reference to CodeEditorView when IContextActionProviders keep long-lived references to EditorContext. (thanks to Daniel!)
15 years ago
Siegfried Pammer
9f130b0233
fixed SD-1715 - UnauthorizedAccessException when trying to add item to project without write permission: might not be the optimal solution, because a new IViewContent is opened before the exception occurs and stays open after the exception.
15 years ago
Daniel Grunwald
b9b8378eae
Fix http://community.sharpdevelop.net/forums/t/12329.aspx Error List, Task and Thread pads selection is hidden when losing focus
15 years ago
Matt Ward
9c333a8e6c
Fix SD-1569 - Errors deleting a folder in projects pad cause unhandled exception
15 years ago
Eusebiu Marcu
daf172e700
Fix SD-1782 - Interaction between bookmarks and breakpoints (with Daniel's suggestion)
15 years ago
Eusebiu Marcu
73b5a6660a
Fix SD-1782 - Interaction between bookmarks and breakpoints
15 years ago
Daniel Grunwald
c7323f7005
Replace references to "4.1" in setup with variable that gets populated with information from GlobalAssemblyInfo.template.
15 years ago
Eusebiu Marcu
fd2044b3d5
add SelectedFrameBookmark
15 years ago
Eusebiu Marcu
7091c64e9f
remove hard-coded magnifier - added to resource + fix the VisualizerPicker.xaml
15 years ago
Eusebiu Marcu
3318da248a
Add method view
...
add toolbar to parallel stacks
15 years ago
Daniel Grunwald
0305d641c8
Fixed distinguishing the virtual and override modifiers when reading from metadata.
15 years ago
Daniel Grunwald
a7e0084e09
Fix SD-1692 - Code Competion shows instance members twice
15 years ago
Daniel Grunwald
e9079036d7
Fix SD-1740 - Generating same event handler twice in WPF designer
15 years ago
Daniel Grunwald
d6b864e5ce
Fix SD-1737 - Keyboard shortcuts do not work in WinForms Designer
15 years ago
Daniel Grunwald
93cd842df3
Fixed focus problem when opening workbench window containing multiple view contents.
15 years ago
Daniel Grunwald
238c0a2391
Fixed NullReferenceException in MSBuildBasedProject.get_MinimumSolutionVersion() when removing a project from the solution while the build is running. ( http://community.sharpdevelop.net/forums/t/12316.aspx )
15 years ago
Eusebiu Marcu
fcdcf7cb4a
parallel stack v0.1
15 years ago
Daniel Grunwald
32c1efaf0f
Revert "fix SD-1743 - Replace all in selection - standard search"
...
This reverts commit cede650728 .
15 years ago
Daniel Grunwald
4b24dd80f8
Fixed commenting out lines selected from the line number margin.
15 years ago
Daniel Grunwald
83c01eee81
Fixed bug that caused Error/Warning markers not to reappear after debugging.
15 years ago
Daniel Grunwald
7bbe5fda50
Fixed keyboard navigation in text editor context menu.
15 years ago
Daniel Grunwald
597309b10d
Handle COMException when dragging files from Thunderbird to SharpDevelop ( http://community.sharpdevelop.net/forums/t/12271.aspx ).
15 years ago
Matt Ward
795f6f88f7
Fix SD-1748 - ArgumentException when saving file using the name of another file already open in the editor
15 years ago
Matt Ward
b61b8e72bb
Fix null reference exception when selecting Show All Files after adding a new folder and file inside that folder.
15 years ago
Matt Ward
e1cc2ab2e4
Fix SD-1718 - Post build events not added to end of project file.
15 years ago
Daniel Grunwald
931436dbb1
Fix SD-1703 - Deleted and removed projects remain in the solution
15 years ago
Daniel Grunwald
533605baf9
Add main menu command for "Add new project to existing solution".
15 years ago
Daniel Grunwald
64c646931c
Fixed ArgumentNullException when currentDebugger.GetTooltipControl() returns null.
15 years ago
Daniel Grunwald
73ea786721
Help UDC identifying the location of the bug for AvalonEdit ArgumentOutOfRangeExceptions.
15 years ago
Daniel Grunwald
3f1827d849
Fixed NotSupportedException when using "Options" command in AddIn Manager.
15 years ago
Eusebiu Marcu
cede650728
fix SD-1743 - Replace all in selection - standard search
15 years ago
Eusebiu Marcu
177338d47d
fix SD-1743 - Replace all in selection - standard search
15 years ago
Daniel Grunwald
4eb879cda0
Avoid crash on invalid version numbers in assembly references.
15 years ago
Eusebiu Marcu
3fb5137762
remove files that are moved to Debugger.AddIn
15 years ago
Eusebiu Marcu
70b33f5963
move tooltips to Debugger.AddIn
...
move pin to Debugger.AddIn
15 years ago
Daniel Grunwald
893b1db554
Fixed expanding project node in classes pad when the project contains missing files.
15 years ago
Siegfried Pammer
7c2d283fc5
fixed SD-1751 - Code completion does not show extension methods defined in VB code ( http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1751&PROJID=4 )
15 years ago
Matt Ward
1d5f787daa
Fix SD-1749 - New File Dialog: cannot scroll in category tree view.
15 years ago
Daniel Grunwald
953b992670
Look for SHFB using environment variable, if possible.
15 years ago
Daniel Grunwald
5199e8b69d
Allow running SharpDevelop from network drives
15 years ago
Siegfried Pammer
1e8057c8ee
fixed http://community.sharpdevelop.net/forums/t/12237.aspx
15 years ago