1405 Commits (6050a6bda48f2729d0ee1188233a339688e9fc82)
 

Author SHA1 Message Date
David Srbecký 4bb60397c7 Current* functions renamed to Selected* and modified to simple read/write properties. 20 years ago
Daniel Grunwald 69df449dd5 Fixed SD2-735: Assemblies with methods having a "where T: IEquatable<T>" constraint crash SharpDevelop 20 years ago
David Srbecký 610f738f4c Created classes to keep debugger state. State changes to paused for whole callback 20 years ago
David Srbecký 6955acf53e Forgot to commit modified WrapperGenerator 20 years ago
David Srbecký 693b30b158 Debugger explicitly releases pdb files 20 years ago
David Srbecký c8c690a19a Fixed SD2-708: Cannot set breakpoints in .NET 1.1 applications 20 years ago
Matt Ward ee09be29e9 Right clicking in the icon bar margin will now only show the text editor context menu. Previously the bookmark menu was being shown followed by the text editor context menu. 20 years ago
Peter Forstmeier ca6729d7e8 Cleanup some Interfaces 20 years ago
Matt Ward 193486b9a3 SD2-702 - Importing an old project that is read-only throws an unhandled exception. The unauthorized access exception is now caught and an error message is displayed to the user. 20 years ago
Matt Ward 4808223c7b SD2-378. Selected item's text in bookmark, breakpoint and search results pad now displayed using SystemColors.HighlightText. 20 years ago
Matt Ward 985dfffb70 SD2-413 - Bookmark marker not redrawn correctly after being partially covered by another window. 20 years ago
Matt Ward b132233e3e SD2-718 - Search finding a match in a resx file causing an invalid cast exception when trying to convert the resource editor to an ITextEditorControlProvider. Resource files are now excluded from searches. Excluded file extensions defined in ICSharpCode.SharpDevelop.addin. SearchReplaceManager now handles the situation where a view cannot be converted to an ITextEditorControlProvider. 20 years ago
Peter Forstmeier 215cdb9a72 Added IDataNavigator.cs, small changes in DataHandling and formatting 20 years ago
Peter Forstmeier 4d52821474 RowItem is used as a Container for ReportItems. This make's it possible to frame Lines of Data or give them a different BackGroundColor 20 years ago
Peter Forstmeier 26510b5bba New Icon for SharpReport 20 years ago
Matt Ward c8e7da22b7 SD2-738 - OutOfMemoryException when trying to set the application's icon to a file which is not an icon. An error message is now shown to the user informing that the icon is invalid. 20 years ago
Matt Ward 106b0afcf0 Fixed SD2-733 - Index out of range exception when typing in an element end tag character inside the xml comments of a VB.NET class 20 years ago
Daniel Grunwald 848b87d119 Fixed "Implement interface" code generator. 20 years ago
Matt Ward 5a605b3100 ActiveX interop files generated by MSBuild are now correctly located. 20 years ago
Matt Ward d80ad0eb28 Added Alex Knip's patch to fix SD2-553 - Cannot Show Form Designer Grid. 20 years ago
Daniel Grunwald c3c8cc56f2 Applied forms designer assembly loading patch by Alex Prudkiy. 20 years ago
Daniel Grunwald 4a3ac892f8 Add compiler options panel for Boo. 20 years ago
Daniel Grunwald b229f6a798 Work around NCover bug (NCover strips quotation marks) 20 years ago
Daniel Grunwald cc81b04a03 Update to Boo 0.7.6.2175, adapted NRefactoryToBooConverter. 20 years ago
Matt Ward 4ca7b2d50a Added copy menu item to output pad's context menu. 20 years ago
Matt Ward 7a49557073 SD2-568 - No code completion for COM references. COM interops now loaded after a build. Type library filenames now have end digits removed from filenames in the add reference dialog. In the MSBuild file the COM reference include attribute is now set to the type library short name and not its description. 20 years ago
Matt Ward bfddb042ed SD2-727 - Null reference exception on running unit test. On running the test a second time the LoadAssemblyList method was invoking the callback without using the SafeThreadAsyncCall which meant the UpdateProjectTitles method was not being called until after the SelectTest call. The SelectTest method was then unable to match the project name with any node in the treeview. 20 years ago
Matt Ward 55777f300b SD2-581 - Unable to remove controls from toolbox using context menu. Toolbox context menu items remove, rename, move up, move down and delete are now working for forms designer specific tabs. 20 years ago
Matt Ward 0a70a4ed55 Autogeneration of xml comments no longer creates a returns element for constructors. 20 years ago
Matt Ward 9fb3aed842 SD2-427. The forms designer remembers which tools tab was selected on switching from the designer to the source code and back again. 20 years ago
Matt Ward f936c1c1b9 SD2-689 - Resource editor copy/paste. The resource editor now checks that the list item is not being edited and that the list view has focus before overriding the standard copy/paste behaviour when using keyboard shortcuts. 20 years ago
Matt Ward 73720fe798 SD2-712 - Adding existing files to a project containing those files already breaks the build. If a file already exists in the MSBuild project it is not added again. User prompted to confirm copy if the files being copied already exist in the destination folder. 20 years ago
Matt Ward 2b08ae8c2b Fixed a null reference exception in the XML editor that occurs if the schema references an element that is not defined. 20 years ago
Matt Ward fdb8c49337 SD2-723. Can now use F2 key to edit a project browser node. The ExtTreeView checks the CanLabelEdit property on the node before allowing the edit. No error message shown if the project browser node's text is unchanged after renaming. 20 years ago
Matt Ward 678dac3c2f SD2-713. Renaming a folder to the same name as an existing folder was not updating the MSBuild project if the folder being renamed did not contain any files. 20 years ago
Matt Ward b0738dbc51 Fixed SD2-722 - Cutting and pasting folder adds duplicate entries into MSBuild project file. 20 years ago
Matt Ward c3a5affaec SD2-720 - Cutting and pasting a file/folder to another folder in the project browser was generating a null reference exception. The directory node now uses Clipboard.Clear instead of setting the data object's data to null. 20 years ago
Matt Ward b139833472 SD2-690. The project browser tree nodes no longer override the default tree behaviour when the node text is being edited. 20 years ago
Matt Ward c7a105f3a3 SD2-714 - Save all menu option not disabled after saving all files. The OpenWindowStateEvaluator was looking for a condition called windowstate instead of openwindowstate. 20 years ago
Matt Ward d88e98163f SD2-703. Main project menu now includes add new item, add existing item, add new folder and add mono reference menu options. 20 years ago
Matt Ward 5f3a0c3da0 SD2-495, SD2-719. The file extension combo box is now editable in the code template dialog. The code template dialog makes a copy of the code templates so that modifications can be cancelled. 20 years ago
Daniel Grunwald 3c07d41faa Applied patch by Scott Ferrett: AnyCPU error on new solution 20 years ago
Daniel Grunwald 67bdeee0dd Update to Boo 0.7.6.2160. 20 years ago
Daniel Grunwald 9893583080 When DebugType property doesn't exist, use value of DebugSymbols. This prevents SharpDevelop from resetting DebugSymbols to false on imported projects. 20 years ago
Daniel Grunwald 9436451a2a Fixed indentation of VB "Namespace" constructs. 20 years ago
Matt Ward 68ec2bea24 Fixed format exception when adding a reference to a COM library that has version numbers which are characters rather than numbers. 20 years ago
Daniel Grunwald e9c13c09e1 Fixed SD2-711: Clear all bookmarks menu option selected when bookmarks pad not visible 20 years ago
Daniel Grunwald e378b90e2e Fixed exception when opening a solution containing web projects. 20 years ago
Peter Forstmeier 1a5c72995e Add Grouping (only one Column)to SharpReport, made some fixes from FxCOp 20 years ago
Matt Ward 3ae2408380 SD2-710 - Unable to add a web reference by browsing to a wsdl file when entering a file path (e.g. 'file:///C:/Projects/MyService.wsdl'). The web service discovery code no longer assumes the received response is a HttpWebResponse object. 20 years ago