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
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
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
Siegfried Pammer
a7955b17df
partially fixed UnaryExpression locations; deactivate LocationAssignmentCheckVisitor in Unit Tests
16 years ago
Siegfried Pammer
5cb2e48423
fixed BinaryOperatorExpressionTests
16 years ago
Siegfried Pammer
0aa43066f0
fixed BaseReferenceExpressionTests, ClassReferenceExpressionTests and ThisReferenceExpressionTests
16 years ago
Siegfried Pammer
c35500dd23
fixed AttributeSectionTests
16 years ago
Siegfried Pammer
7fc6bfd565
fixed AssignmentExpressionTests
16 years ago
Siegfried Pammer
3a5e57891e
fixed ArrayCreateExpressionTests
16 years ago
Siegfried Pammer
d2f4f622de
removed trace-generation from SharpCoco call for VB .NET
16 years ago
Siegfried Pammer
8c1ee70925
fixed AddressOfExpressionTests
16 years ago
Siegfried Pammer
9500616c1e
fixed AddHandlerStatementTests
16 years ago
Siegfried Pammer
eb3915bd92
improve LocationAssignmentCheckVisitor - does not check CompilationUnit, TypeReference and INullables that have IsNull == true
16 years ago
Siegfried Pammer
1ae2fed7b5
- add LocationAssignmentCheckVisitor to ParseExpression-Tests
...
- use AcceptChildren to avoid check on CompilationUnit
16 years ago
Siegfried Pammer
50d1d313e3
added LocationAssignmentCheckVisitor - ensures that Locations set for INodes are at least not empty.
16 years ago
Siegfried Pammer
dc058ae3a9
fixed http://community.sharpdevelop.net/forums/t/12016.aspx
16 years ago
Siegfried Pammer
80a36c35d6
fixed SD-1627 - Method insight tooltip not displayed
16 years ago
Siegfried Pammer
2de4e38c2e
remove double assignment of project directory to textbox
16 years ago
mrward
2204e6df7d
Prevent auto-completion when typing '(' in import statements.
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
Siegfried Pammer
72a600fc3d
fixed SD-1705 - Default Project Directory is not saved
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
Siegfried Pammer
e237f74048
fixed http://community.sharpdevelop.net/forums/p/11951/32716.aspx#32716
16 years ago
Siegfried Pammer
47d8b768f2
fixed first issue in http://community.sharpdevelop.net/forums/t/11951.aspx
16 years ago
Daniel Grunwald
2ee86110f6
Fixed some FxCop warnings in AvalonEdit.
16 years ago
Daniel Grunwald
22b5089405
QuickClassBrowser: allow navigating by pressing the first character in method name.
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
748caff645
Fix "Unhandled exception when installing packed addin with incorrect .addin file" ( http://community.sharpdevelop.net/forums/t/11807.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
b17ea8ac53
Fixed SD-1729 - Code completion window stays open when switching to another text editor window
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
1876bf473e
Update ChangeLog.
16 years ago
Daniel Grunwald
5d2f3d8072
Fixed old C++ backend binding sample
16 years ago
Daniel Grunwald
17c9b20d6a
Fix SdaUser sample
16 years ago
Daniel Grunwald
cef7bd1a6c
Fixed XamlDesigner sample
16 years ago
Daniel Grunwald
851a755f2d
Avoid looking up version numbers for AddIns that ship with SharpDevelop
16 years ago
Daniel Grunwald
550f9eaa76
Speed up search for *.addin files by using Directory.GetFiles() with SearchOption.AllDirectories
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
ee5cb9d895
Log loading of AddIns instead of loading of AddIn Runtimes
16 years ago
Daniel Grunwald
05a0a33a82
Update StringResources
16 years ago
Daniel Grunwald
cbf373e687
Fix SD-1687: Add UpgradeView strings to translation DB
16 years ago
Daniel Grunwald
5ce45dc997
Fix border on some flags to avoid white-on-white.
16 years ago