997 Commits (a725d631a51c03347a80e8328103412d45f7f6f2)

Author SHA1 Message Date
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 20 years ago
Daniel Grunwald 821cae6ee3 Remove unnecessary usage of Assembly.GetEntryAssembly 20 years ago
Daniel Grunwald 301d7ee33b Implemented enum completion after "return". 20 years ago
Daniel Grunwald 179b62f630 Fixed SD2-920: Refactoring menu options for enums contains invalid options 20 years ago
Daniel Grunwald c6ce484c76 When creating a property in VB, rename the field if it would conflict with the property name (fixes SD2-947) 20 years ago
Daniel Grunwald 56b2aa0f70 Fixed some translation issues. 20 years ago
Daniel Grunwald 19d999cf82 SD2-945: Typing a declaration of two or more variables in the same line (VB) throws exception 20 years ago
Daniel Grunwald ae6de2495e Improved NRefactory public API (moving classes to other namespaces etc.) 20 years ago
Daniel Grunwald 720d93d03f Fixed SD2-930: VB exponential operator not converted to C# 20 years ago
Daniel Grunwald a5ec465e77 Merged missing SharpReport resources from Corsavy. 20 years ago
Daniel Grunwald ee3b8e7273 Add "Suppress message" command to FxCop warnings on the error list 20 years ago
Daniel Grunwald 9fa1b07c0c Fixed some FxCop warnings in NRefactory. 20 years ago
Daniel Grunwald a06b1d7c39 Fixed SD2-922: RegEx window not restoring its size after been maximized 20 years ago
David Alpert 8ed9f2a774 Fixed SD2-937 20 years ago
David Alpert 5f30db49e6 Fixed SD2-939 20 years ago
David Alpert 0fccdb3d58 possible workaround to SD2-941. 20 years ago
David Alpert 7527f78d62 Fixed the following build errors for the SharpDevelop.Tests solution: 20 years ago
Daniel Grunwald c842399550 Allow AddIns to customize the MSBuild logger. 20 years ago
Daniel Grunwald 94832e929a Implemented SD2-572: Enum autocomplete 20 years ago
Daniel Grunwald 6f4e2a4736 Work around MSBuild CopyToOutputDirectory bug. 20 years ago
Daniel Grunwald 3c18394e4b New feature: move class to file 20 years ago
Daniel Grunwald 835c7dedbd NRefactory: use Location structure instead of System.Drawing.Point for source positions. 20 years ago
Daniel Grunwald 09b610b3ae Boo.InterpreterAddIn now can host multiple interpreters 20 years ago
Daniel Grunwald a4894539d4 Some FxCop suggestions to NRefactory. 20 years ago
David Alpert bb59b00aef Fixed suggestions by FxCop for NavigationService; 20 years ago
Daniel Grunwald ac642f3f00 Update StringResources 20 years ago
Matt Ward 4c06781d2e Search and Replace dialog buttons disabled if no find pattern entered. Search/replace keyboard shortcuts now switch between the search/replace tabs when the search and replace dialog has the focus. 20 years ago
David Alpert bfaf9a355f updated document headers NavigationService additions 20 years ago
David Alpert 9b96afbfde Added support for IViewContent navigation history (known in the Wiki as Code Navigation). Basic documentation available in the XML comments for ICSharpCode.Core.NavigationService 20 years ago
David Alpert 03c3f60c71 ToolBarSplitButton now supports disabling the button while leaving the dropdown enabled; addin files can now specify a disabledIcon for a ToolBarSplitButton's button. 20 years ago
Daniel Grunwald f4f667dbf6 Fixed SD2-850: Code generation for abstract EventBindingService class adds 'override virtual' modifiers 20 years ago
Daniel Grunwald a3ca35f2a5 Prevent collapsing/expanding of ExtTreeView nodes on double click if they override ActivateItem. This fixes forum-9077. 20 years ago
Daniel Grunwald 2ec072088f Fixed SD2-925: Building a project when the solution has different configurations 20 years ago
Daniel Grunwald 88688e3a01 Fixed forum-9719: cannot include binary files in project templates. 20 years ago
Daniel Grunwald c26a45f166 Fixed forum-9740 (When renaming an item in a treeview and using the Del key, #D tries to delete the whole item) 20 years ago
David Srbecký 5ab0b2311f Fixed SD2-864: Exception when starting invalid application 20 years ago
Matt Ward 1c2d6baba1 Added 'Find Next Selected' search menu option which will find the next occurrence of the selected text in the document. 20 years ago
Daniel Grunwald 63e20cbdbe Fixed SD2-886: Converted VS2003 solution does not show correct configurations 20 years ago
Daniel Grunwald bd739ec808 Fixed SD2-745 and SD2-871 (patch by John Simons) 20 years ago
Daniel Grunwald b00f016ce6 Applied "Providing text editor tooltips using the AddInTree" patch by Christian Hornung. 20 years ago
Daniel Grunwald f8838fa212 Support alternate new file dialogs (patch by Scott Ferrett) 20 years ago
Daniel Grunwald f410739534 Fixed build error introduced by merge. 20 years ago
Daniel Grunwald b43033b2b4 Update translations; fixed translation-related bugs. 20 years ago
Daniel Grunwald adbbcc2c2b Fixed SD2-851: Pasting solution folder hangs SharpDevelop 20 years ago
Matt Ward 13d84756ae SD2-721. Can now delete files and folders from the project browser using the delete key. 20 years ago
Matt Ward 7d7ed71d37 SD2-856. When indenting xml that is not well formed SharpDevelop no longer displays an error message showing the XmlException. 20 years ago
Mike Krüger 015f625877 Fixed SD2-845:Null reference exception when attempting to show tooltip for XSLT output 20 years ago
Daniel Grunwald 3c9dc9f139 Fixed forum-8579: "Goto Matching Brace" doesn't work if "Highlighting matching braces" is deactivated 20 years ago
Daniel Grunwald b430d4b3aa Fixed SD2-854: Renaming VB's MyApplication class 20 years ago
Daniel Grunwald a4bd782875 Moved more strings to translation database. 20 years ago