5289 Commits (3c77ae8ba6b0ddee4016a25fc5907c4806f02afd)
 

Author SHA1 Message Date
Daniel Grunwald 3c77ae8ba6 Test for .NET 4 RC in setup. 16 years ago
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
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
Siegfried Pammer 3d952fe24c - implemented SelectCulturePanel as WPF OptionPanel 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
Daniel Grunwald cd0fbe430d Fixed SD2-1642: NotImplementedException when converting project from C# to VB 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
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
Daniel Grunwald b960e9bc53 Fixed build. 16 years ago
Daniel Grunwald d67005fa0f Ignore IOException when saving layout (maybe another process is writing to the layout file). 16 years ago
Peter Forstmeier 413ec91c9e Start working on absolute and relative FileName's for Images 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 550c9f7702 Fixed forum-10596: C# to VB.NET conversion problems 16 years ago
Daniel Grunwald 81e6acf794 Fixed forum-10453: NRefactory VBNetOutputVisitor writes incorrect "AS" keyword 16 years ago
Daniel Grunwald 80fb379076 Fixed forum-10436: bugs in VBNetOutputVisitor. 16 years ago
Daniel Grunwald 5233909e58 Added whole line selection (triple click). 16 years ago
Daniel Grunwald 935f3a005b Move strings from UsageDataCollector into translation database. 16 years ago
Daniel Grunwald 74304c5acb Fixed ArgumentException in ICSharpCode.WpfDesign.XamlDom.XamlObject.FindOrCreateProperty when selecting Window in WPF Designer. 16 years ago
Daniel Grunwald d817a55cfe UDC: add culture, processorArchitecture and number of custom AddIns to environment information 16 years ago
Peter Forstmeier 6c04ae3b35 fixed http://community.sharpdevelop.net/forums/AddPost.aspx?ReplyToPostID=29354&Quote=False 16 years ago