63 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
Matt Ward 4d5873eec9 Python parser now gives classes the namespace of the file. Added code completion support for local variables. 18 years ago
Matt Ward 7db58ef39d Code completion in the Python binding was not working due to a change in the AbstractCompletionDataProvider's GetExpression method where the expression offset is now after the end of the text. 18 years ago
Matt Ward de2d66bc22 Added System reference to Python console project template. 18 years ago
Daniel Grunwald f5913a8d1d Worked on lambda expression support. 18 years ago
Matt Ward 6722800a0e Fixed null reference exception that occurs when a Python method is missing its last parameter. 18 years ago
Matt Ward 00db2233f3 Updated the Python WinForms template: Moved the clr.AddReference lines from the MainForm.py to Program.py so the form can be designed. 18 years ago
Daniel Grunwald 7414e9ad6a Fixed several minor code completion bugs. 18 years ago
Matt Ward 7724781cf6 Added support for casts and class method calls in the python code converter. 18 years ago
Daniel Grunwald ebe69d2387 Don't reuse IAmbience instances (they are not thread-safe). 18 years ago
Daniel Grunwald cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
Daniel Grunwald fe0b68c19d Make IClass (+ IMember, IParameter, IAttribute, ICompilationUnit .....) immutable. 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Matt Ward 602dde82c5 Added IronPython addin with support for IronPython 1.1 18 years ago