2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald 60a335a84b NRefactoryASTConvertVisitor: convert attribute arguments (forum-8114). 18 years ago
Daniel Grunwald f7817414b7 Fixed code-completion bug when calling generic extension methods with explicit type arguments. 18 years ago
Daniel Grunwald d92e88951d New file dialog remembers last selected item type. 18 years ago
Daniel Grunwald f60de83676 r7000@daniel-notebook (orig r3258): daniel | 2008-07-30 16:20:03 +0200 18 years ago
Daniel Grunwald d05a4e654b Revert revision 3214 (Solution.GetActiveConfigurationsAndPlatformsForProjects: Use .ActiveCfg entry instead of .Build.0 entry) 18 years ago
Daniel Grunwald c49f7e8045 Add option to build only projects that were modified inside SharpDevelop to improve compilation time. 18 years ago
Christian Hornung 50a505b8c4 Added the Reflector AddIn. 18 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. 18 years ago
Justin Dearing c98197cf2f You can now "Open containing folder in explorer" from the Project pad. 18 years ago
Justin Dearing 5b9b7d207d Exceptions are now displayed with DebuggeeExceptionForm instead of DebuggerEvenrForm. DebugeeExceptionForm displays the exception in a TreeViewAdv. 18 years ago
Justin Dearing f8f2a4d175 Updated strings for ExtractInterface. 18 years ago
Justin Dearing e4f4a70f3c Updated resource strings. 18 years ago
Justin Dearing 7c761d5574 Project icons in the Projects pad now have a new context menu item that will open the folder where the projects output binaries are placed. 18 years ago
Justin Dearing ae26ff1fcf Simplified code from commit 3225. 18 years ago
Justin Dearing 6c8cab23dc Added "Open containing folder in explorer" to the editor tab context menu. 18 years ago
David Srbecký bb1c30b9b6 All debugging options are stored in a special purpose class which is then serialized into the SharpDevelop properties file. 18 years ago
Daniel Grunwald b7cab5f225 Support building C++ projects using Windows SDK 6.1. 18 years ago
Daniel Grunwald 2af778abe8 SD2-1366: Add Boo Interpreter back to SharpDevelop 18 years ago
David Srbecký aee0bef040 Skip single-line properties during debugging 18 years ago
Daniel Grunwald 6898622e89 Improved support for read-only text sections in the text editor: fixed some bugs, removed CustomLineManager, read-only sections now are created using text markers. 18 years ago
David Srbecký 403efef2ae Update string resources; 18 years ago
Justin Dearing ea4459b6ce snk files now have an icon when displayed in the IDE. 18 years ago
Daniel Grunwald 02bfd85792 Implemented code-completion for pointer types. 18 years ago
David Srbecký 5080d5c8d9 Fixed Breakpoint.Hit event; 18 years ago
Matt Ward 5869e66a6e Fixed an InvalidOperationException when a breakpoint bookmark was removed via the Toggle Breakpoint menu item. The command was removing a bookmark whilst the enumerator was still active. 18 years ago
Matt Ward 35b252484c After attaching to a process the stop menu will now show a dialog asking whether the process should be terminated or detached. 18 years ago
Daniel Grunwald db8ecab025 Fixed "go to definition" and "find references" for delegate invocations. 18 years ago
Daniel Grunwald 33e5a858a2 Remove HostCallback.BeginAssemblyLoad. 18 years ago
Matt Ward 5d69e1012e Attach to process dialog now can show or hide non-managed processes. 18 years ago
David Srbecký 866b0f92fe Added an options page for the debugger 18 years ago
Justin Dearing 4591960580 Some refactoring of the projecthandling coded. Documented some methods and cleaned up code. Also DirectoryNodeFactory got its own file. 18 years ago
Matt Ward 85d23aec85 SharpDevelop process is not added to the list of processes in the Attach to Process dialog. This prevents SharpDevelop from attaching to itself causing it to hang. 18 years ago
Daniel Grunwald c2c5e8b021 Add log4net, NUnit, PartCover source code to Vendor. 18 years ago
Daniel Grunwald ce1d104029 Add "Vendor" directory. 18 years ago
Daniel Grunwald b626e87b20 Fixed SD2-1253 / SD2-1368 (Allow file templates to add GAC references to the project), based on patch by Siegfried Pammer 18 years ago
Matt Ward 34eb4521bc The external tools options page no longer shows an invalid tool error message for a command such as ${SdkToolPath:ILDasm.exe}. 18 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. 18 years ago
Daniel Grunwald 51b80f6f6d Fixed SD2-1420: Variables of type 'char' are converted incorrectly from C# to VB 18 years ago
Matt Ward 486fac00b6 FileUtility's NetFrameworkInstallRoot now returns the correct folder. 18 years ago
Daniel Grunwald fc91d0fdd7 Fixed forum-7883: exception when converting "a += b" from C# to VB when "a" is a pointer type. 18 years ago
Justin Dearing 01842182c2 Improved the searching for SDK executables. 18 years ago
Daniel Grunwald 03a8ae3612 Fixed forum-7902: VB parser incorrectly added attribute sections on parameter declarations to all parameters. 18 years ago
David Srbecký 8d6b59bf0d Fixed SD2-1301: Debugging when Windows started in debug mode 18 years ago
Daniel Grunwald 6c80e7b99b Added managed Caret implementation to the TextEditor. 18 years ago
Siegfried Pammer 27a2bf0f17 Updating of TaskListPad is much faster now. 18 years ago
Siegfried Pammer 8dabd77b02 added method insight for constructor chaining 18 years ago
Matt Ward d0f467cf57 Added support for attaching the debugger to a running process. 18 years ago
David Srbecký 5c4b0a9fd4 Rewritten exception handling - Debugger.Exception is now just a convenience wrapper class around the run-time value. 18 years ago
Matt Ward ffa9599181 Fixed null reference when the WorkbenchSingleton's MainForm is used in unit testing. 18 years ago
Matt Ward 954948bcbb DefaultWorkbench can now be replaced with a custom class implementing the IWorkbench interface. Added a snippet compiler sample that demonstrates how the DefaultWorkbench can be replaced. 18 years ago