5351 Commits (0e6e93c0197686652b5e1517b23bf2e5c37e3cb0)
 

Author SHA1 Message Date
Christoph Wille 053e729344 Temporary build fix for <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">. Set <OtherFlags> to value "--standalone". Only fixes build server, might cause runtime issues (deferred for fixing). 16 years ago
Siegfried Pammer 301cb7b6b3 fixed bug in XAML binding: x:ClassModifier was not visible in CC in root element, but x:FieldModifier was. 16 years ago
Siegfried Pammer cf9d7e4766 XAML binding now uses correct modifiers for classes and fields (implemented x:ClassModifier and x:FieldModifier support) 16 years ago
Christoph Wille 194c8e2466 Update build scripts for .NET Framework 4.0 RC (v4.0.30128) 16 years ago
Daniel Grunwald fb3fa4dac7 Rewritten IProgressMonitor: 16 years ago
Peter Forstmeier 9dce11b6b2 Manipulate ReportSettings inside ReportLoad to set absolute ReportFilename, otherwise no relative filename are working 16 years ago
Peter Forstmeier df489ce4fd Fix broken build 16 years ago
Daniel Grunwald f2bae1ba6e Fixed forum-10719: AvalonEdit swallows Alt+Space 16 years ago
Daniel Grunwald 947f9ae4db Fixed some FxCop warnings in WPF designer. 16 years ago
Martin Koníček 88bf8d0085 Object graph visualizer shows values again - modified AtomicType.IsAtomic to work again after the reimplementation of Debugger.Core.DebugType (DebugType being derived from System.Type). 16 years ago
Peter Forstmeier 1fe4014652 RelativeFileName for Images, set Filename in Designer 16 years ago
Matt Ward a6615d81d5 Added constructor insight for python and further improved completion for imported .NET libraries. 16 years ago
Siegfried Pammer 3d952fe24c - implemented SelectCulturePanel as WPF OptionPanel 16 years ago
Peter Forstmeier 93c044b4ba ReportViewer show evaluated pages 16 years ago
Peter Forstmeier d41568da4b Zooming in ReportViewer, ReportViewer.SetupAsyncron is now Obsolete, use RunReport 16 years ago
Matt Ward e6b79a0398 Improved python code completion for .NET library imports. 16 years ago
Daniel Grunwald 788a578ce7 Fixed build. 16 years ago
Siegfried Pammer d111238f33 - added CSharpBackgroundCompiler 16 years ago
Matt Ward 99e98d1cfb Merge python addin from 3.0 to trunk. 16 years ago
Daniel Grunwald b69ac8a54a Fix build error in CompletionWindowBase.cs. AvalonEdit targets .NET 3.5, but used a .NET 4.0 member. 16 years ago
Daniel Grunwald 820a347fdd Fix build. 16 years ago
Daniel Grunwald df834b637e Fix compiler warning in F# binding. 16 years ago
Daniel Grunwald 87a4d497b0 Fixed SD2-1632 - Fullscreen mode not implemented in WpfWorkbench 16 years ago
Daniel Grunwald 792700e970 Use priority 1 for NGEN call in setup. 16 years ago
Siegfried Pammer 1d825feb8c fixed InvalidOperationException related to wrong usage of Enumerable.SingleOrDefault<T>() in IsSimpleProperty 16 years ago
Peter Forstmeier e3de9aee67 work on 16 years ago
Matt Ward a50662720f Added python code completion for modules imported as different names - 'import sys as s' 16 years ago
Daniel Grunwald cd0fbe430d Fixed SD2-1642: NotImplementedException when converting project from C# to VB 16 years ago
Daniel Grunwald 3e4c2b8990 Show path in property grid when a file is selected in the project browser. 16 years ago
Daniel Grunwald 8376fe297a Ignore errors when loading designer assemblies. 16 years ago
Daniel Grunwald eb90f902cc Fix forum-10310: handle IOException while loading a solution. 16 years ago
Siegfried Pammer fd78f8a250 - copy modifiers from get/set accessors, when expanding an automatic property. 16 years ago
Daniel Grunwald 2b007b4365 Fixed SD2-1641 - Random crash in AvalonEdit when copying to the clipboard 16 years ago
Daniel Grunwald 53b022c615 Add safety check to UndoStack to prevent corruption when the document is changed by UpdateStarted/UpdateFinished events within Undo() or Redo() calls. 16 years ago
Daniel Grunwald 327fb646e4 Remove <Folder> from AvalonEdit.csproj 16 years ago
Peter Forstmeier 9a97c9f392 RelativeFileName for Images. 16 years ago
Siegfried Pammer efeb9277ab - replaced file headers with standard header 16 years ago
Daniel Grunwald 5dfb771735 Merge 3.0 to trunk. 16 years ago
Daniel Grunwald e2601ae006 Fixed forum-10226: Resolving identifiers does not properly search InnerClasses of Structs, only Classes. 16 years ago
Daniel Grunwald a7764d92d1 Improvements to C#->VB code converter (see forum-10353). 16 years ago
Daniel Grunwald 21fbbd06a7 Fixed forum-10403: several bugs in VBNetOutputVisitor 16 years ago
Siegfried Pammer 7bd640d2b1 - improved IntroduceMethod 16 years ago
Daniel Grunwald 6a8bf3b680 Fixed forum-10660: make EndOfStatement between "Else" and the following block optional. It isn't according to the VB spec, but the MS VB compiler allows such code. 16 years ago
Siegfried Pammer 5578fd2088 - added SharpRefactoring.Tests 16 years ago
Daniel Grunwald d6adb76be1 Add F# binding to setup. 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
Daniel Grunwald f9978e2321 Remove ruby unit tests from solution. Because RubyBinding and PythonBinding use different versions of Microsoft.Scripting.*, the unit tests break because we compile all of them into the same directory. 16 years ago
Daniel Grunwald 9ff90bcfd4 Add F# binding back to SharpDevelop 4.0. 16 years ago
Daniel Grunwald 9daf455136 Remove XamlDesigner2. 16 years ago