Andreas Weizel
|
e51144a5c3
|
Fix: InvalidOperationException when opening XML file in HexEditor when it was already open in normal XML editor.
|
11 years ago |
Andreas Weizel
|
bc3ac0cbaf
|
Double click in list in "Open with..." dialog does the same as clicking on "OK" button.
|
11 years ago |
Andreas Weizel
|
bbf0565fe2
|
Deleting all selected bookmarks or breakpoints in pad (on Del key or toolbar command), not only one of them.
|
11 years ago |
Siegfried Pammer
|
16125c67b3
|
fix #362: Code completion when typing lambda expression parameters
|
11 years ago |
Siegfried Pammer
|
fa567215f0
|
Revert "Add support for DefineDebug and DefineTrace MSBuild properties in CSharpProject"
This reverts commit 2bae86b018 .
|
11 years ago |
Siegfried Pammer
|
2bae86b018
|
Add support for DefineDebug and DefineTrace MSBuild properties in CSharpProject
|
11 years ago |
Siegfried Pammer
|
281d132e43
|
fix #316: Error when running Search for issues with Automatically Fix enabled.
Disable "Fix issues" feature once an "unfixable" issue is selected.
|
11 years ago |
Siegfried Pammer
|
11c3eb3470
|
Ad #316: Error when running Search for issues with Automatically Fix enabled.
Add SupportsAutoFix (default = false) property to prevent issues from trying to 'fix' code which cannot be fixed without user interaction.
|
11 years ago |
Siegfried Pammer
|
514266dfec
|
fix #434: Code action in BaseMethodParameterNameMismatchIssue doesn't rename symbols
|
11 years ago |
Andreas Weizel
|
4329ac1711
|
Fixed XmlEditor tests.
|
11 years ago |
Andreas Weizel
|
fc284a5d16
|
Part of #234: Keyboard shortcuts now working in XmlEditor's tree view.
|
11 years ago |
Siegfried Pammer
|
3b9b2ac588
|
fix #496: ContextActionBulbControl: it should always be displayed inside the editor's view port bounds
|
11 years ago |
Siegfried Pammer
|
4ac976c1f2
|
fix #515: Could not find class for token exception when stepping into code
|
11 years ago |
Siegfried Pammer
|
c92e695a20
|
assign ParentProject of SD BuildErrors
|
11 years ago |
Daniel Grunwald
|
ae692d51b7
|
Fix #284 NotSupportedException thrown in NR CecilLoader
|
11 years ago |
Daniel Grunwald
|
bede4f6643
|
Make SymbolCollector take a Lazy<TypeGraph> - it's expensive to construct and only used for some members.
|
11 years ago |
Daniel Grunwald
|
14dc190f94
|
Fix SymbolCollector not returning a member when it was implementing interface members.
|
11 years ago |
Siegfried Pammer
|
f1894f80f5
|
fix #179: "navigate to file in project browser" does not work all the times
|
11 years ago |
Daniel Grunwald
|
ddd2ff1855
|
Fix NullReferenceException in InsertCtorDialog.CreateCtorParams().
|
11 years ago |
Andreas Weizel
|
4e45d98165
|
Fix #511: Automatic code formatting grabs closing curly brackets when adding properties
|
11 years ago |
Daniel Grunwald
|
9744db9e5a
|
Adjust StressTest to SD5 API change
|
11 years ago |
Daniel Grunwald
|
382c621383
|
Use ReaderWriterLock in ParserServiceEntry to prevent the parser thread from blocking the UI thread.
|
11 years ago |
Daniel Grunwald
|
4b4518db86
|
Fix NullReferenceException in TestResultsReader.Dispose when connecting the named pipe failed.
|
11 years ago |
Daniel Grunwald
|
8b4c262594
|
Fix NullReferenceException in Git.FindGit if PATH is not set.
|
11 years ago |
Daniel Grunwald
|
a56a10c8f8
|
Fix NullReferenceException in SharpTreeViewItem.ContextMenuOpening
|
11 years ago |
Daniel Grunwald
|
65adfdb812
|
Handle UnauthorizedAccessException in AbstractProject.IsReadOnly
|
11 years ago |
Daniel Grunwald
|
5602be8fd6
|
Disable UseOfMemberOfNullReference issue. It's currently too unstable and performance-hungry.
|
11 years ago |
Daniel Grunwald
|
4ce0129433
|
Handle BadImageFormatException in ProjectContentContainer.DoResolveReferences()
|
11 years ago |
Daniel Grunwald
|
9256ed4d39
|
Fix inverted condition.
|
11 years ago |
Daniel Grunwald
|
3dbfb428bd
|
Protect against resolve call on empty location.
|
11 years ago |
Siegfried Pammer
|
0c7ba630e4
|
fix #498: Additional problems in DebuggerDotCompletion
fix #460: Debugger console: No completion inside constructors
|
11 years ago |
Andreas Weizel
|
b4f4f712c9
|
Merge pull request #509 from gumme/WpfDesignerPrecisionChange
Modified precision for element positioning and boundaries to use 0 decimals.
|
11 years ago |
Andreas Weizel
|
c7874906f6
|
Merge pull request #510 from gumme/WpfDesignerStackPanelChange
StackPanel no longer removes properties that are used in the panel.
|
11 years ago |
Matt Ward
|
f2568c1f82
|
Fix ReflectionTypeLoadException in WPF designer.
The Xceed.Wpf.Toolkit.dll file needed by the WPF designer was not
included in the installer.
|
11 years ago |
Andreas Weizel
|
dd292ff7f0
|
Fix #506: Tabs/spaces not shown in text editor for C# files
|
11 years ago |
Andreas Weizel
|
e302927930
|
Merge pull request #508 from gumme/WpfDesignerSnaplineMergeFix
Fixed bug where resizing right and bottom edges on controls did not snap properly.
|
11 years ago |
gumme
|
43aecafb42
|
StackPanel no longer removes properties that are used in the panel.
|
11 years ago |
gumme
|
f071ff5618
|
Modified precision for element positioning and boundaries to use 0 decimals.
|
11 years ago |
gumme
|
13277b4906
|
Fixed bug where resizing right and bottom edges on controls did not snap properly.
|
11 years ago |
Andreas Weizel
|
f16fd987ad
|
Merge pull request #507 from gumme/WpfDesignerPasteErrorFix
Wpf designer fixes when pasting items
|
11 years ago |
Andreas Weizel
|
8fdacbc4c0
|
Fix #105: Toggling multiple block comments
|
11 years ago |
gumme
|
5a599d21e9
|
Added check if parent view is ContentControl to avoid exception when pasting on for example a Border, that have a content property but is not a ContentControl.
|
11 years ago |
gumme
|
72b0f87b8e
|
Setting error sink to handle errors when pasting items.
|
11 years ago |
Andreas Weizel
|
095b914abb
|
Merge pull request #411 from AaronLenoir/commentToggle
Fixes #105: Toggling multiple block comments
|
11 years ago |
Andreas Weizel
|
3e5b969d09
|
Reduced unneeded lookup iterations when several symbol searches have the same search term.
|
11 years ago |
Daniel Grunwald
|
8485318396
|
Fix cutting text from editor when the Clipboard class throws an ExternalException.
http://community.sharpdevelop.net/forums/t/21713.aspx
|
11 years ago |
Daniel Grunwald
|
3b03e24356
|
Pass conditional symbols to completion engine.
|
11 years ago |
Daniel Grunwald
|
a65ad38918
|
Fix NullReferenceException in SymbolCollector
|
11 years ago |
Daniel Grunwald
|
e3899d1080
|
Fix ArgumentOutOfRangeException in DefaultCompletionContextProvider
|
11 years ago |
Daniel Grunwald
|
53860bfd63
|
AvalonEdit: use NRefactory public key in the WithNRefactory-version
|
11 years ago |