2485 Commits (72ff84262559c300a5d27325665b7dc62313db4c)
 

Author SHA1 Message Date
Daniel Grunwald ad9672f1cc SD2-1344: "Anti-alias text" option has no effect when ClearType is turned on 19 years ago
Daniel Grunwald f4826931df Refactored code accessing text editor options. 19 years ago
Markus Palme 17b30fc31d TextEditor selection patch from Troy Simposon 19 years ago
Daniel Grunwald b95469bf0a Fixed another problem related to ternary expressions and "is" expressions. 19 years ago
Daniel Grunwald 0bb578ef69 Fixed forum-16306: NRefactory can't parse ternary expressions containing -1 19 years ago
Daniel Grunwald 841c4f31e8 Add missing file to setup. 19 years ago
Daniel Grunwald c9b9615253 Revert text editor selection patch from revision 2469, it was causing problems like http://community.sharpdevelop.net/forums/thread/16254.aspx 19 years ago
Daniel Grunwald a420ee6d19 Fixed setup. 19 years ago
Daniel Grunwald f5f7a99a04 Merged SD 2.1 r 2454:2479 to trunk. 19 years ago
Christian Hornung 97081e42c5 Enabled design-time localization in the Boo forms designer. 19 years ago
Daniel Grunwald 9047db2c87 Automatically add new projects to version control if they are created in a directory under version control. 19 years ago
Daniel Grunwald f44ff1e015 AddExitingProjectToSolution, AddNewProjectToSolution, AddExistingItemsToProject: set initial directory based on the node that was clicked. 19 years ago
Daniel Grunwald 19c7359b57 Fixed problem that could cause invalid Drag'n'Drop operations to be executed if OnDragDrop executed without a prior OnDragOver for that mouse position (e.g. very fast moving of a folder into its own subfolder) 19 years ago
Daniel Grunwald 94032f254f Update to Cecil 0.5. 19 years ago
Daniel Grunwald e66c63052e Change background color of inactive pads. 19 years ago
Daniel Grunwald 27c4022855 Apply our patches to the docking library; remove patches that are not required anymore from patchnotes.txt 19 years ago
Daniel Grunwald 1d0aa5bfe4 Update to DockPanel Suite v2.0. 19 years ago
Daniel Grunwald 23b0145001 Fixed conversion of getter/setter visibility. 19 years ago
Daniel Grunwald 51e8e3aade Fixed forum-16159: dots in folder names stripped from namespaces. 19 years ago
Daniel Grunwald 15406c3a1f Applied text editor selection patch by Troy Simpson. 19 years ago
Itar Bar-Haim bfcbe25a72 A crash fix when double-clicking the empty place where the "Add Member" row should have appeared; A fix so that row is no longer empty. 19 years ago
Itar Bar-Haim 3841e88490 Fixed a crash when clicking on a members group list content. 19 years ago
Daniel Grunwald f552da43ca Prevent PropertyContainer from failing when there is no workbench (in unit tests) 19 years ago
Daniel Grunwald 2e258f2150 Improved SharpDevelop.Dom API. 19 years ago
Christoph Wille 5b6ad4699a Fix output path property for Release builds 19 years ago
Christoph Wille 6a87d4c5a5 Fix setup for ICSharpCode.DataTools (UI, Model, Addin) 19 years ago
Daniel Grunwald 351f5ba52c Fixed build. 19 years ago
Daniel Grunwald d30e81daec Removed SharpDbTools from SD 2.1.x (will be supported only in SD 3.0) 19 years ago
Daniel Grunwald bb8c9fadf9 Fixed bug that prevented the PropertyPad from displaying the properties of elements in pads. 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 f934026c20 updated ServerBrowserTool addin file and BitmapResources.resources to include icon for Server Explorer 19 years ago
Dickon Field ee8ff51b4f added icon for ServerTool 19 years ago
Dickon Field 94f1606a3e added DbToolsProvider for SQLite 19 years ago
Daniel Grunwald bf5104aba6 Merged SD 2.1 r 2432:2454 to trunk. 19 years ago
Daniel Grunwald e98edfac8c Fixed forum-15733: Completion-list off-by-one exception in Boo interpreter 19 years ago
Daniel Grunwald 40b92e149e VB token list: "Off" and "Explicit" are not reserved words. 19 years ago
Daniel Grunwald 3b20e9e076 VB parser: "Off" and "Explicit" are not reserved words. 19 years ago
Itar Bar-Haim 17a6e5e55b Some fixes to the diagram code; Some progress with the class editor (mostly conversion to TreeViewAdv); Some FxCop fixes. 19 years ago
Dickon Field 59b59e5c47 bugfix to DbProvidersService to handle suspected multiple config entries for the same DbProviderFactory 19 years ago
Dickon Field ae44ed1052 Extracted strings for SharpDbTools into resources 19 years ago
Daniel Grunwald 23ad0a61fc Prevent NRefactoryResolver crash when mscorlib project content is not referenced correctly. 19 years ago
Dickon Field 3e9043bf36 Started to externalise strings to resource files. SharpDbTools default resources are centralised in the SharpDbTools assembly, referenced by plugs-ins etc 19 years ago
Daniel Grunwald 08c138311d Fixed editing of raw MSBuild properties in project options (where the user can use $(..) in the text box). 19 years ago
Daniel Grunwald f7b2d45b7f Add AddInWritingHelp.txt to project templates creating SharpDevelop AddIns that point to the documentation in the wiki. 19 years ago
Daniel Grunwald d0edca27f7 Allow editing the "Content" and "Header" properties. 19 years ago
Daniel Grunwald fc0ca926c5 Allow placing elements in a Grid. 19 years ago
Daniel Grunwald f1718c35c4 allow resizing and deleting Grid rows and columns 19 years ago
Daniel Grunwald 8ce6c3c1d0 Added row/column creation adorner for Grid. 19 years ago
Daniel Grunwald 8f3490bb87 Implemented deleting components from the design surface. 19 years ago
Daniel Grunwald 2010223356 Support drag'n'drop from toolbox to designer surface. 19 years ago