Commit Graph

  • c120543266 Changed file names of setup scripts Christoph Wille 2006-01-16 10:34:40 +0000
  • c7eb2454fd Fixed exception in dynamic help pad when language of current project was unknown (e.g. project file not found) Daniel Grunwald 2006-01-15 17:10:00 +0000
  • dac4be9a65 Added SharpQuery. Daniel Grunwald 2006-01-15 16:49:43 +0000
  • 55300ef602 Fixed project converter bugs. Daniel Grunwald 2006-01-15 15:32:28 +0000
  • 3175901033 Fixed NullReferenceException when converting C# statements like "if (a != null) b.c();" Daniel Grunwald 2006-01-15 14:53:43 +0000
  • 787617378c File and project template categories can now specify a sort order if required. Defaults to sorting by category name. Updated string resources for new templates. Matt Ward 2006-01-14 18:39:11 +0000
  • 8e50d97126 Fixed exception on startup because the splash screen was initialized too early in release builds (creating forms in a static constructor is not a good idea). Daniel Grunwald 2006-01-14 17:01:47 +0000
  • cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. Replaced most ToLower() and ToUpper() calls with ToLowerInvariant() and ToUpperInvariant(), or with string.Equals(, StringComparison.OrdinalIgnoreCase). This fixes file name comparisons in cultures with different ToLower/ToUpper rules. Daniel Grunwald 2006-01-14 16:57:09 +0000
  • 7aed280b1f Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes. Adjusted AssemblyInfo for 2006. Daniel Grunwald 2006-01-12 15:39:37 +0000
  • a9071e9809 Project and file templates now support subcategories. Matt Ward 2006-01-11 20:51:15 +0000
  • b4111c9deb Revert change made to ProjectContentRegistry back to revision 983. Matt Ward 2006-01-10 00:18:34 +0000
  • 191510b4bc Reset accidentally modified assembly info version numbers. Matt Ward 2006-01-10 00:10:56 +0000
  • 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. Matt Ward 2006-01-09 23:34:50 +0000
  • 64cfc3cef3 Fixed code completion for global methods. Daniel Grunwald 2006-01-09 20:51:48 +0000
  • 4264bb2bf9 Fixed SD2-625: Cannot add solution items to the solution Daniel Grunwald 2006-01-09 17:30:45 +0000
  • 7604eb6050 Fixed SD2-644: Exception when selecting text Daniel Grunwald 2006-01-08 18:30:16 +0000
  • 062b1a35f1 Added AbstractAstTransformer, using it now for the code converter. This should fix problem for certain statement combinations. Daniel Grunwald 2006-01-08 16:49:52 +0000
  • 8e182c7339 Forms designer is now reloading assemblies when required (based on patch by Alex Prudkiy). Daniel Grunwald 2006-01-08 13:06:40 +0000
  • 3a79ab57f4 delete directories Subversion didn't delete me on the first try Daniel Grunwald 2006-01-07 22:30:54 +0000
  • 7029bc66cf Revert two forms designer files that shouldn't be committed... Daniel Grunwald 2006-01-07 22:30:16 +0000
  • 8cd3f6d81c Added generator application to generate the NRefactory AST. This will allow us to automatically generate the IAstVisitor and a future AstTransformer and we don't have to worry about forgetting some AST nodes. Daniel Grunwald 2006-01-07 22:28:24 +0000
  • e23de4ea60 Fixed VB output visitor: Named attribute arguments Daniel Grunwald 2006-01-07 11:54:17 +0000
  • 044c956919 Update to NUnit 2.2.5. Daniel Grunwald 2006-01-06 19:54:00 +0000
  • 77020dbcce Fixed Visual Basic operator precedence and added unit tests for operator precedence. Daniel Grunwald 2006-01-06 18:51:56 +0000
  • 21de318a25 Fixed SD2-636: NRefactory -> CodeDom converter might not work on first try. Applied assembly loading patch by Alex Prudkiy. Daniel Grunwald 2006-01-06 16:29:01 +0000
  • 77b1f00f71 Fixed problem introduces in last revision. Daniel Grunwald 2006-01-05 20:24:37 +0000
  • 2f6560630d Fixed problem with highlighting strategy ("default" words had explicit background info set, which caused problems with the CustomLineManager) Daniel Grunwald 2006-01-05 20:23:23 +0000
  • 8daa2ffef7 Fixed bug converting AddHandler statements to C#. Daniel Grunwald 2006-01-05 18:32:48 +0000
  • f70afa7916 Enable using PropertyGroups in the project templates. Updated ComplexExample, it should now demonstrate all project template features. Daniel Grunwald 2006-01-05 18:06:13 +0000
  • dee27d74c7 Fixed exception when trying to delete a MarshalByValueComponent (like DataSet) using the keyboard. Daniel Grunwald 2006-01-05 15:29:47 +0000
  • e0d0b12338 Fixed SD2-635: Code completion does not work for VB array access. Daniel Grunwald 2006-01-04 21:56:28 +0000
  • 4ac89b6905 Overworked form designer assembly loading a bit. Showing the custom components in the tools pad no longer causes the assembly to be loaded, it is loaded only when the component in the toolbox is activated. TypeResolutionService now searches for types using the code completion cache and loads the correct assembly when it is required by the designer. Daniel Grunwald 2006-01-04 21:24:47 +0000
  • 4cc02c2c6d Fixed SD2-632: Ctrl+Space "preselection" does not work. Daniel Grunwald 2006-01-04 16:49:19 +0000
  • d6b8a0e642 Fixed typo - use MessageService.ShowError instead of non-existent MessageService.Show method. Matt Ward 2006-01-03 18:45:29 +0000
  • 3013f698f3 Implemented right-to-left mirroring for dialogs and the main menu. Daniel Grunwald 2006-01-03 17:11:55 +0000
  • e00f9a4efc Fixed StackOverflow when showing project options for project stored on a remote network location. Daniel Grunwald 2006-01-02 19:41:48 +0000
  • 02d57c4611 Improved C# <-> VB conversion. Daniel Grunwald 2006-01-02 18:08:37 +0000
  • a2323c417a Fixed SD2-629: VBNetForeachLoopVariableTest. Fixed some Boo code completion bugs. Daniel Grunwald 2005-12-31 19:56:30 +0000
  • dd7031190c Fixed SD2-626. FileNode in the project browser now has its filename updated when its parent folder is renamed. Matt Ward 2005-12-31 16:19:00 +0000
  • 309a0b8978 Fixed SD2-628 - Can now design unsaved files when a project is currently open. Matt Ward 2005-12-30 18:17:07 +0000
  • 533efc470c Added support for web references. Matt Ward 2005-12-30 17:05:13 +0000
  • ba41a5adf1 Fixed SD2-511: Code completion in inserted line. Daniel Grunwald 2005-12-30 12:13:03 +0000
  • 76aa9e3f63 Fixed SD2-627: Debugger locking output exe on selecting debug | run. Daniel Grunwald 2005-12-30 11:04:47 +0000
  • b41e5513ed Fixed SD2-463: Visibility of undocked panels. Daniel Grunwald 2005-12-29 22:20:17 +0000
  • 1b60119f5c Fixed SD2-459: Project scout viewstate not remembered. Daniel Grunwald 2005-12-29 21:59:29 +0000
  • a48969f7f0 Fixed SD2-436: Code Autogeneration. (code is now inserted at cursor position again) Daniel Grunwald 2005-12-29 20:44:06 +0000
  • 7420da5fc4 Fixed SD2-613: Renaming a solution generates a Not Implemented exception. Daniel Grunwald 2005-12-29 14:46:57 +0000
  • b483073c64 Fixed SD2-624: "Configure Sidebar" not shown when right-clicking on the tools pad. Add "OK" and "Cancel" buttons to CodeGenerationForm. Daniel Grunwald 2005-12-29 14:00:47 +0000
  • bfd3512e6b allow sorting of GAC panel Markus Palme 2005-12-28 11:37:42 +0000
  • e1e7877a49 Fixed BOO-628 - Alt+Ins code generation only works for C# and VB. Alt+Ins code generators now use ICSharpCode.SharpDevelop.Refactoring.CodeGenerator. Daniel Grunwald 2005-12-27 20:31:55 +0000
  • de20032c48 Fixed VB interface implementation code generator. Daniel Grunwald 2005-12-27 16:38:47 +0000
  • 935f026883 Fixed BOO-589: Tooltip information fails when a property is named after a type Daniel Grunwald 2005-12-27 15:33:33 +0000
  • a55d3ff4f4 Fixed BOO-613: Exception thrown when double clicking on '"' at the end of the document. Daniel Grunwald 2005-12-27 15:20:33 +0000
  • 09d7b859e2 Fixed SD2-622 (Project folder name ending with backslash displayed incorrectly in project browser). Daniel Grunwald 2005-12-26 22:46:20 +0000
  • acda9fb540 Use callback method for MSBuildEngine instead of Application.DoEvents() loop. Probably fixes SD2-619. Daniel Grunwald 2005-12-26 21:22:12 +0000
  • cc829910d0 Fixed bug in the AddInManager when using "@Filename" version numbers. Daniel Grunwald 2005-12-26 19:10:39 +0000
  • cd7eeedc53 Fixed possible StackOverflowException in pad creation. Daniel Grunwald 2005-12-26 17:07:05 +0000
  • 66a4289544 Fixed parser crash on incomplete ReDimStatement. Daniel Grunwald 2005-12-26 12:45:11 +0000
  • 26fe065d3a When checking the project's references, after a control has been dropped onto a form in the designer, the code now ensures that the referenced assembly exists before trying to retrieve the assembly name. If it does not exist the code tries the GAC. This handles the case where the HintPath has been set to a folder which does not exist. Matt Ward 2005-12-24 14:52:30 +0000
  • d0b2864289 Fixed C#<->VB conversion of #if preprocessing directives. Daniel Grunwald 2005-12-23 13:11:51 +0000
  • 8565dbf490 Fixed VB lexer crash when "&H" was not followed by a number. Daniel Grunwald 2005-12-22 20:54:01 +0000
  • db23c1d711 Fixed AltGr-shortcut bug. (AltGr+E now inserts the '€' sign instead of showing the exceptions pad). Daniel Grunwald 2005-12-22 20:39:58 +0000
  • 6f424029ab Last out parameter used as return value in CorDebugger wrapper; Methods starting with Get or Is converted to properties David Srbecký 2005-12-22 01:00:01 +0000
  • 9bd30a2a42 Fixed NullReferenceException when converting fields without initializer from C# to Boo. Daniel Grunwald 2005-12-21 16:54:05 +0000
  • 724ba72437 Refactored the AbstractMenuCommands in BuildCommands.cs David Alpert 2005-12-21 12:40:50 +0000
  • ab87777e1c CorDebugger wrapper used by the debugger David Srbecký 2005-12-20 23:40:37 +0000
  • 2b9c1bfd35 worked on vb.net output vistitor: operator declarations Markus Palme 2005-12-20 21:03:39 +0000
  • 6ad702e8c4 Added wrappers for CorDebug David Srbecký 2005-12-20 20:50:01 +0000
  • e097527450 Added WrapperGenerator David Srbecký 2005-12-20 20:47:07 +0000
  • d68d56b34c Now MSBuild property $(SolutionDir) is available when compiling single projects. Daniel Grunwald 2005-12-20 17:03:31 +0000
  • 055b6ae074 Ported PInvoke addin from SharpDevelop 1.1 Matt Ward 2005-12-20 14:09:26 +0000
  • 3e5e04f05d Reset assembly info version number (see doc\technotes\Versioning.html for details) Daniel Grunwald 2005-12-19 17:24:23 +0000
  • c5d228d6e8 Beta 1 preparations 2.0-Beta1 Christoph Wille 2005-12-19 17:09:18 +0000
  • 5d17bf9b5e Translations update. Daniel Grunwald 2005-12-19 17:02:55 +0000
  • 5bb64ccc37 Applied form designer assembly loading patch by Alex Prudkiy. Daniel Grunwald 2005-12-19 16:53:33 +0000
  • 9a4be967df Changed license in about dialog to LGPL. Daniel Grunwald 2005-12-18 19:46:35 +0000
  • 4b887e05f8 Official license change from GPL to LGPL Christoph Wille 2005-12-18 19:44:57 +0000
  • fe66f16b43 Changed splash screen. Daniel Grunwald 2005-12-18 19:12:44 +0000
  • c65fa1dee3 Forum link updated Christoph Wille 2005-12-18 18:36:09 +0000
  • 8cb2199c11 Disable SubversionAddIn (it won't ship with SharpDevelop 2.0). Daniel Grunwald 2005-12-18 17:59:58 +0000
  • 32abb6ee5a Change file header. Daniel Grunwald 2005-12-18 17:55:41 +0000
  • 34680425f9 Display name of AddIns: "Subversion AddIn" instead of "ICSharpCode.Svn" Daniel Grunwald 2005-12-18 17:31:50 +0000
  • 46f232a188 Use IntPtr instead of int in SendMessage P/Invoke declaration. Daniel Grunwald 2005-12-18 17:20:37 +0000
  • 3cff683d1a Fixed SD2-519: Project options panel can be opened multiple times for the same project. Daniel Grunwald 2005-12-18 16:53:09 +0000
  • abbe48b7a0 Fixed SD2-593: Forms Designer events page not initially visible. Daniel Grunwald 2005-12-18 14:55:07 +0000
  • 59a5ede785 Fixed SD2-607: Null Reference exception on closing form designer. Applied text editor IME patch by Shinsaku Nakagawa and form designer unloading patch by Christian Hornung. Daniel Grunwald 2005-12-18 13:29:50 +0000
  • e54926242a Fixed SD2-574: tooltip delay (using system setting for MouseHoverTime) Daniel Grunwald 2005-12-17 21:10:23 +0000
  • 767a5f7138 Fixed small lexer problem. Daniel Grunwald 2005-12-17 19:36:02 +0000
  • c24a108bb4 Improved C# lexer performance. Daniel Grunwald 2005-12-17 19:05:30 +0000
  • 65dbb564c1 Expressions with dot resolved properly in debugger tooltip David Srbecký 2005-12-17 16:51:45 +0000
  • 5ecd643d77 Fixed SD2-584: .proj MSBuild files in solutions are shown as unknown project type. Daniel Grunwald 2005-12-17 15:02:43 +0000
  • a2e8ac5a5c Fixed SD2-606: Scrolling search window to the left corrupts text Daniel Grunwald 2005-12-17 14:40:28 +0000
  • b2d5e30003 Fixed SD2-549: Scrolling split window after expanding a region Daniel Grunwald 2005-12-17 11:49:05 +0000
  • aceb91aca1 Fixed SD2-603: Renaming a project in the project browser generates a not implement exception Daniel Grunwald 2005-12-17 11:15:48 +0000
  • 41607e096f Events unregistered when debugger tooltip is closed David Srbecký 2005-12-16 23:09:21 +0000
  • 05e320ec30 Added Shown and Hidden events to DynamicListRow. Daniel Grunwald 2005-12-16 19:05:31 +0000
  • b036e9d48f Fixed SD2-573: Editing menu item text in place Daniel Grunwald 2005-12-16 18:42:32 +0000
  • 627e61507f Update language resources. Daniel Grunwald 2005-12-16 16:25:40 +0000
  • d59a61c841 Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly. Daniel Grunwald 2005-12-16 15:41:00 +0000
  • 2751bbcef8 Fixed SD2-586: Debugger not going to source code line from callstack view David Srbecký 2005-12-16 14:08:04 +0000