Commit Graph

  • d4f2825721 Added support for accessor modifiers to C# parser (public int Property { get {} protected set {}}) Daniel Grunwald 2005-08-18 14:08:27 +0000
  • 2983197ecc SD2-421: Add msbuild file template Daniel Grunwald 2005-08-18 13:09:58 +0000
  • 1dcf29e24d Add null coalescing operator to C# lexer and parser. Daniel Grunwald 2005-08-18 11:57:21 +0000
  • 980bf98267 Added version number to default install directory, the default is now %programfiles%\sharpdevelop\2.0\. Program group is now also SharpDevelop 2.0. Uninstall key is SharpDevelop2, to not clash with 1.0 installation (SxS is now possible with installer) Christoph Wille 2005-08-18 10:15:54 +0000
  • 645f4802d2 Fixed SD2-387: Main Menu: Sub menu position wrong Daniel Grunwald 2005-08-18 10:00:40 +0000
  • 97f2383785 Fixed SD2-416: Multi-instance Search and Replace dialog Daniel Grunwald 2005-08-18 09:33:54 +0000
  • 15549a22d6 Improved event handler completion. Removed SharpZipLib. Fixed SD2-415 and SD2-418. Daniel Grunwald 2005-08-18 09:23:10 +0000
  • a071440e5f Allow writing a space after "+=" completion without closing the completion window. Daniel Grunwald 2005-08-18 08:12:09 +0000
  • 46835e2060 Add NUnit.Framework again. Daniel Grunwald 2005-08-17 20:29:15 +0000
  • ab70c219cc Removed NUnit project reference from main SharpDevelop solution. Matt Ward 2005-08-17 18:14:04 +0000
  • 731de2e36a Main menu and toolbar initialised after all the pads so that keyboard shortcuts work for the various View-Pad menu items without needing the menu to be displayed at least once. Matt Ward 2005-08-17 17:43:30 +0000
  • dc57d76362 Changed some little translation issues. Re-Arranged tools menu. Mike Krüger 2005-08-17 15:39:52 +0000
  • c1d54b7df2 Update English and German StringResources (combine -> solution). Daniel Grunwald 2005-08-17 15:01:17 +0000
  • 2a323389a8 Fixed SD2-410: Goto definition doesn't work for array types Daniel Grunwald 2005-08-17 13:08:21 +0000
  • 9ea25bfec5 Fixed SD2-411: Code completition doesn't show parent class (nested classes) Daniel Grunwald 2005-08-17 12:51:46 +0000
  • b32b9beb14 Fixed forms designer to reparse the file when switching to the designer tab. Daniel Grunwald 2005-08-16 20:07:45 +0000
  • 31ae5feed0 Show properties (F4) now works in form design mode. Matt Ward 2005-08-16 18:43:50 +0000
  • 21af77e33d Ported changes from Fidalgo rev 2038, ivokovacka. Fixed more NRefactory bugs. Daniel Grunwald 2005-08-16 17:20:48 +0000
  • 5a23a45292 added very basic event handler code completition (appears after typing '+='); still many things to do here Markus Palme 2005-08-16 14:34:37 +0000
  • 5fad25b34d Added scrollbars to debugger Exception Dialog David Srbecký 2005-08-16 13:59:05 +0000
  • e0676ea1c7 VB parser: Declarations in the form "Dim a(10) As Integer" were not recognized as array declarations. Daniel Grunwald 2005-08-16 12:51:15 +0000
  • ced99d3ba0 Fixed C# parser bug: anonymous methods without parameter list were not supported. Daniel Grunwald 2005-08-16 09:48:14 +0000
  • b3ec9593b8 NRefactory bugfixes (C#: For initializers added twice and VB: Custom event regions not stored in AST) Daniel Grunwald 2005-08-15 16:38:46 +0000
  • 7f90fcbdd0 Debugger.Interop assembly removed David Srbecký 2005-08-15 12:34:33 +0000
  • 512ea6b7e8 changed FullTypeName search to DynamicHelp engine Mathias Simmack 2005-08-14 08:46:08 +0000
  • 13ef4c0826 Patched docking suite. Take care on docking library updates: Fixed warnings in docking suite. Tabs can be closed with middle mouse button. Included bug fixes from docking suite's bug tracker on SF. Daniel Grunwald 2005-08-13 20:32:50 +0000
  • 0306c5af7e Improved C# -> VB converter (For-Statement is converted to ForNextStatement). Fixed VB parser (CSByte, CUShort, CUInt, CULng cast operators were missing). Daniel Grunwald 2005-08-13 19:09:26 +0000
  • aa06be74c3 enabled an early version of F1 help Mathias Simmack 2005-08-13 17:28:29 +0000
  • eb5337d562 When displaying xml namespaces the autocompletion list now resizes to fit the longest string. Matt Ward 2005-08-13 16:05:47 +0000
  • f7f43911c0 SearchAndReplaceDialog remembers it's location and can be closed with Escape. Fixed ExpressionFinder when cursor was at the end of the document. Daniel Grunwald 2005-08-13 15:17:02 +0000
  • 30d666807c Changed the namespace for the form designer context menu commands. Added ICSharpCode.SharpDevelop runtime to FormDesigner.addin. Form designer context menus now working. Matt Ward 2005-08-13 14:43:32 +0000
  • 63bb9fe821 Added F1 help to text editor and forms designer. Daniel Grunwald 2005-08-13 14:19:33 +0000
  • 7df2337803 Fixed SD2-385: After project run Source/Abstract Content tabs are missing Daniel Grunwald 2005-08-13 11:23:51 +0000
  • 8e7a4a989a Fixed some bugs. Add new GotoDialog (replaces GotoLineNumberDialog). The GotoDialog accepts line numbers, class names and file names. (Examples: "120", "MainClass", "Main.cs, 120") Daniel Grunwald 2005-08-12 20:16:32 +0000
  • db1f34bfd9 Fixed SD2-399: Hide bookmarks inside folded regions Daniel Grunwald 2005-08-12 15:33:23 +0000
  • 6a9bf64985 Fixed SD2-380: TODO Parsing Bug. OpenTaskView now sorts it's entries, this prevent having the task entries "jump around" if you edit a file containing tasks. Daniel Grunwald 2005-08-12 15:04:09 +0000
  • 7d4f14a9aa Add context menu to class browser. Daniel Grunwald 2005-08-12 14:07:29 +0000
  • 3d4f0a78f7 Fixed SD2-400: Importing classes (VB.NET). Fixed code completion on "value" in property setters. Daniel Grunwald 2005-08-12 12:52:56 +0000
  • aad4c32ffc Fixed drag'n'drop of components from the side bar to the form designer. Daniel Grunwald 2005-08-12 10:03:50 +0000
  • df18fef0d3 AutoHide pads are initalized when they are expanded (not when they are first clicked on). Fixed CompilerMessageView refresh problem. Daniel Grunwald 2005-08-11 15:56:24 +0000
  • eea2eade1e Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.Remove NUnitPad (MbUnit can run NUnit tests). Daniel Grunwald 2005-08-11 15:37:01 +0000
  • 1873333ed0 Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup. Daniel Grunwald 2005-08-11 15:05:54 +0000
  • d992e73b07 Fixed two small code completion bugs: - code completion does not show members of base class when some interface of the class does not exist - when referenced assemblies had inter-dependencies (Assembly A depends on B), code completion on properties in A that used a type in B would not work. ReflectionParameter: Read "ref/out/params" modifier correctly. ReflectionProjectContent: Use ReflectionLoad also for GAC assemblies specified by partial name. Daniel Grunwald 2005-08-11 10:16:12 +0000
  • e5b08710e8 minor fixes (MSDN is the default search page again) and cosmetic (printer picture for ContextMenuStrip in TocPad.cs) Mathias Simmack 2005-08-10 19:40:55 +0000
  • 6316da8baf Improved MbUnit addin. Daniel Grunwald 2005-08-10 18:54:58 +0000
  • 0028131d61 Add MbUnit and MbUnit-addin. Daniel Grunwald 2005-08-10 15:23:58 +0000
  • 7d34f5b122 When loading referenced assemblies for code completion that have missing dependencies, try to find best available version. For example, when using a library compiled against .NET 1.0; but only .NET 2.0 is installed, redirect the ReflectionOnlyAssemblyResolve event to load the .NET 2.0 version of System.dll instead. Daniel Grunwald 2005-08-10 09:39:57 +0000
  • 040a8b7582 Use LoggingService instead of Console.WriteLine. Fixed a little bug in attribute completion. Daniel Grunwald 2005-08-09 10:02:50 +0000
  • 166099716a Use .Net SDK help ("MS.NETFramework.v20.en") as default collection displayed in help addin. Daniel Grunwald 2005-08-08 19:29:55 +0000
  • b7c53722fe Copy GacUtil2 to tools directory. Small bugfix for code completion and ErrorList. Daniel Grunwald 2005-08-08 18:58:47 +0000
  • 71f2d912ec Cut/Copy/Paste menu+toolbar commands now also work for normal text boxes and combo boxes (e.g. on the project's property pages). Daniel Grunwald 2005-08-08 16:25:49 +0000
  • 05221a0758 Fixed SD2-397: Empty Project Scout has visually enabled (not grayed out) icons. Daniel Grunwald 2005-08-08 13:19:08 +0000
  • d6bdc87bc2 Fixed SD2-374: Compiler warnings during debugging. Daniel Grunwald 2005-08-08 11:01:50 +0000
  • 83d7b3301e Fixed SD2-405: Invisible menu item can be run by shortcut. Fixed SD2-376: Debugger: Menu consistency. Added caching to SearchClassReturnType (dramatically improves code completion performance in classes that have many base types like XmlView). Daniel Grunwald 2005-08-08 10:37:06 +0000
  • aba3d7df3e Setup message changed Christoph Wille 2005-08-08 06:33:54 +0000
  • d98412300c Updated to v2.0 and added a 2.0 blurb to the Intro Christoph Wille 2005-08-08 06:18:27 +0000
  • 83b934ec0a Rename configuration folder from .ICSharpCode\Corsavy to .ICSharpCode\SharpDevelop2 Daniel Grunwald 2005-08-07 17:12:18 +0000
  • ccf1d3bddd Remove old help. Deactivate run of help register tool. Daniel Grunwald 2005-08-07 15:56:03 +0000
  • 8bc61f3898 Fixed SD2-398: Add support for nullables to the C# parser. Daniel Grunwald 2005-08-07 15:40:36 +0000
  • a80f630082 Code completion improvements. Made forms designer capable of loading classes that don't use fully qualified names for the fields. Added solution that includes unit tests. Daniel Grunwald 2005-08-07 13:38:04 +0000
  • 20199d196a Fixed SD2-401: Using aliases for classes. Usings like "using StringCollection = System.Collections.Generic.List<string>" are now valid and code completion works correctly for them. Daniel Grunwald 2005-08-07 10:42:23 +0000
  • 3c3f2e3190 Fixed SD2-403: Find references does not find indexer calls. Daniel Grunwald 2005-08-06 20:05:03 +0000
  • 25be6a591e Add SharpDevelop help / help register application. Daniel Grunwald 2005-08-06 16:32:56 +0000
  • 90f1b4153e Fixed compile errors. Daniel Grunwald 2005-08-06 14:40:07 +0000
  • 34dfa86a93 Update default layouts. Fixed help document highlighting. Daniel Grunwald 2005-08-06 14:36:13 +0000
  • a7780f0bec Made HtmlHelp2 addin use the normal search results pad. Daniel Grunwald 2005-08-06 13:58:01 +0000
  • cf3eb0d1b9 Move XmlEditor files in Src/Resources subdirectories. Daniel Grunwald 2005-08-06 12:54:05 +0000
  • 622070a221 Fixed SD2-293 (Creating any C++ Project fails with a NullReferenceException). Fixed exception when quickly closing multiple files during the initial parser run. Daniel Grunwald 2005-08-06 12:08:54 +0000
  • 465e919934 Improved lazy-loading. Daniel Grunwald 2005-08-06 10:41:24 +0000
  • 9df71b7ffe Made UpdateAssemblyInfo use NSvn instead of svn.exe. Daniel Grunwald 2005-08-06 09:14:08 +0000
  • 737cbb83df Remove some Console.WriteLine() calls; catch some exceptions which previously were ignored silently or just dumped to the console. Daniel Grunwald 2005-08-05 20:04:44 +0000
  • 2819cee5df Update XmlEditor file headers. Display browser's status text in status bar. Daniel Grunwald 2005-08-05 19:38:03 +0000
  • 02f56d27dc Critical bug fixed (MenuCommands didn't work) Daniel Grunwald 2005-08-05 19:22:14 +0000
  • 6284ddd531 Made Help addin use the default browser view content. (moved advanced toolbar from help addin to Base) Daniel Grunwald 2005-08-05 19:11:25 +0000
  • 2acc1100d1 Added HtmlHelp2 addin. Daniel Grunwald 2005-08-05 11:52:02 +0000
  • c82fa4b90b File tabstrip context menu now working again. (Patched docking suite. Take care on dockin library updates.) Mike Krüger 2005-08-05 09:07:09 +0000
  • bd5ea18519 Included XmlEditor addin. Daniel Grunwald 2005-08-04 20:02:48 +0000
  • f4023665c8 Added XmlEditor addin. Fixed some bugs. Daniel Grunwald 2005-08-04 19:16:08 +0000
  • e2edcd04f2 Fixed SD2-395: Deleting a file from Project Scout causes NSvn.Core.NotVersionControlled Exception. Daniel Grunwald 2005-08-04 14:53:57 +0000
  • c9f7499a22 Worked on Boyer-Moore search strategy Andrea Paatz 2005-08-04 13:55:18 +0000
  • ac2c93aa16 Added ILAsmBinding and ICSharpCode.Build.Tasks (library for additional MSBuild tasks like ILAsm) Daniel Grunwald 2005-08-04 11:06:57 +0000
  • 2bf5fc75d2 Worked on forms designer. Mike Krüger 2005-08-04 07:45:47 +0000
  • 6c7b1d237c Added checks for invalid filenames. (SD2-394) Daniel Grunwald 2005-08-03 14:32:14 +0000
  • 8da1d5c7cc Fixed SD2-384 and SD2-386. Daniel Grunwald 2005-08-03 13:57:49 +0000
  • 5872552ae9 Finished the Lexer position test, please add some more VB test if you know the language better than me :) Andrea Paatz 2005-08-03 12:20:24 +0000
  • b691598427 Use translation database for code completion options panel and "refactoring bookmark". Daniel Grunwald 2005-08-03 12:19:42 +0000
  • 937991a230 worked on VB Positions, added some C# tests Andrea Paatz 2005-08-03 11:47:40 +0000
  • 32051d0aa0 removed one more Console.WriteLine Andrea Paatz 2005-08-03 11:07:36 +0000
  • 639a4d231f worked on Positions and removed some debug Console.WriteLine Andrea Paatz 2005-08-03 11:01:56 +0000
  • 4b91b06924 Worked on VB.NET Forms Designer.' Mike Krüger 2005-08-03 10:09:10 +0000
  • 858a0c3709 Fixed SD2-388 and SD2-389. Daniel Grunwald 2005-08-03 09:20:15 +0000
  • 71081bf366 Fixed SD2-396: Opening a Visual Studio Solution with #D causes Error "... is not a valid solution file". Daniel Grunwald 2005-08-03 08:41:15 +0000
  • 68c1a4a56a Fixed SD2-379 (Exception dialog box). Fixed bug with empty catch statements. Daniel Grunwald 2005-08-02 18:03:49 +0000
  • 08b4794474 worked on translation. Mike Krüger 2005-08-02 10:45:41 +0000
  • c2dca0b34d worked on main menu translation. Mike Krüger 2005-08-02 10:08:45 +0000
  • 2d7f50c858 tryed to implement a BoyerMoore algorithm, commented out, only copied from a web site Andrea Paatz 2005-07-31 16:18:41 +0000
  • 717cbb8aa9 added some LexerPasotionTest for VB too. The Positions after a \n in VB not working in the Moment, kommented test out wich are not working... Andrea Paatz 2005-07-31 16:16:03 +0000
  • 2344eff173 Fixed text editor caret positioning bug. (occured with fonts that had different font withs for bold and plain chars) Mike Krüger 2005-07-31 15:38:37 +0000
  • 6109650a01 refactoring of the lexer is now ready: reader, line and col are now private in the AbstractLexer, the derived classes do not need to handle positioning stuff Andrea Paatz 2005-07-31 15:32:20 +0000
  • 7862b8ec39 Fixed option update bug. Mike Krüger 2005-07-31 14:45:58 +0000