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.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5469 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
a50662720f
|
Added python code completion for modules imported as different names - 'import sys as s'
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5461 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
a762b50f1d
|
Added support for method insight on methods in the standard python modules included in IronPython.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5392 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Matt Ward
|
6ee5722cab
|
Improved code completion for python import statements.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@5377 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
16 years ago |
Daniel Grunwald
|
bba9b753ba
|
SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry>
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4750 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
17 years ago |
Daniel Grunwald
|
719d16891e
|
Mark ParseInformation.*CompilationUnit as obsolete.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4742 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
17 years ago |
Daniel Grunwald
|
26a1551633
|
When handling file names, use StringComparison.OrdinalIgnoreCase instead of InvariantCultureIgnoreCase.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3863 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
17 years ago |
Matt Ward
|
73fbc027af
|
Disabled local variable resolving in Python binding.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3795 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
17 years ago |
Matt Ward
|
21a4c7e222
|
Python code converter no longer using CodeDom.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3727 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
17 years ago |
Daniel Grunwald
|
ba290b6bf9
|
Add "IUsingScope" to allow representing the nesting of usings in namespaces in SharpDevelop.Dom.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3675 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
17 years ago |
Matt Ward
|
035e66dcba
|
Update to IronPython 2.0 beta 4
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3420 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
18 years ago |
Matt Ward
|
4d5873eec9
|
Python parser now gives classes the namespace of the file. Added code completion support for local variables.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3038 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
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.
This fixes several bugs in overload resolution.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2819 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
18 years ago |
Matt Ward
|
602dde82c5
|
Added IronPython addin with support for IronPython 1.1
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2753 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
|
18 years ago |