mrward
5165582dde
Fix XML code completion inside a child element when default schema associated by filename extension is being used.
16 years ago
Siegfried Pammer
fb85160010
removed old file headers; added some debugging code
16 years ago
Daniel Grunwald
dfacaa8706
Fixed crash when performing "Introduce Method" context action on an inner class.
16 years ago
Daniel Grunwald
8de783e79b
Suppress "unknown output" produced by git.cmd when git is installed in the PATH but the git unix tools aren't.
16 years ago
Daniel Grunwald
05908d2a40
Fixed keyboard navigation in RecentProjectsControl and UpgradeView list views.
16 years ago
mrward
687e8dc591
Add simple method return value resolver for IronPython.
16 years ago
peterforstmeier
d1af7f6f09
Images in Report
16 years ago
peterforstmeier
1deff73d2b
Refactor DataRenderer to show groupings
16 years ago
mrward
4d5a72ee46
Support logical resource names in IronPython compiler.
...
Change IronPython compiler to embed a file resource as a stream not a byte array into assembly so the resource can be read using GetManifestResourceStream.
16 years ago
peterforstmeier
2903ee2913
Cleanup
16 years ago
peterforstmeier
f4f36e920c
PageBreakAfterGroupChange in TableLayout
16 years ago
peterforstmeier
d724ce4a2b
Cleanup in BaseConverter.cs
16 years ago
mrward
2d11b74a7b
IronPython class fields defined in constructor now appear in code completion after typing 'self'.
16 years ago
mrward
b264284610
Fix resolved local variable type being saved between calls causing code completion window to show when it should not.
16 years ago
peterforstmeier
4155ddd8f8
Grouping in TableLayout
16 years ago
mrward
264afa673c
Add code completion for methods on local variables in IronPython code.
16 years ago
mrward
b24a863e68
Add support for resolving properties, events and fields on local variables in IronPython.
16 years ago
mrward
2204e6df7d
Prevent auto-completion when typing '(' in import statements.
16 years ago
peterforstmeier
c0cfc4b81b
UnitTest for CreateGroupedReport from TableLayout.cs
16 years ago
mrward
b3bfd0ef5a
Fix problem with an IronPython local variable not being resolved after assigning a value to its property and then calling a method on the variable.
16 years ago
peterforstmeier
0f2a8ae522
Cleanup Wizard Layouts, ISimpleContainer in BaseSection.cs
16 years ago
peterforstmeier
8975a86e54
Wizard can create grouped Tablelayout
16 years ago
mrward
c995ead347
IronPython method insight window no longer stays open after method's closing parenthesis typed in.
16 years ago
mrward
a5ef759657
Handle spaces in path to IronPython and IronRuby console applications when running them without the debugger.
16 years ago
mrward
bdaa742a0b
Support commenting selected lines in IronPython and IronRuby code.
16 years ago
peterforstmeier
cecb9c30f1
PageBreakAfterGroupeChanged
16 years ago
Daniel Grunwald
22b5089405
QuickClassBrowser: allow navigating by pressing the first character in method name.
16 years ago
peterforstmeier
d6807302a7
PageBreakOnGroupChange
16 years ago
peterforstmeier
2ce0cd79b4
Remove DoEvents from ReportDesigner
16 years ago
mrward
4efdaf8edd
Refactor PythonAstWalker.
16 years ago
mrward
c0c8677792
Show properties for IronPython classes in class browser.
16 years ago
Daniel Grunwald
dc35d18bc1
Fixed custom tool output namespace for VB projects ( http://community.sharpdevelop.net/forums/t/11240.aspx )
16 years ago
Daniel Grunwald
c143e6c89c
Fixed column displayed in status bar.
16 years ago
Daniel Grunwald
169c640613
Allow grouping search results by file.
16 years ago
Daniel Grunwald
b1f91f024e
Fixed some UI problems with the new CallStackPad.
16 years ago
Daniel Grunwald
eedd9ddba7
Fix http://community.sharpdevelop.net/forums/t/11954.aspx - Cannot select project resource as form icon: "This operation can be called on the main thread only"
16 years ago
Daniel Grunwald
851a755f2d
Avoid looking up version numbers for AddIns that ship with SharpDevelop
16 years ago
Daniel Grunwald
e030987ab7
Declare XAML GroupInto refactorings in .addin file instead of using menu builder (allows lazy loading of XamlBinding)
16 years ago
Daniel Grunwald
0d24b46bbe
IconBarMargin: Fixed cancelling drag'n'drop using Escape.
16 years ago
David Srbecký
fb51065400
Fixed "COM object that has been separated from its underlying RCW cannot be used." in MetaDataImport
16 years ago
David Srbecký
4116a1a479
Normalize line ending in debug tests (just in case that the files on disk use linux line endings)
16 years ago
peterforstmeier
170674ba2d
Cleanup
16 years ago
mrward
69e65acf48
Refactor IronPython resolver.
16 years ago
Daniel Grunwald
1123bf8278
Allow dragging the CurrentLineBookmark in the IconBarMargin.
16 years ago
mrward
a767d82cca
Add support for IronPython code completion on methods after typing 'self'.
16 years ago
Daniel Grunwald
f12ade168f
UsageDataCollector: collect WPF rendering tier
16 years ago
eusebiu
4150e8db59
fix for SD-1713
16 years ago
mrward
0ee1755311
Fix failing unit tests.
16 years ago
mrward
1b445fa671
Fix bug in IronPython local variable resolver getting the wrong type due to an off by one problem with line numbers and a problem with name resolution when variable used in several statements.
16 years ago
mrward
9fcf7b1699
IronPython local variable resolver uses class resolver to find type information.
16 years ago