5381 Commits (9ee5a7b3ccb84a3bb04c41e8a8fbfa25cbf36fbf)
 

Author SHA1 Message Date
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
Daniel Grunwald 88c568b874 Fixed NullReferenceException in ICSharpCode.Svn.SvnGuiWrapper.GetPathFromRegistry(RegistryHive hive, String valueName) when TortoiseSVN is not installed (bug introduced in r5246). 16 years ago
Peter Forstmeier 0f3b60a3e2 work on paging 16 years ago
Daniel Grunwald 2b23a870f5 Use TextLine.GetTextBounds in BackgroundGeometryBuilder. Fixes visual problems with bidirectional text. 16 years ago
Daniel Grunwald 3457824d9f Fixed ArgumentException when selecting right-to-left text in AvalonEdit. 16 years ago
Daniel Grunwald 7dcd391057 SD2-1607 - Add printing support to AvalonEdit 16 years ago
Matt Ward 09f1eb12ff Python forms designer can now load a form containing a FileSystemWatcher. 16 years ago
Matt Ward 17021a2ec1 Can now resolve methods imported from a standard python module as another name. 16 years ago