5338 Commits (3196f5838b26c31865bdba58dee799f499e39e4c)
 

Author SHA1 Message Date
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
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
Daniel Grunwald c14c5ab1c5 UsageDataCollector: include the error code in exception reports for ExternalExceptions (COMException etc.) 16 years ago