376 Commits (69e65acf48bb83579b835c17d78bfd65e335e400)

Author SHA1 Message Date
Matt Ward bef6600d56 A form with a base class which is not System.Windows.Forms.Form can now be designed in the IronPython forms designer. 16 years ago
Matt Ward 2aa3e970c8 Added simple Silverlight project templates for IronPython and IronRuby. 16 years ago
Matt Ward 0171600afb Added IronPython WPF project and file templates. 16 years ago
Matt Ward 9dce6b380b Python-Run now sets the working directory to the directory of the file being run. 16 years ago
Matt Ward a385fc6424 IronPython project templates now configure the project to run Program.py with ipy.exe instead of running the project's executable. 16 years ago
Matt Ward 53c8213097 Python addin no longer using obsolete ParseInformation properties. 16 years ago
Matt Ward 82c8b61d80 Changes in Tools-Options for the IronPython and IronRuby console application filename are now picked up when using Python-Run or Ruby-Run. 16 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 16 years ago
Matt Ward 6219606bc5 Ruby and Python form designers now generate the correct code for System.Environment.SpecialFolder. 16 years ago
Matt Ward 2f281b20cb Ruby and Python forms designer now generates the correct code for System.Environment.SpecialFolder. 16 years ago
Kumar Devvrat 42fbcbc050 Fix build 16 years ago
Kumar Devvrat 05151dfa48 - Implement IServiceProvider members in MockViewContent's. Hopefully fixes build. 16 years ago
Matt Ward f3956a7f41 Fix null reference exception when using ProjectReferenceProjectItem in unit tests - LocalizedObject checks for null workbench when refiltering properties. 16 years ago
Daniel Grunwald 6cb65113c4 Show progress running unit tests in status bar. 16 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 16 years ago
Siegfried Pammer 08b040e6f8 - corrected AST 16 years ago
Matt Ward e1e66f257f IronPython addin now using AvalonEdit. 16 years ago
Matt Ward 898237df05 Python addin now recognises tests that use the unittest2 library. 16 years ago
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 2f00c88c11 Merge IronPython and IronRuby addins to trunk. 16 years ago
Matt Ward e5de5a9d68 Updated IronPython to 2.6.1 final. Updated IronRuby to 1.0 final. 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 531be80d1f Updated to IronRuby 1.0 RC3 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 f72bee85ec Python compiler now generates executables that can be run from any directory. 16 years ago