Commit Graph

  • 1893856800 Fixed SD2-580: Adding GAC reference to standard .NET assemblies adds full assembly name to project Daniel Grunwald 2006-02-07 20:05:14 +0000
  • 149af8951d Fixed SD2-679. Attempting to create a directory in the project browser containing invalid characters, such as a backslash, will display an error message. Matt Ward 2006-02-07 19:23:15 +0000
  • 752efc9b96 load resoures when addin is inserted and enabled Markus Palme 2006-02-07 18:57:34 +0000
  • 6446c1a06f don't load resources if hintPath is null Markus Palme 2006-02-07 18:32:58 +0000
  • 44ad25ab69 Moved ProcessRunner and associated classes out of the NAnt and Code Coverage addin and into ICSharpCode.SharpDevelop (Base). Matt Ward 2006-02-07 16:37:50 +0000
  • 5d81e37a5d Fixing Issue SD2-669 from Matt Ward Peter Forstmeier 2006-02-07 15:37:02 +0000
  • 471de2f4ce Fixing Issue SD2-688 from Matt Ward Peter Forstmeier 2006-02-07 13:32:41 +0000
  • 641af3f5f8 Console applications run from debug build of #D have their own console David Srbecký 2006-02-07 13:25:13 +0000
  • f6eba6fd7d bitmap/string resources can now be registered in *.addin files using the tags <BitmapResources> and <StringResources> Markus Palme 2006-02-07 13:09:39 +0000
  • c7030d4c0a Moved Icons for SharpReport to BitmapResources Peter Forstmeier 2006-02-07 12:51:33 +0000
  • 0be82e62dd Implemented SD2-663 - you can copy values from tooltips to clipborad; Values of properties can not be edited David Srbecký 2006-02-07 12:49:20 +0000
  • bcae75a925 Implemented SD2-546: Breakpoints that will not be hit should have different icon; Reworked breakpoint synchronization. David Srbecký 2006-02-07 11:55:46 +0000
  • ea4884bf6a Improved speed of expanding tree nodes in code coverage tree view - child nodes added only when the node is expanded via the ExtTreeNode.Initialize method. Classes with no namespace are now added to the tree view without a parent namespace node. Matt Ward 2006-02-07 00:30:36 +0000
  • edc71e8dd7 Renaming in Breakpoint class. Added WillBeHit property to BreakpointBookmark. David Srbecký 2006-02-06 22:24:38 +0000
  • 440e3e6ba5 Fixed SD2-674: Invalid indentation used by "override" code generator. Daniel Grunwald 2006-02-06 19:28:57 +0000
  • 0c46d5169c Fixed SD2-649: Breakpoint within anonymous delegate method causes COMException David Srbecký 2006-02-06 18:56:47 +0000
  • 6c0473638e Fixed some NRefactory bugs, added NRefactory unit tests. Daniel Grunwald 2006-02-06 17:02:13 +0000
  • 8b753ce99c Fixed SD2-633: Trying to debug a non .NET executable throws an exception David Srbecký 2006-02-06 15:59:43 +0000
  • 56f82265dc Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab. Patch edited slightly to use generics & follow DockPane.cs naming conventions. David Alpert 2006-02-06 14:38:19 +0000
  • b6b2341ac2 "Save all currently open buffers" option added to OpenFileTab/ContextMenu David Alpert 2006-02-06 13:50:26 +0000
  • 7c58827869 Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded. OverrideMethodsCodeGenerator now shows methods from base classes when the base class definition is in another part of the class. Daniel Grunwald 2006-02-06 13:27:51 +0000
  • cbb371b262 Fixed SD2-670: Second form resource added if design view switched to from designer partial class Daniel Grunwald 2006-02-05 19:28:24 +0000
  • 36ef218ec5 Fixed SD2-673: Opening invalid projects raises exception Daniel Grunwald 2006-02-05 19:13:07 +0000
  • 97a2fd987f Modified code coverage project guid so SharpDevelop.Tests solution now works. Matt Ward 2006-02-05 18:45:27 +0000
  • fb130e19bd Added missing string resources for Code Coverage addin. Matt Ward 2006-02-05 18:20:21 +0000
  • 43ae176456 Further refactoring of ReportGenerator, new Exception MissingModelException.cs added Peter Forstmeier 2006-02-05 17:31:43 +0000
  • b8db7f0b60 Fixed unit tests. Daniel Grunwald 2006-02-05 15:01:07 +0000
  • 94d5e5bc08 Switch from MbUnit to NUnit: Fixes SD2-621 (ExpectedException test failure not added to error list), SD2-408 (Add "Run Test" to member bookmark), SD2-618 (Run test fixture in console with debugger shows no output). Daniel Grunwald 2006-02-05 14:25:45 +0000
  • 6a968c6f6b Items that have zero code coverage are now displayed in grey in the tree view. Added tests and code to parse NUnit xml output files - not currently used. Matt Ward 2006-02-05 12:24:16 +0000
  • a328ef8561 Output text line parser now successfully parses NUnit output containing a carriage return character. Matt Ward 2006-02-05 12:14:58 +0000
  • 5c474f46a7 When a tree node in the ExtTreeView is selected, but the control does not currently have the focus, the node's text colour is set to ControlText and not the node's ForeColor. This makes the ExtTreeView consistent with the .NET framework TreeView. Matt Ward 2006-02-05 12:03:36 +0000
  • 7a3087b6a3 Fixed SD2-672: Applications using DynamicProxy cannot be debugged David Srbecký 2006-02-04 14:59:45 +0000
  • c345caa1a6 BreakPointsPad derives from BookmarksPad. Implements: SD2-608: Cannot remove breakpoints via breakpoint pad; SD2-609: Cannot go to source code line from breakpoint pad; SD2-610: Saved breakpoints should be displayed in breakpoint pad on opening a solution David Srbecký 2006-02-03 16:55:55 +0000
  • d139534b91 Fixed Forums-3382,3489,3575: Attempt to display property of property crashed the debugger David Srbecký 2006-02-03 16:09:26 +0000
  • f8131d60a1 Fixed SD2-638: Crash when closing console window during debugging; Added debugger test: DebuggeeKilled David Srbecký 2006-02-03 14:32:06 +0000
  • 3ec442e255 Fixed SD2-637: Cannot expand array in debugger tree view; Fixed SD2-612: Debugger exception generated when viewing XmlNamespaceManager members David Srbecký 2006-02-02 21:04:29 +0000
  • 6991095c10 Small changes in ReportGenerator and better handling of IDisposable Peter Forstmeier 2006-02-02 12:28:40 +0000
  • 57e48ef856 Added debugger test: ArrayValue David Srbecký 2006-02-02 00:08:34 +0000
  • bba33f86ce Add JScriptGlobals by John Simons: HtmlHelp settings (e.g. language filter) are now persisted. Daniel Grunwald 2006-02-01 16:14:40 +0000
  • a2469ef84d Added code coverage addin - supports NCover. Matt Ward 2006-01-31 16:25:25 +0000
  • ae35cdce8b Fixed exception when adding solution folder. Daniel Grunwald 2006-01-31 10:03:20 +0000
  • 42dcc8da05 Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree. Daniel Grunwald 2006-01-30 14:49:03 +0000
  • fdad3d05d5 Fixed SD2-661: Project browser cannot be navigated with keyboard Fixed SD2-578: Changing the "Name" property in the designer does not change the form class name Daniel Grunwald 2006-01-30 13:49:17 +0000
  • 1119f56695 FieldsExplorer is invisible until SharpReport run's and update themself from SharpReportView at start and when View's changed Peter Forstmeier 2006-01-30 12:51:20 +0000
  • 5ea1656392 Fixed another possible NullReferenceException in recent changes to the project browser. David Alpert 2006-01-30 00:33:55 +0000
  • ebbd3bd080 Fixed SD2-640: Add existing form to project does not add .resx file Daniel Grunwald 2006-01-29 17:42:50 +0000
  • 0d9ccc034b Applied forms designer patch by Christian Hornung: use the MenuCommandService implementation from the .NET framework. Daniel Grunwald 2006-01-29 17:03:04 +0000
  • ae6635bcb6 Fixed SD2-639: Renaming a form should rename the resource file Daniel Grunwald 2006-01-29 16:56:12 +0000
  • 8f779b2ffb Fixed SD2-654: Get file types to register from AddIn tree. Daniel Grunwald 2006-01-29 15:56:15 +0000
  • cd423a3efa Fixed SD2-656: Show tab order menu option should indicate current state Daniel Grunwald 2006-01-28 18:57:35 +0000
  • 9a42a2c0f8 Fixed SD2-484: Designer verbs not displayed in forms designer Daniel Grunwald 2006-01-28 18:26:44 +0000
  • 3255344aba Fixed SD2-652: Code completion for form component with modifier set to public Fixed SD2-659: No code completion for newly added components to a partial form class Daniel Grunwald 2006-01-28 17:25:30 +0000
  • ff84b11400 Fixed SD2-653: Design tab missing for new form added to project Daniel Grunwald 2006-01-28 14:31:57 +0000
  • 369f7d4f06 Use default help namespace when help2environment.xml is empty. Daniel Grunwald 2006-01-28 13:04:33 +0000
  • 210d65be08 Change delegates to EventHandler<T> Peter Forstmeier 2006-01-28 12:59:34 +0000
  • ed17b45b28 Fixes from FxCop Peter Forstmeier 2006-01-27 15:55:54 +0000
  • 8cad70aec9 Fixed exception when renaming project while project options are opened. Daniel Grunwald 2006-01-27 12:15:25 +0000
  • 40e7a2e3ea Folder's are set correctly from ReportWizard Peter Forstmeier 2006-01-27 10:33:49 +0000
  • f73f3cb986 Fixed path to ngen. ${ProductName} now can be used as reference to the name of the product using ICSharpCode.Core. Daniel Grunwald 2006-01-25 17:46:14 +0000
  • a34a53ef09 PostInstallTasks now calls ngen for SharpDevelop.exe (and its dependencies). Daniel Grunwald 2006-01-25 17:28:05 +0000
  • 56ea8e3809 More fixes from FxCop Peter Forstmeier 2006-01-25 12:55:03 +0000
  • 5b3be80b73 Applied some rules from FxCop Peter Forstmeier 2006-01-24 11:03:10 +0000
  • 85355ee6dd removed namespace declartions and imports from code Markus Palme 2006-01-23 21:03:09 +0000
  • 4816d086ef The Boo forms designer now supports partial classes. VB and Boo templates now use partial classes for the forms designer. Daniel Grunwald 2006-01-23 20:45:30 +0000
  • a527886f42 added subcategory definitions to vb.net tempates; added singleton and addin templates Markus Palme 2006-01-23 20:30:48 +0000
  • e53be414f7 Grouped code according to interface implementations and added #region wrappers to identify them. No change to code or functionality. David Alpert 2006-01-23 19:56:49 +0000
  • 218da5ed20 Fixed SD2-651: Opening a single file displays error message Daniel Grunwald 2006-01-23 18:33:47 +0000
  • 889902cff7 Fixed SD2-650: Find References error with single file open Daniel Grunwald 2006-01-23 18:30:02 +0000
  • 6cc832fad8 Fixed null reference exception in project browser if the last selected file is null. Matt Ward 2006-01-23 12:18:30 +0000
  • 5f0e9b5271 Forgot to clean ReportModel.cs Peter Forstmeier 2006-01-23 08:56:33 +0000
  • 2ad3f0278d Cleanup Peter Forstmeier 2006-01-23 08:37:22 +0000
  • bc1c5c33c4 Improved ProjectBrowser's ability to track the selected file. David Alpert 2006-01-23 08:11:47 +0000
  • 217f008544 Add some strings to the translation database. Daniel Grunwald 2006-01-22 19:17:37 +0000
  • 49e6aaf100 Include SharpReport in default build. Daniel Grunwald 2006-01-22 18:15:22 +0000
  • 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. Daniel Grunwald 2006-01-22 18:11:42 +0000
  • d9da0705dd Fixed small bug introduced by recent changes that entered search results twice for FindAll searches. David Alpert 2006-01-21 20:07:29 +0000
  • b6709b423c I forgot to check in some files... Daniel Grunwald 2006-01-21 14:48:49 +0000
  • 356cea55e4 Fixed SD2-579: Design tab not always available for partial class forms (patch by Christian Hornung) Daniel Grunwald 2006-01-21 14:47:51 +0000
  • 1538282335 C# <-> VB converter now converts P/Invoke declarations. Daniel Grunwald 2006-01-21 14:23:10 +0000
  • 28f4a33d01 Fixed C# lexer: double-quote in verbatim string parsed incorrectly Daniel Grunwald 2006-01-20 20:34:19 +0000
  • f1941afc91 Put more strings into the translation database. Daniel Grunwald 2006-01-20 19:04:51 +0000
  • 63c58c0b1b Toolbox provider no longer refreshes the project browser pad since new references are added by the project browser itself. This also fixes a null reference exception that was occuring when the project browser instance was accessed when the pad had not been created. Matt Ward 2006-01-20 17:47:58 +0000
  • 9833db1c49 Fixed NRefactory bugs regarding "else if"-statements. Daniel Grunwald 2006-01-20 17:29:20 +0000
  • e6dc607e4f Fixed copy-paste into RTF editors when text contained backslash. Daniel Grunwald 2006-01-20 16:18:18 +0000
  • 62fb0abb39 Fixed endless loop for nonsorted Reports, implement a basic checking of CommandText, (check for 'Update' and 'Delete') Peter Forstmeier 2006-01-20 13:58:43 +0000
  • d7cfa0a8f3 Recent search results now show in most-recently-displayed-first order. David Alpert 2006-01-20 05:16:39 +0000
  • a3c3230123 Added some strings to the translation database. Daniel Grunwald 2006-01-19 18:24:23 +0000
  • fd3cc63664 Fixed C# parser bug: cast followed by anonymous method. Added "StringResourceToolAddIn" to src/Tools: little AddIn that helps adding resources to our internal translation database. Daniel Grunwald 2006-01-19 16:02:53 +0000
  • 51b61792f5 Remove RunSharpReport.cs, Extract some Commands for SharpReportView and FieldsExplorer Peter Forstmeier 2006-01-19 14:19:07 +0000
  • e8ca795929 Removed Visual Styles workaround that is not needed on .NET 2.0 anymore. This fixes the background color of radio buttons in group boxes when WinXP is used but Visual Styles are disabled. Daniel Grunwald 2006-01-19 14:13:20 +0000
  • 1acdd6d9e0 Project converter now converts project settings. Daniel Grunwald 2006-01-18 18:00:01 +0000
  • e29ae4dd10 User is now prompted for discovery credentials when adding or refreshing a web reference if the server returns a Http status of 401 (Unauthorised). Tested with basic and NT authentication. Matt Ward 2006-01-18 16:52:05 +0000
  • f3440e3f81 Add FileTemplate for Sharpreport Peter Forstmeier 2006-01-17 17:33:21 +0000
  • 0b6c513366 Changed handling of Report Preview Peter Forstmeier 2006-01-17 14:50:26 +0000
  • bfc7af014d Modified DatabaseConnections Peter Forstmeier 2006-01-17 12:27:28 +0000
  • 651d370758 Added SharpReport Daniel Grunwald 2006-01-16 21:48:13 +0000
  • 76f8cab016 SearchResultPanel's 'Select Search Mode' drop-down menu is now generated dynamically from the SearchResultPanelViewMode enum. The drop-down menu now shows which mode is currently selected by setting & updating the ToolStripMenuItem.Checked property of each menu entry. David Alpert 2006-01-16 20:35:51 +0000
  • c7ff29e4ca SearchReplaceInFilesManager.ShowSearchResults now calls OnSearchAllFinished to log the results in the 'Show last searches' menu. David Alpert 2006-01-16 16:51:29 +0000
  • 6ed00c1095 Change in SharpQuery.addin Peter Forstmeier 2006-01-16 10:55:46 +0000
  • 2455f778f8 Small change in Collections.cs Peter Forstmeier 2006-01-16 10:54:49 +0000