315 Commits (6121f63c7ae57348b076254c18e71a6c850e8063)

Author SHA1 Message Date
Daniel Grunwald d209e6830f Add INotifyPropertyChanged to QuickClassBrowser.EntityItem. 15 years ago
Eusebiu Marcu b648951f54 Using CodeDom to generate metadata files. 15 years ago
Eusebiu Marcu 15869bb156 Set default port when the saved value is null 16 years ago
Eusebiu Marcu de9fcd67de Use the Environment to get the ProgramFiles location; 16 years ago
Eusebiu Marcu f51a45646d support IIS Express 16 years ago
Eusebiu Marcu e8e1ca322c Add ProcessMonitor to monitor the creation of worker process 16 years ago
Eusebiu Marcu 449521311b Minor UI changes; minor WindowsDebugger changes. 16 years ago
Eusebiu Marcu 529abc2e3d support starting urls and attach to the default process (browser or other) 16 years ago
Eusebiu Marcu 4d512d8fd7 Add WebServer group in Debug tab 16 years ago
Siegfried Pammer 9f130b0233 fixed SD-1715 - UnauthorizedAccessException when trying to add item to project without write permission: might not be the optimal solution, because a new IViewContent is opened before the exception occurs and stays open after the exception. 16 years ago
Daniel Grunwald 3f1827d849 Fixed NotSupportedException when using "Options" command in AddIn Manager. 16 years ago
Daniel Grunwald 4eb879cda0 Avoid crash on invalid version numbers in assembly references. 16 years ago
eusebiu 09a6012069 GacReferencePanel: add search function 16 years ago
Siegfried Pammer 2de4e38c2e remove double assignment of project directory to textbox 16 years ago
Siegfried Pammer 72a600fc3d fixed SD-1705 - Default Project Directory is not saved 16 years ago
Daniel Grunwald 3d402731a6 Fixed NullReferenceException in AbstractBuildOptions.InitTargetFramework. 16 years ago
Daniel Grunwald 4ef945f0f7 Implemented SD-1457 - Client profile. 16 years ago
Siegfried Pammer be48f3c67c applied patch "added support for events into Extract Interface" by Maciej Grabowsky - slightly changed FormatMemberForDisplay: replaced StringBuilder by IAmbience 16 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. 16 years ago
Daniel Grunwald abbfb1b6f9 Disable target framework combobox in project options so that all target framework changes run through the UpgradeProject code path. 16 years ago
Daniel Grunwald 49de1d390d Add support for right-to-left translations to SharpDevelop. 16 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
Daniel Grunwald b45a7d56d1 Show AssemblyInformationalVersion in crash reports. 16 years ago
Daniel Grunwald 4bf7bee15f GitAddIn: handle errors in git invocation (e.g. if git is not installed) 16 years ago
Daniel Grunwald cc0747bd45 Read copyright information from GlobalAssemblyInfo 16 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 16 years ago
Daniel Grunwald aeb06aa320 Apply patch from Boris Kozorovitzky: 16 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 16 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 16 years ago
Daniel Grunwald 3d04de0098 Fixed C# parser when casting the result of a default-expression "(int)default(short)". 16 years ago
Daniel Grunwald 25b828694b Add "CopyLocalWorkaround" to build. (part of fix for SD2-1670 - Allow compiling .NET 4 projects without having the .NET 4 SDK installed) 16 years ago
Daniel Grunwald 3032c5504e Project Browser: don't allow user to rename files to a new including "/" or "\", as using those invalid file names would cause a crash. 16 years ago
Daniel Grunwald 58fb57ce24 Move NumericUpDown and ZoomScrollViewer to SharpDevelop.Widgets. 16 years ago
Daniel Grunwald 2b25a92886 Add option to print MSBuild diagnostic output to SharpDevelop output pad. 16 years ago
Daniel Grunwald e5c90b35d7 Fixed SD2-1610 - Add back file encoding option 16 years ago
Daniel Grunwald 061496afc3 Started work on SD2-1592 - Add back highlighting editor for AvalonEdit 16 years ago
Daniel Grunwald edd3fb4a0a "Normalize" file headers. 16 years ago
Daniel Grunwald 6991527a95 Removed SHFB from SharpDevelop distribution. 16 years ago
Daniel Grunwald fb3fa4dac7 Rewritten IProgressMonitor: 16 years ago
Siegfried Pammer 3d952fe24c - implemented SelectCulturePanel as WPF OptionPanel 16 years ago
Siegfried Pammer 5578fd2088 - added SharpRefactoring.Tests 17 years ago
Siegfried Pammer 1e9c0b6781 added introduce method refactoring (not working in all cases yet) 17 years ago
Daniel Grunwald 9108aaa781 Use TextFormattingMode.Display for dialog and code completion windows. 17 years ago
Daniel Grunwald f5170d4fde Remove unused code. 17 years ago
Daniel Grunwald 45761d3824 Implemented option panels for text editor. 17 years ago
Daniel Grunwald 82643cb089 Fixed layout of SnippetOptionPanel. 17 years ago
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 17 years ago
Daniel Grunwald bb6dbbada5 Started work on UI for project upgrade (to .NET 4.0). 17 years ago
Daniel Grunwald a8d5cfbfbb Implemented "Edit > Format > Sort lines" for AvalonEdit. 17 years ago
Daniel Grunwald 3627244b26 Missing StringParser.Parse call in ApplicationSettings panel 17 years ago