395 Commits (2e0a14e11518c761de00c70f261e008fb4d283ab)

Author SHA1 Message Date
Daniel Grunwald 671595277a Update to AvalonDock 1.3.3391 16 years ago
Matt Ward d9eb7f997e Added support for integrated unit testing with IronPython. 16 years ago
Daniel Grunwald 6254ed2e6c Fix build. 16 years ago
Siegfried Pammer d9f98af73d fixed build 16 years ago
Martin Koníček 04457b2e8c Attempt to fix build, Mock projects in Tests also implement 2 new methods in IProjectContent by throwing NotImplementedException. 16 years ago
Siegfried Pammer 2fd5c0d873 replaced IndexerDeclaration by PropertyDeclaration with IsIndexer property (uses Default modifier) 16 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 cb47bdf23e Updated to IronRuby 1.0 RC2 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 c7eef55be7 Removed the mscorlib reference from python project templates since it is no longer required and added an IronPython.Modules reference. 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 7dfbf41cab Name and Text properties now set when creating new form or user control from python templates. 16 years ago
Matt Ward 341be44215 Class base types now converted to python. 16 years ago
Matt Ward dc91a19fbd Add IronPython.Modules reference to IronPython project templates. 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. 17 years ago
Daniel Grunwald dbb48e866c Merge 3.0 to trunk. 17 years ago
Matt Ward 892c9f534e Added extra unit tests. 17 years ago
Matt Ward 5d390ee9e1 Removed unused code. 17 years ago
Daniel Grunwald 017c07888a Use FileName class for ITextEditor.FileName and OpenedFile.FileName. 17 years ago
Matt Ward 85509249c8 Updated to IronPython 2.6 RC1 17 years ago
Matt Ward 1e22646923 Added smart indenting for Python. 17 years ago
Matt Ward 59eb977b8a Text editor indent settings now used when generating event handlers in Python forms designer. 17 years ago
Matt Ward e9ae2efe47 Added unit test for generating textBox.PasswordChar property. 17 years ago
Daniel Grunwald 29e849b39f Fixed forum-9975: Python Designer generates incorrect code for TextBox.PasswordChar property 17 years ago
Daniel Grunwald ef2cbabe03 Fixed project creation (don't create both AnyCPU and x86 platforms) 17 years ago
Matt Ward 7b8a0f7c46 Disabled project resources in the python form designer. 17 years ago
Matt Ward 636ccb5f6e Python code converter now attempts to detect property references and adds a this reference. 17 years ago
Matt Ward 6d6589aa7d Python code converter now converts type reference expressions. 17 years ago