2126 Commits (58a5eea4781bbd8f7138b35fee1ddce16c5d0093)

Author SHA1 Message Date
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 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
Daniel Grunwald dc35d18bc1 Fixed custom tool output namespace for VB projects (http://community.sharpdevelop.net/forums/t/11240.aspx) 15 years ago
Daniel Grunwald 17c9b20d6a Fix SdaUser sample 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 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 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
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
Daniel Grunwald 47aec7d2a5 FileChangeWatcher: Handle exceptions that occur if the directory to be watched was deleted. 15 years ago
Daniel Grunwald 6f5c57266c Pass ParallelOptions to Parallel.ForEach in LoadSolutionProjectsThread 15 years ago
Siegfried Pammer 6f0dacc881 - created DefaultSnippetElementProvider for standard SnippetElements 15 years ago
Siegfried Pammer a3b88d4262 IOException when trying to read a file from the parser thread that is exclusively locked (e. g. sdps); removed ParseableFileContentEntry 15 years ago
Daniel Grunwald b45a7d56d1 Show AssemblyInformationalVersion in crash reports. 15 years ago
Siegfried Pammer 7242359a5a added ICompilationUnit to RefactoringMenuContext to avoid using rr.CallingClass.CompilationUnit 15 years ago
Daniel Grunwald dd9e0233ee Add CurrentParseInformation to EditorContext. This allows retrieving the ProjectContent without requiring CallingClass!=null (fixes http://community.sharpdevelop.net/forums/t/11756.aspx) 15 years ago
Siegfried Pammer 7dc9284d39 changed usage of RefactoringMenuContext 15 years ago
Siegfried Pammer 666dfcac6c set fields of RefactoringMenuContext readonly and created ctor;added field for project content. 15 years ago
Daniel Grunwald 4bf7bee15f GitAddIn: handle errors in git invocation (e.g. if git is not installed) 15 years ago
Daniel Grunwald 557495ce2d Fixed misleading XML comment. 15 years ago
Daniel Grunwald 53f51a2cf3 Add interface to allow replacing WinFormsMessageService with a custom implementation when hosting SharpDevelop. 15 years ago