17 Commits (9fcf7b169944eecaa13ed30588d1e83624dcf326)

Author SHA1 Message Date
mrward 9fcf7b1699 IronPython local variable resolver uses class resolver to find type information. 16 years ago
mrward 1b31c480d4 Re-enable basic support for local variable code completion in IronPython. 16 years ago
mrward 98765ade2d Add code completion for events in IronPython. 16 years ago
mrward 005cec4023 Add simple support for property code completion in the IronPython addin. 16 years ago
mrward 3f433a2b46 Add support for IronPython completion after typing 'self'. 16 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
Matt Ward 99e98d1cfb Merge python addin from 3.0 to trunk. 16 years ago
Matt Ward a50662720f Added python code completion for modules imported as different names - 'import sys as s' 16 years ago
Matt Ward a762b50f1d Added support for method insight on methods in the standard python modules included in IronPython. 16 years ago
Matt Ward 6ee5722cab Improved code completion for python import statements. 16 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 years ago
Daniel Grunwald 26a1551633 When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase. 17 years ago
Matt Ward 73fbc027af Disabled local variable resolving in Python binding. 17 years ago
Matt Ward 21a4c7e222 Python code converter no longer using CodeDom. 17 years ago
Daniel Grunwald ba290b6bf9 Add "IUsingScope" to allow representing the nesting of usings in namespaces in SharpDevelop.Dom. 17 years ago
Matt Ward 035e66dcba Update to IronPython 2.0 beta 4 18 years ago
Matt Ward 4d5873eec9 Python parser now gives classes the namespace of the file. Added code completion support for local variables. 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