Daniel Grunwald
cc3208c5cb
Update string resources.
15 years ago
Daniel Grunwald
4ef89926d0
Remove TextEditor.HideScrollBar() and expose {Horizontal,Vertical}ScrollBarVisibility properties instead.
...
Made some improvements to WatchInputBox.
15 years ago
Eusebiu
a351d20664
WatchPad + Console control
15 years ago
eusebiu
84d90d3aa3
minor upgrade to WatchPad.cs: add on double click / remove on DEL
15 years ago
David Srbecký
9b70311945
Using the property names from metadata rather then deriving from accessor methods.
15 years ago
David Srbecký
27de13f90f
Fixed Forum-32990: Check that interface ISymUnmanagedDispose is supported before using it.
15 years ago
Daniel Grunwald
aee94877ff
Merge branch 'reports'
15 years ago
Siegfried Pammer
4b1503d40b
VB: properly fixed ILC-detection after attributes
15 years ago
Siegfried Pammer
282bda5cea
fixed NullReferenceException in Profiler/FindReferences, when trying to search for unresolved/non-user code
15 years ago
Siegfried Pammer
d208f264b4
fixed NullReferenceException in CSharpMethodExtractor when trying to extract code with unresolved entities (e. g. missing usings)
15 years ago
Christoph Wille
ad1674422f
Beta 4 designation for setup
15 years ago
Daniel Grunwald
3e73ce73d1
Update ChangeLog.
15 years ago
Daniel Grunwald
064c0fd0a4
Update string resources; re-enable Chinese and Russian translations.
15 years ago
Daniel Grunwald
89f96a89c8
Enable "Cancel" button on Find References dialog.
15 years ago
mrward
a1c129abe8
Update IronPython to version 2.6.2
15 years ago
Daniel Grunwald
45d3a71730
Add workaround for ArgumentNullException in FormsDesignerViewContent.ShowSourceCode.
15 years ago
Daniel Grunwald
f1beb21aa5
Fixed C# parser: multiple event declarations on the same line.
15 years ago
mrward
88ea714498
Update NUnit to version 2.5.8
15 years ago
Daniel Grunwald
d2a9d5758a
Upgrade to Boo 0.9.4 for .NET 4.0 (unreleased version 7e610f8)
15 years ago
Daniel Grunwald
bb227dbb21
Fixed compiler warnings
15 years ago
Daniel Grunwald
6ca892eb11
Let IViewContent decide whether it should close together with the solution
15 years ago
Expro
4e54652426
fixed SD-1150
15 years ago
eusebiu
84e6d2da90
Fix SD-1739 - Creating WPF event handler switches to text editor but does not scroll to correct line
15 years ago
eusebiu
2637760f11
fix SD-1732
15 years ago
Daniel Grunwald
a143badda1
Avoid build error when git commit hash cannot be retrieved (build with revision number 0)
15 years ago
Daniel Grunwald
8183a1f2ed
Fixed retrieving the XML documentation on operator declarations.
15 years ago
Daniel Grunwald
7a9076570c
Fixed "TortoiseGit not found" message
15 years ago
mrward
569cce4d8e
Fix SD-1693 - Double clicking on line in debug output causes ArgumentException.
15 years ago
peterforstmeier
8cd63bdca9
Pagenumbering, cleanup in BasePager.cs - Final step's
15 years ago
peterforstmeier
fb08d66856
ReportFooter
15 years ago
mrward
e1e61ed889
Fix SD-1731 - Refactoring context actions causes text editor to stop responding.
15 years ago
peterforstmeier
f259ef2f7f
Cleanup
15 years ago
mrward
74d70df355
Refactoring context action pop-up focuses the first item in the drop down the first time it is displayed.
15 years ago
Daniel Grunwald
d02178be0e
Fix build
15 years ago
Daniel Grunwald
b2a32bf877
Fix SD-1734 - 2 or 3 sets of Fold Markers shown with open .xaml file
15 years ago
Daniel Grunwald
f25bb57203
Fix SD-1736: When a file is in multiple projects, ParserService should return the ParseInformation for the project that does not link to the file.
15 years ago
Siegfried Pammer
28576f4e43
Ascending and Descending are special tokens, thus can stand at the end of a query (exception in ILC logic)
15 years ago
Siegfried Pammer
fe198da3f5
fixed http://community.sharpdevelop.net/forums/p/12088/32950.aspx#32950
15 years ago
Siegfried Pammer
a526e7d5fb
splitting profiler source: moved rewriting part to new file
15 years ago
Daniel Grunwald
069426b4a6
Fixed SD-1735: Shortcut to switch between editor tabs not working
15 years ago
Daniel Grunwald
fcef5f1684
Fixed IWorkbench.ShowView(x, false) to show the newly opened view.
15 years ago
Daniel Grunwald
60b0cb6831
Give bookmarks z-order; ensure that CurrentLineBookmark takes preference over breakpoints.
15 years ago
mrward
5165582dde
Fix XML code completion inside a child element when default schema associated by filename extension is being used.
15 years ago
Siegfried Pammer
5de1b3594e
fixed some more bugs in location assignment
15 years ago
Siegfried Pammer
4894432a83
reverted assignment of locations to special TypeReferences - cannot use Clone() because it would destroy referential equality
15 years ago
Siegfried Pammer
2d289a5d26
removed detection of ExtensionAttribute, because it works only in some cases.
15 years ago
Siegfried Pammer
44b0c03bf9
fixed http://community.sharpdevelop.net/forums/t/12063.aspx
15 years ago
Siegfried Pammer
ecb08efce5
fixed http://community.sharpdevelop.net/forums/t/12071.aspx
15 years ago
Siegfried Pammer
98ca2b1265
- fixed positions in TypeReferences
...
- set IsExtensionMethod to true, if Extension-Attribute is on the Sub/Function
Note: this can only be guessed, because we cannot reliably resolve the type of the attribute on parser level.
15 years ago
Siegfried Pammer
8b5b857bdc
fixed positions of TypeParameters and TypeParameterConstraints in VB
15 years ago