128 Commits (2d0d749425217013e3f74c972909d718c86947fd)

Author SHA1 Message Date
Daniel Grunwald 1533f2bbdd Backport ICSharpCode.Core.Presentation to SharpDevelop 3.1 - this makes it easier to write WPF-based AddIns. 17 years ago
Daniel Grunwald 0f7890a6a1 Remove WPF Designer. 17 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 18 years ago
Daniel Grunwald 3c45d0ddae Remove ClassEditor. 18 years ago
Daniel Grunwald ed46c19785 Remove ClassWizard AddIn. 18 years ago
Daniel Grunwald 5b0ab0d77c Remove unfinished Addins: SettingsEditor and WorkflowDesigner. These won't ship with 3.0. 18 years ago
Matt Ward a4b1ed0fae Removed server tools addin. 18 years ago
Daniel Grunwald 927fde6d60 Add SharpRefactoring 18 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 18 years ago
Matt Ward 3cb8ad9b26 Added Style Cop addin by Matt Everson. 18 years ago
Daniel Grunwald f7817414b7 Fixed code-completion bug when calling generic extension methods with explicit type arguments. 18 years ago
Daniel Grunwald 2b634df095 Fixed build. 18 years ago
Christian Hornung 50a505b8c4 Added the Reflector AddIn. 18 years ago
Matt Ward d0f467cf57 Added support for attaching the debugger to a running process. 18 years ago
Daniel Grunwald 38cef94960 Fixed SD2-1414: Mouse wheel scrolling does not work for high-resolution mice 18 years ago
Matt Ward a56fe09375 Added Hex Editor addin created by Siegfried Pammer. 18 years ago
Matt Ward 71b08634a4 Added F# addin created by Robert Pickering. 18 years ago
Dickon Field c6ae904f0c Added latest version of server tools in the right place, and removed sharp server tools from the solution. Not deleted sharp server tools yet since I need some code from it 18 years ago
David Srbecký d7d04fd743 Remove the no longer used TreeListView control 18 years ago
Dickon Field 0ac8486042 Started new style Server control, incorporating dbtool 18 years ago
Matt Ward 3e065a31bd Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc. 18 years ago
Matt Ward 602dde82c5 Added IronPython addin with support for IronPython 1.1 18 years ago
Dickon Field 4887977c40 Added MyMeta and ICSharpCode.DataTools libraries which are required by new version of DbTools plugin 19 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 19 years ago
Daniel Grunwald b355b23dba Worked on event support in WPF designer. 19 years ago
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 19 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 19 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 19 years ago
Daniel Grunwald bc1d6f3211 Add WpfDesigner addin. 19 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 19 years ago
Daniel Grunwald d30e81daec Removed SharpDbTools from SD 2.1.x (will be supported only in SD 3.0) 19 years ago
Dickon Field 8dafef3aa4 Refactored following discussion at #d discussions in Karlsruhe. Model api factored to be independent of #d, DataTools.UI is reusable UI components independent of #d, DataTools.AddIn is the #d plugin. ServerTools plugin remains unchanged. 19 years ago
Dickon Field 94f1606a3e added DbToolsProvider for SQLite 19 years ago
Daniel Grunwald 754731e161 Add the WorkflowDesigner AddIn written by Russell Wilkins, see http://sdwwf.sf.net/ 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
Itar Bar-Haim 1e8116d722 Made the NoteCanvasItem editable; 19 years ago
David Srbecký 9f7af675e0 Added Andrey Gliznetsov's Advanced TreeView 19 years ago
Itar Bar-Haim 97c7083516 Initial check-in of the new Class Wizard. 19 years ago
Daniel Grunwald 1092a4033b Add ClassDiagram AddIn by Itai Bar-Haim. 19 years ago
Daniel Grunwald ecba5ff63e Remove NAntAddIn 19 years ago
Daniel Grunwald 0e00c678ce Fixed SD2-1189: VB: #-delimited dates not supported by syntax highlighting and expression finder 19 years ago
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Dickon Field cb4c78bb51 updated solution file to include SQLServeeDbToolsProvider 20 years ago
Daniel Grunwald 514ed2c88e Add SharpReport binaries from revision from revision 1909. 20 years ago
Daniel Grunwald f8d9d5445e Create SettingsEditor AddIn. 20 years ago
Daniel Grunwald 8780d88ec4 Add Boo interpreter back to solution. 20 years ago
Daniel Grunwald 31f75600a2 Add ICSharpCode.SharpDevelop.Widgets, move debugging-related classes to ICSharpCode.SharpDevelop.Debugging. 20 years ago
Daniel Grunwald 7ce88146dc Move Ambience and ExpressionFinder to ICSharpCode.SharpDevelop.Dom 20 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 20 years ago
Dickon Field 4eb1d0881f added restructured serverexplorertool to enable server explorer components to be made pluggable and to enable various addins for different vendor's db servers in Database Explorer. Next step integrate with AddIn tree. 20 years ago