250 Commits (d9eb7f997e82d9d5f2e18b20d011ebd88b448c7b)

Author SHA1 Message Date
Matt Ward d9eb7f997e Added support for integrated unit testing with IronPython. 15 years ago
Daniel Grunwald 6254ed2e6c Fix build. 15 years ago
Martin Koníček 04457b2e8c Attempt to fix build, Mock projects in Tests also implement 2 new methods in IProjectContent by throwing NotImplementedException. 15 years ago
Matt Ward 157a1bd2a0 Python forms designer can now load a form with a DataTable containing UniqueConstraints. 16 years ago
Matt Ward a90adb5fc4 Merge Python and Ruby addin changes to trunk. 16 years ago
Matt Ward 4afd92b074 BindingNavigator now supported in the Python and Ruby forms designer. 16 years ago
Matt Ward 19d1eb15b3 Merge Python and Ruby addin to trunk. 16 years ago
Matt Ward cbd0f63e03 Python syntax highlighter now highlights docstrings using triple single quotes. 16 years ago
Daniel Grunwald b5f9f09c40 Highlighting editor: allow editing colors of highlighting definitions defined in AddIns. 16 years ago
Matt Ward cea559312f Merge python addin to trunk and use IronPython 2.6.1 RC1 for .NET 4.0 RC1 16 years ago
Matt Ward e700f24082 Fixed argument out of range exception when indenting python code. 16 years ago
Matt Ward 17919daecf Updated IronPython to 2.6.1 RC 1 16 years ago
Matt Ward a6615d81d5 Added constructor insight for python and further improved completion for imported .NET libraries. 16 years ago
Matt Ward e6b79a0398 Improved python code completion for .NET library imports. 16 years ago
Matt Ward 99e98d1cfb Merge python addin from 3.0 to trunk. 16 years ago
Daniel Grunwald 820a347fdd Fix build. 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 4fc3aae639 Fixed index out of range exception that occurs when executing ctrl+space completion for a 'from sys import ' python statement. 16 years ago
Matt Ward f24fcce484 Added method completion for standard python modules that import all members (from sys import*). 16 years ago
Daniel Grunwald 7dcd391057 SD2-1607 - Add printing support to AvalonEdit 16 years ago
Matt Ward 09f1eb12ff Python forms designer can now load a form containing a FileSystemWatcher. 16 years ago
Matt Ward 17021a2ec1 Can now resolve methods imported from a standard python module as another name. 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
Matt Ward 341be44215 Class base types now converted to python. 16 years ago
Matt Ward e751cc5b59 Now using IronPython 2.6 CTP for .NET 4.0 Beta 2 16 years ago
Matt Ward 8b19a85b41 Fixed failing python addin unit tests. 16 years ago
Daniel Grunwald 71ceca5f27 Fixed build. 16 years ago
Daniel Grunwald 3d6181aefe Remove unused code (integration of ICSharpCode.TextEditor into SharpDevelop) 16 years ago
Daniel Grunwald d1cf921a76 Added missing System.Xaml references to unit tests. 16 years ago
Daniel Grunwald dbb48e866c Merge 3.0 to trunk. 16 years ago
Matt Ward 892c9f534e Added extra unit tests. 16 years ago
Matt Ward 5d390ee9e1 Removed unused code. 16 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 16 years ago
Matt Ward 85509249c8 Updated to IronPython 2.6 RC1 16 years ago
Matt Ward 1e22646923 Added smart indenting for Python. 16 years ago
Matt Ward 59eb977b8a Text editor indent settings now used when generating event handlers in Python forms designer. 16 years ago
Matt Ward e9ae2efe47 Added unit test for generating textBox.PasswordChar property. 16 years ago
Daniel Grunwald ef2cbabe03 Fixed project creation (don't create both AnyCPU and x86 platforms) 16 years ago
Matt Ward 7b8a0f7c46 Disabled project resources in the python form designer. 16 years ago
Matt Ward 636ccb5f6e Python code converter now attempts to detect property references and adds a this reference. 16 years ago
Matt Ward 6d6589aa7d Python code converter now converts type reference expressions. 16 years ago
Matt Ward 7b77da2dc0 Python code converter now supports read-only and write-only property conversions. 16 years ago
Matt Ward 81446a8a21 Python forms designer now supports negative doubles as method parameters. 16 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 16 years ago
Matt Ward 70942e3ac3 Fixed bug in python forms designer failing to convert an integer into a double when loading a form with a property of type double. 16 years ago
Matt Ward 96098e5761 Python forms designer now generating AnchorStyles properties. 16 years ago
Matt Ward ccc5df09db Python forms designer shows a more useful error message if it is unable to find a type to create a local variable. 16 years ago
Matt Ward b747259b4e Python forms designer now calls all methods and explicit interface methods when loading InitializeComponent method. 16 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 16 years ago