1043 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Matt Ward 7319925fef Python code converter now adds code to call the project's main entry method. 17 years ago
Matt Ward 5a90f84c1b Python code converter now converts 'foreach (string key in dictionary.Keys)' statements correctly. 17 years ago
Matt Ward 4f56a35d20 Now using short type names (e.g. Array instead of System.Array) in generated python code. 17 years ago
Matt Ward eb5ba0db01 Convert System.String and System.Int32 to 'str' and 'int' in python. 17 years ago
Matt Ward 723584bcfc New line added between import statements and class definitions when converting code to Python. 17 years ago
Daniel Grunwald a0b130adfd Move solution from SharpDevelop/src to SharpDevelop. 17 years ago
Matt Ward 74fdc0c0fe Double quote characters now escaped when generating string property assignments in the python forms designer. 17 years ago
Matt Ward a5746f751d Backslash characters now escaped when generating string property assignments in the python forms designer. 17 years ago
Matt Ward 892d56d9d8 Correct code generated for nested enum types (e.g. Environment.SpecialFolder) in the python forms designer. 17 years ago
Matt Ward 34fd498390 Break statements no longer generated when converting a switch statement to python. 17 years ago
Daniel Grunwald ac14bb27f2 Allow setting 'Option Infer' in project options. 17 years ago
Daniel Grunwald fb9520f571 Allow choosing the target framework when creating VB projects. 17 years ago
Siegfried Pammer 96e8836e37 fixed some unit tests 17 years ago
Daniel Grunwald f1b423c05e Ported event handler completion to ITextEditor. 17 years ago
Siegfried Pammer 189828942a fixed some XML Unit Tests 17 years ago
Daniel Grunwald 6249b7bef7 Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127). 17 years ago
Daniel Grunwald 19025349a9 Move ICSharpCode.SharpDevelop.Dom.IParser to ICSharpCode.SharpDevelop.Project 17 years ago
Daniel Grunwald 0630068f58 Move code completion types into ICSharpCode.SharpDevelop.Editor.CodeCompletion. 17 years ago
Daniel Grunwald 1a80acf5c2 'override' completion for AvalonEdit. 17 years ago
Matt Ward f8b00cb742 Python code converter now specifies types when creating an instance of a generic. 17 years ago
Matt Ward 9f1c668e8e Python forms designer no longer generates code for the form's MainMenuStrip property after the menu strip has been removed. 17 years ago
Daniel Grunwald 41fe04bcb8 IDocument: moved to ICSharpCode.SharpDevelop (so that all ICSharpCode.SharpDevelop.Editor types are defined in the same assembly). 17 years ago
Siegfried Pammer de913b9eb2 resolved missing references 17 years ago
Siegfried Pammer d3b55598de moved XmlBinding to XmlEditor 17 years ago
Siegfried Pammer 79884004e1 added more ITextEditorOptions, implemented markers for XPath 17 years ago
Siegfried Pammer 4a05270da8 project clean up 17 years ago
Siegfried Pammer 286b91794f - further clean up 17 years ago
Matt Ward 10c8a90ed8 Python menu options now use the debugger when running ipy.exe 17 years ago
Siegfried Pammer 2372e0a42e - removed additional namespaces, merged everything into ICSharpCode.XmlEditor 17 years ago
Siegfried Pammer 25354e9011 - reimplemented commands 17 years ago
Sergej Andrejev 12a9dd40f4 GesturesPlaceHolderRegistry and CommandsRegistry fixes 17 years ago
Matt Ward d8ca9a66b1 Namespace imports now import all classes on conversion to IronPython. 17 years ago
Matt Ward 71711e3c7d MainFile property now set when converting a project to IronPython. 17 years ago
Sergej Andrejev a0454e65b8 Use "+" in serialized shortcut strings. Fix python binding tests 17 years ago
Siegfried Pammer 176bd92662 - Added new StringParseExtension and OptionBinding 17 years ago
Sergej Andrejev b01030f84e Use WPF commands in View menu 17 years ago
Matt Ward 10f4b5965c Boolean variables now correctly converted to python. 17 years ago
Matt Ward bbe48609ab Added support for ContextMenuStrips in the python forms designer. 17 years ago
Daniel Grunwald 27cd1c9931 AvalonEdit: split Gui namespace into Editing and Rendering. 17 years ago
Matt Ward 4e32c63398 XmlParser now handles equals sign inside quotes when checking if cursor is inside an attribute value. 17 years ago
Daniel Grunwald ce435d7a0c CodeEditor is now calling IFormattingStrategy.FormatLine. 17 years ago
Matt Ward b2c6344367 Extender provider properties set for other controls now appear in properties window in the python form designer. 17 years ago
Daniel Grunwald 8bf506da54 Fixed bug that could cause pads to be lost when the layout is changed. (when trying to reopen such a "lost" pad, it would show up with a width of zero) 17 years ago
Daniel Grunwald 8eb2252276 Fixed AvalonDock reference in FSharpBinding. 17 years ago
Daniel Grunwald 999851127f Ignore broken test. 17 years ago
Siegfried Pammer af7878c95c - removed xfrms 17 years ago
Daniel Grunwald c096d54094 MSBuildBasedProject based on Microsoft.Build.Construction 17 years ago
Siegfried Pammer 6b1e3e0e82 XML view working again 17 years ago
Matt Ward ef849ad84d Added support for extender providers (e.g. ToolTips) in the python forms designer. 17 years ago
Siegfried Pammer b6fb072451 improved markup extension completion 17 years ago