63 Commits (dc48a81a05fed51c3b6f497517fde4ebd693b131)

Author SHA1 Message Date
Matt Ward dc48a81a05 Python forms designer now supports Control's Padding property. 17 years ago
Matt Ward 0b9ce6e1ab Python forms designer now supports the Form's Location property. 17 years ago
Matt Ward c016cdb91a Python forms designer now supports AutoScrollMinSize, AutoScrollMargin and MinimumSize properties. 17 years ago
Matt Ward fcaaf311f8 Form.Visible property now loaded/generated in python forms designer. 17 years ago
Matt Ward 9adfa8b5b9 Python forms designer now supports loading and generating code for standard control cursors (e.g. AppStarting, Help and WaitCursor). 17 years ago
Matt Ward 2fdc3ee671 String, enum and boolean properties on a form now loading and being generated in the python forms designer. 17 years ago
Matt Ward 30019759f8 mscorlib now added as a default reference in Python project templates. 17 years ago
Matt Ward dd315fcf54 Pressing the up key in the Python Console no longer closes the completion window if there is command history. 17 years ago
Matt Ward 6caf13b7fc Enabled the python code conversion and forms designer. 17 years ago
Matt Ward cd5c3f6364 Catch InvalidCastException in IronPython parser when parsing invalid code. 17 years ago
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Matt Ward 73fbc027af Disabled local variable resolving in Python binding. 17 years ago
Christian Hornung 3ec594562e Fixed SD2-1519 - Forms designer moves deleted fields to designer code file. Designer now loads all source files that contain parts of the designed class. 17 years ago
Matt Ward c11c8658f9 Can now specify target CPU when compiling Python applications. 17 years ago
Matt Ward 76ea758b2a Explicitly set the form's size in ironpython unit test before generating code. 17 years ago
Matt Ward e8fcd7c020 The Python forms designer (currently disabled) now has limited support for designing very basic forms. 17 years ago
Matt Ward 21a4c7e222 Python code converter no longer using CodeDom. 17 years ago
Daniel Grunwald c4cca90012 Fixed SD2-1487: protected static members not visible in code completion of derived class 17 years ago
Daniel Grunwald a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 17 years ago
Daniel Grunwald ba290b6bf9 Add "IUsingScope" to allow representing the nesting of usings in namespaces in SharpDevelop.Dom. 17 years ago
Daniel Grunwald 356b72f930 Fixed handling of query continuations. 17 years ago
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Matt Ward 8fb658431b No longer ignoring one of the python parser tests which now works in IronPython 2 17 years ago
Matt Ward 178f9f03e1 Added icons for Python files and projects. 17 years ago
Matt Ward 3b917d707f Changed the Python console window command line history so it behaves the same as ipy. Previously after reaching the start/end of the command line history the start/end command line would be shown again when moving the other way through the history. 17 years ago
Matt Ward 6a7bce1bcc Added IronPython.dll reference to Python console and winform project templates. 17 years ago
Matt Ward 08a7425771 Added basic command line history support for the Python Console window. 17 years ago
Matt Ward 3aef8c79fe The home key moves the cursor to the start of the line after the prompt in the Python Console. 17 years ago
Christian Hornung 1850c9362d Fixed SD2-1471 (Renaming MainForm event handler does not update MainForm.Designer file) by adding IFileDocumentProvider as a generalization of ITextEditorControlProvider to properly support view contents that open multiple documents. 17 years ago
Daniel Grunwald f54b4e40ab Performance tweaks to code completion: 17 years ago
Matt Ward 01571affa4 Added initial code completion support for the Python Console window. 17 years ago
Christian Hornung 22b9e89c87 Fixed SD2-1461 (Exception when renaming form) and other issues with renaming forms. 17 years ago
Matt Ward c5c59e9a43 Updated to IronPython 2.0 Beta 5. 17 years ago
Christian Hornung 214dcfa309 Workbench.ViewContentCollection now contains all view contents, including all secondary view contents. 17 years ago
Daniel Grunwald e3e1e91b92 Fixed unit tests (implemented missing members in MockProjectContent). 17 years ago
Daniel Grunwald 05cc680378 Fixed build. Use DefaultClass instead of MockClass, otherwise the unit tests need adjustment way too often. 17 years ago
Daniel Grunwald 05c09266d3 Fixed build. 17 years ago
Daniel Grunwald 35a582d4f8 Improved support for FxCop 1.36. 17 years ago
Matt Ward 6997465bff PythonConsole now uses a read-only text marker for the read-only region and stops the undo action affecting text before the prompt. 17 years ago
Matt Ward 722e10b754 Added IronPython console pad. 17 years ago
Matt Ward 035e66dcba Update to IronPython 2.0 beta 4 17 years ago
Daniel Grunwald 8ac9a36f86 Fixed build. 17 years ago
Daniel Grunwald bc4d77b564 r7442@daniel-notebook (orig r3404): daniel | 2008-08-17 17:23:23 +0200 17 years ago
Christian Hornung 70c3b777cd Windows.Forms designer now uses OpenedFile for all files it modifies. 17 years ago
Matt Ward 87696d60c2 Fixed unit tests. 17 years ago
Justin Dearing ccc0e49a90 Got the tests to compile. They all don't run on my machine. 17 years ago
Christian Hornung 3d58ec399d Fixed the Python designer unit tests. 17 years ago
Christian Hornung 61268e9dc4 Windows.Forms designer: Implemented support for PropertyReflection localization model, and set this as default. Localization model can be changed on new options panel, with the option to keep the localization model of existing forms unchanged. 17 years ago
Matt Ward 954948bcbb DefaultWorkbench can now be replaced with a custom class implementing the IWorkbench interface. Added a snippet compiler sample that demonstrates how the DefaultWorkbench can be replaced. 17 years ago
Daniel Grunwald 376daec8a3 Fixed syntax error in C# code used in C#->python converter unit test. The test was broken because I changed the parser's error recovery strategy in revision 3059. 18 years ago