1787 Commits (7d53a43afdeee7fc14bcedb3cb91a92a3aba64c1)

Author SHA1 Message Date
Daniel Grunwald bc1d6f3211 Add WpfDesigner addin. 19 years ago
Daniel Grunwald 701223a3dc Support "Find references" and "Rename" in .xaml files. 19 years ago
Daniel Grunwald 8e8438876e Worked on Xaml language binding. 19 years ago
Daniel Grunwald 89bba2c88c Fixed use of ActiveWorkbenchWindow / ActiveViewContent / ActiveContent. 19 years ago
Daniel Grunwald 92cc697e74 The tools pad can now host any control as tool box, depending on the current view content. Every view content now has its own SideBar as toolbox, so AddIns don't have to manage merging toolbox sections anymore. 19 years ago
Daniel Grunwald 12d559c90f Fixed forum-16247: Add Web Reference dialog missing URL on 120 DPI 19 years ago
David Alpert ec0a6d97ce fixed the unit test that was breaking the build. 19 years ago
David Alpert 72ff842625 NavigationService now suspends logging while a solution is being loaded and resumes when ParserService.LoadSolutionProjectsThreadEnded fires. It also suspends logging while the workbench is starting up. 19 years ago
David Alpert a5fa3fb1cd Updated the NavigationService to reflect Daniel's ongoing work on SD-1234 in revisions 2313 and 2365; When jumping to a file position, the transitory (0x0) position is no longer marked; 19 years ago
Daniel Grunwald f3787b6fc0 Fixed import of VS2003 projects that were saved with system encoding. 19 years ago
Daniel Grunwald f9ade6122e Fixed forum-17295: NullReferenceException when right clicking on "MyApplication" module that has one part in user code and one part in compiler generated code. 19 years ago
Daniel Grunwald e11e1322bc Fixed forum-17250: Refactor->Rename does not work on local variables, method parameters and constructor calls. 19 years ago
Daniel Grunwald d6346a6d19 Implemented forum-16705: MyBase keyword and code completion in constructors 19 years ago
Daniel Grunwald efeba38704 Fixed CSharpExpressionFinder 19 years ago
Daniel Grunwald a8993567c1 "Code Completion when a character is typed" can now be turned off in the options. 19 years ago
Justin Dearing 2c0a6972d8 Cleaned up the Save function. You are now prompted to remove the readonly attribute from Readonly files. 19 years ago
Daniel Grunwald d60a6e2d44 Revert to old DockPanelSuite: version 2.0 is too unstable. 19 years ago
Daniel Grunwald 86edbfe8e0 Use exception for invalid highlighting definitions instead of displaying a MessageBox. 19 years ago
Daniel Grunwald ff45445828 Add HtmlSyntaxColorizer sample. 19 years ago
Justin Dearing a305824d37 The debug compiler always reloads the template cache. 19 years ago
Daniel Grunwald d4d9941310 Fixed forum-16801: Changing layout corrupts screen 19 years ago
Daniel Grunwald ad7a0b1646 Fixed inferring type argument for a method with an IEnumerable<T> parameter when an array is passed to the method. (backported from 3.0.0.2506) 19 years ago
Daniel Grunwald b63d19415b Begin implementing "aggressive" context-dependent code-completion (Ctrl+Space completion whenever you start to type). 19 years ago
Daniel Grunwald 63b9f9061a Support "go to definition" and "find references" for C# base constructor calls (": base(...)"). 19 years ago
Daniel Grunwald 2c68fb0e71 Fixed code-completion bugs. 19 years ago
Daniel Grunwald 57a8cfebb2 Improved C# 3.0 code-completion. 19 years ago
Daniel Grunwald 6beeb1734d Move P/Invoke calls to NativeMethods.cs. 19 years ago
Christian Hornung 86d3fdcc78 Fixed SD2-1348: "Find missing resource keys" exception when run before AmbienceService is used. 19 years ago
Daniel Grunwald c8744453ae Fixed unit tests. 19 years ago
Daniel Grunwald 7962a07e6b Show "value" in Ctrl+Space completion list inside property setters. 19 years ago
Daniel Grunwald 535ffd4978 Fixed build. 19 years ago
Daniel Grunwald 341a8924ca Fixed bug introduced in regex search in last revision. 19 years ago
Daniel Grunwald 8218830b3b Fixed a horrible performance issue in RegExSearchStrategy. (SD2-1323: Regex search across SharpDevelop solution takes a long time) 19 years ago
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
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 1d0aa5bfe4 Update to DockPanel Suite v2.0. 19 years ago
Daniel Grunwald 51e8e3aade Fixed forum-16159: dots in folder names stripped from namespaces. 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
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
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 f8f3121734 Fixed forum-15675: Stack overflow in ReferenceNode.ReferenceProjectItem in Project Browser 19 years ago
Daniel Grunwald 0b013d8405 Merge unit tests for WpfDesign.Designer and WpfDesign.XamlDom. 19 years ago
Daniel Grunwald 1918fab13c Fixed lookup of type name in parent namespaces. (same problem as the already-fixed SD2-863, but in SearchType instead of SearchNamespace) 19 years ago
Daniel Grunwald a6b7ed58e8 fixed build 19 years ago
Daniel Grunwald ff3c0cbdfa Forum-13925: allow turning off the parameter list in ambience. 19 years ago
Matt Ward 61ab46c6ff Fixed SD2-1312 - DivideByZeroException when searching an empty file. The ForwardTextIterator's MoveAhead method no longer tries to move forward when the text buffer is empty. 19 years ago