2524 Commits (58a5eea4781bbd8f7138b35fee1ddce16c5d0093)

Author SHA1 Message Date
Siegfried Pammer 58a5eea478 fixed FormsDesigner.AddIn - all code is now separated 15 years ago
Daniel Grunwald 069426b4a6 Fixed SD-1735: Shortcut to switch between editor tabs not working 15 years ago
Daniel Grunwald fcef5f1684 Fixed IWorkbench.ShowView(x, false) to show the newly opened view. 15 years ago
Daniel Grunwald 60b0cb6831 Give bookmarks z-order; ensure that CurrentLineBookmark takes preference over breakpoints. 15 years ago
Siegfried Pammer ecb08efce5 fixed http://community.sharpdevelop.net/forums/t/12071.aspx 15 years ago
Siegfried Pammer b38f052ca7 fixed for loop in OpenFilesWith 15 years ago
Daniel Grunwald c9ab2ef469 Use display mode text formatting in ContextActionsPopupBase. 15 years ago
Daniel Grunwald 05908d2a40 Fixed keyboard navigation in RecentProjectsControl and UpgradeView list views. 15 years ago
Siegfried Pammer 80a36c35d6 fixed SD-1627 - Method insight tooltip not displayed 15 years ago
Siegfried Pammer 2de4e38c2e remove double assignment of project directory to textbox 15 years ago
Siegfried Pammer 72a600fc3d fixed SD-1705 - Default Project Directory is not saved 15 years ago
Siegfried Pammer e237f74048 fixed http://community.sharpdevelop.net/forums/p/11951/32716.aspx#32716 15 years ago
Siegfried Pammer 47d8b768f2 fixed first issue in http://community.sharpdevelop.net/forums/t/11951.aspx 15 years ago
Daniel Grunwald 2ee86110f6 Fixed some FxCop warnings in AvalonEdit. 15 years ago
Daniel Grunwald dc35d18bc1 Fixed custom tool output namespace for VB projects (http://community.sharpdevelop.net/forums/t/11240.aspx) 15 years ago
Daniel Grunwald 748caff645 Fix "Unhandled exception when installing packed addin with incorrect .addin file" (http://community.sharpdevelop.net/forums/t/11807.aspx) 15 years ago
Daniel Grunwald 17c9b20d6a Fix SdaUser sample 15 years ago
Daniel Grunwald 550f9eaa76 Speed up search for *.addin files by using Directory.GetFiles() with SearchOption.AllDirectories 15 years ago
Daniel Grunwald ee5cb9d895 Log loading of AddIns instead of loading of AddIn Runtimes 15 years ago
Daniel Grunwald cbf373e687 Fix SD-1687: Add UpgradeView strings to translation DB 15 years ago
Daniel Grunwald 1123bf8278 Allow dragging the CurrentLineBookmark in the IconBarMargin. 15 years ago
Daniel Grunwald 3d402731a6 Fixed NullReferenceException in AbstractBuildOptions.InitTargetFramework. 15 years ago
Daniel Grunwald b9b018525d Fixed build. 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Daniel Grunwald 4ef945f0f7 Implemented SD-1457 - Client profile. 15 years ago
Siegfried Pammer be48f3c67c applied patch "added support for events into Extract Interface" by Maciej Grabowsky - slightly changed FormatMemberForDisplay: replaced StringBuilder by IAmbience 15 years ago
Daniel Grunwald 58482b71ca Work on SD-1457: Added support for the Client Profile. The 3.5 and 4.0 client profiles can now be chosen as target frameworks. 15 years ago
Daniel Grunwald abbfb1b6f9 Disable target framework combobox in project options so that all target framework changes run through the UpgradeProject code path. 15 years ago
Daniel Grunwald ec937c8363 Require full .NET 4.0 framework in SharpDevelop's app.config. 15 years ago
Daniel Grunwald 70b911260e Add autostart path to AddInTree that runs after the workbench was initialized. 15 years ago
Daniel Grunwald cc49af8e05 Add public constructor to ParseProjectContent and move mscorlib initialization to CompilableProject. 15 years ago
Daniel Grunwald 2607159591 Validate language when starting up SharpDevelop. 15 years ago
Siegfried Pammer 9d9359710d fix SD-1728 and other issues with ContextActionsPopups 15 years ago
Siegfried Pammer c9b8391201 hopefully fixed SD-1720 15 years ago
mrward a528487a50 Add support for sending selected text to Python and Ruby consoles. 15 years ago
Daniel Grunwald 7be302064d Fix http://community.sharpdevelop.net/forums/t/11816.aspx - "Create Changed-event" appears on interface properties 15 years ago
Siegfried Pammer abef6e6f74 Implement * refactorings do now work properly with partial classes 15 years ago
Siegfried Pammer 0aabda8caf added ExtendedPopup 15 years ago
Daniel Grunwald 49de1d390d Add support for right-to-left translations to SharpDevelop. 15 years ago
Siegfried Pammer bcc67d69ed add Member property to OverrideCompletionItem 15 years ago
Siegfried Pammer 948aa65e6c added InsertNormalized extension method for IDocument 15 years ago
Siegfried Pammer c45d6c7398 added ICompletionItem parameter to Insert method 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald bd3dc66e86 Add unit test for ReadOnlyDocument. 15 years ago
Daniel Grunwald 5091b49f8e DocumentUtilitites: add LoadDocumentFromBuffer and LoadReadOnlyDocumentFromBuffer 15 years ago
Siegfried Pammer 395a8b7df0 Deleted multiple translations for "Move Down" and "Move Up" and added Global.MoveDown and Global.MoveUp 15 years ago
Siegfried Pammer 4d0aaba068 deleted unused CombineStartupPanel.xfrm 15 years ago
Siegfried Pammer c494adb781 added DocumentUtilitites.LoadDocumentFromBuffer 15 years ago
Siegfried Pammer 9df98cf3d9 added documentation comment to FileService.GetOpenFile 15 years ago
Daniel Grunwald 308cc7402a DocumentUtilitites.GetTextSource: unwrap existing ITextSource instead of creating a double adapter 15 years ago