mrward
a1c129abe8
Update IronPython to version 2.6.2
16 years ago
Daniel Grunwald
45d3a71730
Add workaround for ArgumentNullException in FormsDesignerViewContent.ShowSourceCode.
16 years ago
Daniel Grunwald
f1beb21aa5
Fixed C# parser: multiple event declarations on the same line.
16 years ago
Daniel Grunwald
d2a9d5758a
Upgrade to Boo 0.9.4 for .NET 4.0 (unreleased version 7e610f8)
16 years ago
Daniel Grunwald
bb227dbb21
Fixed compiler warnings
16 years ago
Daniel Grunwald
6ca892eb11
Let IViewContent decide whether it should close together with the solution
16 years ago
eusebiu
84e6d2da90
Fix SD-1739 - Creating WPF event handler switches to text editor but does not scroll to correct line
16 years ago
Daniel Grunwald
7a9076570c
Fixed "TortoiseGit not found" message
16 years ago
peterforstmeier
8cd63bdca9
Pagenumbering, cleanup in BasePager.cs - Final step's
16 years ago
peterforstmeier
fb08d66856
ReportFooter
16 years ago
mrward
e1e61ed889
Fix SD-1731 - Refactoring context actions causes text editor to stop responding.
16 years ago
peterforstmeier
f259ef2f7f
Cleanup
16 years ago
Daniel Grunwald
d02178be0e
Fix build
16 years ago
Daniel Grunwald
b2a32bf877
Fix SD-1734 - 2 or 3 sets of Fold Markers shown with open .xaml file
16 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.
16 years ago
Siegfried Pammer
a526e7d5fb
splitting profiler source: moved rewriting part to new file
16 years ago
Daniel Grunwald
60b0cb6831
Give bookmarks z-order; ensure that CurrentLineBookmark takes preference over breakpoints.
16 years ago
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
Siegfried Pammer
2df5196a30
remove display of deleted text; remove support for Diff engines
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