343 Commits (f411e6112c367faceaec3c1078e71dee0e16f335)

Author SHA1 Message Date
Daniel Grunwald 90e697e7b7 Upgrade to new AvalonDock version, support for ViewClosed event. 17 years ago
Daniel Grunwald dea24b0ea4 r7439@daniel-notebook (orig r3401): daniel | 2008-08-17 16:07:42 +0200 17 years ago
Daniel Grunwald b3d8bda1a8 Don't throw exception when an SDK tool is not found. 17 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 17 years ago
Justin Dearing bc1f3d9112 You can now insert custom formatted dates with StringParser.Parse() via ${DATE:formatstring}. This string gets passed to DateTime.Now.ToString() and the results returned. All project templates that have an AssemblyInfo.cs now set the AssemblyCopuRight to this year. 17 years ago
David Srbecký bb1c30b9b6 All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file. 17 years ago
Daniel Grunwald c2c5e8b021 Add log4net, NUnit, PartCover source code to Vendor. 17 years ago
Daniel Grunwald ce1d104029 Add "Vendor" directory. 17 years ago
Daniel Grunwald 6139a17a8b Add C++ backend binding to samples. There's no support for editing project options and no templates; it's just a minimalist sample on how to write backend bindings for non-MSBuild project formats. 17 years ago
Matt Ward 486fac00b6 FileUtility's NetFrameworkInstallRoot now returns the correct folder. 17 years ago
Justin Dearing 01842182c2 Improved the searching for SDK executables. 17 years ago
Daniel Grunwald c1a0dbbbe9 Fixed InvalidOperationException in RefactoringMenuBuilder when right-clicking on a definition immediately after adding/removing a field. 17 years ago
Daniel Grunwald 11f6049c38 Implemented SD2-1353: Allow for build-action specific properties for FileProjectItems. 17 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 17 years ago
Daniel Grunwald 7efa54a6fb Fixed casing of Microsoft.CSharp.targets and System.Xml in .csproj files, fix FileUtility.Minimal.cs when running on Mono. 17 years ago
Daniel Grunwald 054997566c Some minor bug fixes, changed copyright date from 2007 to 2008. 18 years ago
Daniel Grunwald f4d79bc951 Improved finding xml documentation (now supports redirections). Add support for compiling for Compact Framework 3.5. 18 years ago
Daniel Grunwald 6bd9f43482 WinFormsUI/License.txt: disable Copy to Output Directory. 18 years ago
Daniel Grunwald 938e18962f WorkbenchLayout: make the SharpDevelop main form structured similar to the DockPanelSuite sample application, use DockingMdi mode. This seems to solve some issues with the DockPanelSuite v2.1. 18 years ago
Daniel Grunwald 180d7d1cf6 Show build progress in status bar. 18 years ago
Daniel Grunwald 22816a916b Make Properties class thread-safe. (probably fixes forum-18390). 18 years ago
Daniel Grunwald f14402cb05 Fixed SD2-1069: Conversion of VB ReDim statement to C# not implemented. 18 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 18 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 18 years ago
Daniel Grunwald f9ade6122e Fixed forum-17295: NullReferenceException when right clicking on "MyApplication" module that has one part in user code and one part in compiler generated code. 18 years ago
Daniel Grunwald 7d14a04103 Set version number to 2.2.0. 18 years ago
Justin Dearing 83b7d119d9 Workrd around a bug that occured when searching for a *.{three letter extension} file where you would get *.ext*. 18 years ago
Daniel Grunwald f44ff1e015 AddExitingProjectToSolution, AddNewProjectToSolution, AddExistingItemsToProject: set initial directory based on the node that was clicked. 19 years ago
Daniel Grunwald 2e258f2150 Improved SharpDevelop.Dom API. 19 years ago
Daniel Grunwald cea87a1bcc Fixed SD2-1329: Index was out of range when cutting text. 19 years ago
Daniel Grunwald a594307239 Some XML documentation for ICSharpCode.Core. 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
Daniel Grunwald ccbcc10d6f Fixed SD2-1208: Exception is thrown at #D startup if AddIn files cannot be found. 19 years ago
Daniel Grunwald 9db329c476 Ensure font auto-scaling is done using the correct default font - fixes autoscaling problem on Vista. 19 years ago
Daniel Grunwald 2d6c265816 Initialize $(SharpDevelopBinPath) for project copy done when editing inactive configuration/platform. Fixed forum-13465. 19 years ago
Daniel Grunwald 694abefe8e Use persistence for GAC assemblies loaded using Cecil. 19 years ago
Daniel Grunwald a40a3cee90 Show "Please wait..."-dialog during actions that might block the main thread for a long time (search, find references, etc.) 19 years ago
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Daniel Grunwald 1246f7de74 Fixed forum-13073 and other SolutionConfigurationEditor-related problems. 19 years ago
Daniel Grunwald c15aa36771 Fixed SD2-1100: Create Property adds setter if the member is readonly. 19 years ago
Daniel Grunwald 859db0967a Fixed SD2-1081: Start up project doesn't show its node text bolded. 19 years ago
Daniel Grunwald 151ed555c2 Default .NET assemblies are now loaded with Reflection instead of Cecil. 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Markus Palme 64eae0f20b cleanup; converted array lists to generic lists 19 years ago
Markus Palme 1dc51241d5 cleanup 19 years ago
Daniel Grunwald 92391e4960 Lazy-loading for IDE option panels. 19 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 19 years ago
Matt Ward b496daa5e1 Fixed SD2-1171 - Cancelling the Add File to Project dialog opens the New File Dialog. Modified the custom dialog so the escape key closes it if no cancel button has been defined. 19 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 19 years ago
Daniel Grunwald 75ccdb10ea ICSharpCode.Core: For <MenuItem type="CheckBox">, the checked attribute can now be specified. Doing so enables lazy loading by using that value as default (until the item is clicked). The value can depend on properties stored in the PropertyService. 19 years ago