3022 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
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
Daniel Grunwald eb09b62e33 Fixed two editor bugs introduced in revision 4138. 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 89bb1bc0d6 Rename "Quality Tools" -> "Analysis". 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
Daniel Grunwald 0b4bd0e3f7 Worked on MSBuildBasedProject 17 years ago
Siegfried Pammer af7878c95c - removed xfrms 17 years ago
Matt Ward 3f6773cc05 Added Create XML output file option to the options panel for unit tests. 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
Siegfried Pammer 3fb37db3d1 added WPF controls 17 years ago
Siegfried Pammer 5edc92c543 added XmlBinding 17 years ago
Siegfried Pammer 5f9a1012f8 - added tests 17 years ago
Martin Koníček 1056e610b2 ObjectGraphBuilder uses RuntimeHelpers.GetHashCode. 17 years ago
Siegfried Pammer 14f192be46 - XAML binding clean up 17 years ago
Daniel Grunwald 01a3550d51 Remove obsolete members. 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Matt Ward 94718ae84b Python forms designer does not generate comments for a control if no property or event handler code was generated for that control. 17 years ago
Siegfried Pammer f3a87b2596 fixed VB .NET Indentation: multiline statements indented correctly (forums/t/9532) 17 years ago
Daniel Grunwald dea5046bec Refactoring menu for AvalonEdit 17 years ago
Daniel Grunwald c33cfbabe9 Context menu for AvalonEdit 17 years ago
Siegfried Pammer 354a00107b - fixed bugs with profiling read-only projects and Unit Tests 17 years ago
Daniel Grunwald bdee4a2998 Disabled failing debugger test. 17 years ago
Martin Koníček 0062436691 Object graph visualizer - made neato.exe console window invisible. 17 years ago
Martin Koníček ca05ee092e Graph visualizer - edges are routed by Graphviz's neato.exe and drawn by WPF. 17 years ago
Matt Ward a61ee5f32d Added support for ISupportInitialize in the python forms designer. 17 years ago
Siegfried Pammer 18a6c2babe - added basic support for profiling Unit Tests 17 years ago
Matt Ward 22a376598c Python forms designer now checks the non-visual component has a constructor that takes an IContainer before generating code to create the component. 17 years ago
Daniel Grunwald 551cbf9e4c Implemented Indexer Insight for AvalonEdit. 17 years ago
Daniel Grunwald 698d2c5506 Show insight window when pressing comma inside a method call. 17 years ago
Siegfried Pammer 71480d693b removed transparency from DebuggeeExceptionForm, added buttons for Break and Terminate again 17 years ago
Matt Ward 41a0fdebbc Fixed ArgumentException thrown when duplicate binary file ids are in a WiX file and the dialog is opened in the designer. 17 years ago
Daniel Grunwald e0df7e4747 SvnClientWrapper: Fixed NullReferenceException in discovery of changed paths. 17 years ago
Matt Ward 3bc847b185 Static class methods now use staticmethod when converted to Python. 17 years ago
Matt Ward 1cf40ae1cb Use HintPath for IronPython reference in Python project templates. 17 years ago
Matt Ward 81b50dc839 Add reference to IronPython when converting projects to Python. 17 years ago
Matt Ward 1751aa4bdc Typeof expressions and for each loops using a method call now converted to Python. 17 years ago
Matt Ward 168d0d7716 Event handlers with EventHandler object creation now converted to Python. 17 years ago
Matt Ward 4fa1e2e656 An error message is now displayed when trying to compile a Python application when no main file is specified. 17 years ago
Martin Koníček d0b68901e8 Object graph visualizer - added ComboBox for changing layout direction. 17 years ago
Matt Ward 963e02f337 Can now convert C# and VB.NET projects to Python. 17 years ago
Siegfried Pammer 99ccdb033d WatchPad now allows changing nodes while debugging 17 years ago
Daniel Grunwald 559d5cbe78 Comment out new VB unit tests - VBFormattingStrategy is not yet ported to AvalonEdit. 17 years ago