#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Daniel Grunwald 5fa0f7e1fa Fixed tracking of current project: Improved finding of the first visible parent node of a project by not using lazy initialization for solution folder nodes. Do not set ProjectService.CurrentProject in SelectFile requests - when changing the active file, ProjectService.ActiveViewContentChanged already takes care of changing the current project. 18 years ago
AddIns Looks like I only committed the src folder in rev. 2714, here are the missing changes. 19 years ago
bin/setup Switch from MbUnit to NUnit: 20 years ago
data Prevent crash in DockPanel.FocusManager.Activate when active pane was removed (e.g. the pad that was active when SharpDevelop was closed does not exist anymore after an AddIn was removed manually or SharpDevelop was updated) 19 years ago
doc Added MyMeta and ICSharpCode.DataTools libraries which are required by new version of DbTools plugin 19 years ago
samples Add sample project for text anchors. 19 years ago
src Fixed tracking of current project: Improved finding of the first visible parent node of a project by not using lazy initialization for solution folder nodes. Do not set ProjectService.CurrentProject in SelectFile requests - when changing the active file, ProjectService.ActiveViewContentChanged already takes care of changing the current project. 18 years ago