3390 Commits (aaa165322aa93bac3f3bf67e7f4ced4095d9614f)

Author SHA1 Message Date
Matt Ward eb7c9a8f91 Updated to WiX 2.0.5325 19 years ago
Matt Ward 69e1ad3b64 Added addin writing help url and app.config template to installer. Installer now installs into Program Files\SharpDevelop\2.2 19 years ago
Matt Ward a1d5fdfec4 Updated to NUnit 2.4.1 19 years ago
David Alpert ec0a6d97ce fixed the unit test that was breaking the build. 19 years ago
Justin Dearing 58aba4a28a Fixed projects now call Console.ReadKey(true). 19 years ago
Justin Dearing 5b6ce24ff6 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2552 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 19 years ago
Justin Dearing 29102893e2 Workaround to fix file casing 19 years ago
David Alpert 72ff842625 NavigationService now suspends logging while a solution is being loaded and resumes when ParserService.LoadSolutionProjectsThreadEnded fires. It also suspends logging while the workbench is starting up. 19 years ago
David Alpert a5fa3fb1cd Updated the NavigationService to reflect Daniel's ongoing work on SD-1234 in revisions 2313 and 2365; When jumping to a file position, the transitory (0x0) position is no longer marked; 19 years ago
David Srbecký c043db09e8 Debbugger.AddIn is now available under the BSD license 19 years ago
Christoph Wille 99c5c22496 Desktop icon show v2.2, same for start menu group 19 years ago
Daniel Grunwald e624307810 SharpDevelop Setup: fixed check for newer versions (test for >2.2.x instead of >2.1.x) 19 years ago
Christoph Wille 2fb2d92e5c Setup versioned 2.2, upgrading 2.1 19 years ago
Daniel Grunwald f3787b6fc0 Fixed import of VS2003 projects that were saved with system encoding. 19 years ago
Daniel Grunwald a627f020d5 Disable IME on 64-bit Windows. 19 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. 19 years ago
Daniel Grunwald 797979974d Syntax highlighting: Allow keyword groups without keywords to fix SD2-1354: Saving an empty keyword list using the highlighting editor causes the highlighting file to become invalid 19 years ago
Daniel Grunwald e11e1322bc Fixed forum-17250: Refactor->Rename does not work on local variables, method parameters and constructor calls. 19 years ago
Daniel Grunwald 7a158a9340 Fixed forum-17249: NullReferenceException in MergeFormChanges if the form contains a VB field without datatype. 19 years ago
Daniel Grunwald d6346a6d19 Implemented forum-16705: MyBase keyword and code completion in constructors 19 years ago
Daniel Grunwald efeba38704 Fixed CSharpExpressionFinder 19 years ago
Daniel Grunwald a8993567c1 "Code Completion when a character is typed" can now be turned off in the options. 19 years ago
Daniel Grunwald 7d14a04103 Set version number to 2.2.0. 19 years ago
Daniel Grunwald f013561cfd Fixed forum-17221: ArgumentOutOfRangeException when opening large C# files (>=46341 lines) with XML documentation comments. 19 years ago
Justin Dearing 2c0a6972d8 Cleaned up the Save function. You are now prompted to remove the readonly attribute from Readonly files. 19 years ago
Christian Hornung e4b33eeac4 Fixed forms designer to load successfully if registry access is denied in TypeResolutionService.RegisterVSDesignerWorkaround. 19 years ago
Christian Hornung fa9ae124db More fixes to the forms designer view to prevent meaningless NullReferenceExceptions when the DesignSurface cannot be created because of an early exception in LoadDesigner. 19 years ago
Christian Hornung aba3c746f3 Fixed NullReferenceException in the exception handling code for the forms designer initialization when an exception is thrown before the DesignSurface is created. 19 years ago
Daniel Grunwald d60a6e2d44 Revert to old DockPanelSuite: version 2.0 is too unstable. 19 years ago
Daniel Grunwald 86edbfe8e0 Use exception for invalid highlighting definitions instead of displaying a MessageBox. 19 years ago
Daniel Grunwald 97342e3d49 Fixed snippet parser bugs. 19 years ago
Daniel Grunwald ff45445828 Add HtmlSyntaxColorizer sample. 19 years ago
Justin Dearing 83b7d119d9 Workrd around a bug that occured when searching for a *.{three letter extension} file where you would get *.ext*. 19 years ago
Justin Dearing a305824d37 The debug compiler always reloads the template cache. 19 years ago
Daniel Grunwald cb8f1d1078 Fixed NullReferenceException in ToVBNetConvertVisitor when doing snippet conversion. 19 years ago
Daniel Grunwald 2586fed6ff Add SnippetParser class. 19 years ago
Daniel Grunwald 06388697e0 Update language resources. 19 years ago
Daniel Grunwald d4d9941310 Fixed forum-16801: Changing layout corrupts screen 19 years ago
Justin Dearing e77880dc9f Both WPF templates get their AssemblyInfo from the same source. 19 years ago
Daniel Grunwald ad7a0b1646 Fixed inferring type argument for a method with an IEnumerable<T> parameter when an array is passed to the method. (backported from 3.0.0.2506) 19 years ago
Daniel Grunwald b63d19415b Begin implementing "aggressive" context-dependent code-completion (Ctrl+Space completion whenever you start to type). 19 years ago
Daniel Grunwald 63b9f9061a Support "go to definition" and "find references" for C# base constructor calls (": base(...)"). 19 years ago
Daniel Grunwald 2c68fb0e71 Fixed code-completion bugs. 19 years ago
Daniel Grunwald 57a8cfebb2 Improved C# 3.0 code-completion. 19 years ago
Daniel Grunwald 6beeb1734d Move P/Invoke calls to NativeMethods.cs. 19 years ago
Christian Hornung b07724e602 ResourceToolkit: Fixed NullReferenceException when a ResourceManager access is resolved and the source code contains an assignment to a variable which does not have a return type. 19 years ago
Justin Dearing d23f1a3a73 Copied embedded wxs files in WixProject.xpt into separate files. I will add these to the setup project and commit a much smaller WixProject.xpt that includes these files. I will also commit other setup templates that include these files. 19 years ago
Christian Hornung 86d3fdcc78 Fixed SD2-1348: "Find missing resource keys" exception when run before AmbienceService is used. 19 years ago
Christian Hornung 444f6b6341 Fixed the mouse cursor staying hidden after typing when the text area loses focus without the mouse being moved (e.g. when the user types some code and then opens a modal dialog box by using keyboard shortcuts only). 19 years ago
Daniel Grunwald c8744453ae Fixed unit tests. 19 years ago