1459 Commits (2db5ccb19e9d3a9c912c472deeea1b697ba28814)

Author SHA1 Message Date
Daniel Grunwald 64e7f0645d Fixed SD2-803: Implicit interface implementations are not converted correctly to VB 18 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 18 years ago
Daniel Grunwald 1cfbd49b36 Fixed forum-18320: exception when converting VB code using named arguments to Boo. 18 years ago
Daniel Grunwald f537811abc Fixed bug introduced in rev. 2634: When creating a new project, ${USER} ${DATE} in the standard header etc. was not replaced with values. 18 years ago
Daniel Grunwald 195ecac29e Implemented SD2-1054: Opening a file with different editor 18 years ago
Daniel Grunwald b8e587a202 Worked on SD2-1054: Opening a file with different editor 18 years ago
Daniel Grunwald 07741ea018 Property pad now works correctly with the Windows Forms designer. 18 years ago
Daniel Grunwald 2213306f2d Set correct caret column when pressing return. 18 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 18 years ago
Daniel Grunwald f86decdab1 Fixed SD2-1325: SharpDevelop brought in front of running console app 18 years ago
Daniel Grunwald ab66ebb70c Fixed SD2-1367: Templates ignore tab/indentation options 18 years ago
Daniel Grunwald 096c91e094 Add "RequiredTargetFramework" meta data to references. 18 years ago
Daniel Grunwald 4423707856 GacReferencePanel: when the GAC contains multiple versions of an assembly, show the version that MSBuild will use. 18 years ago
Daniel Grunwald 5d5bdc2cdb Use MSBuild's ResolveAssemblyReferences task to make sure we load the correct assembly version for code-completion. E.g. a reference to "System.Net" loads a different assembly depending on the target framework. SharpDevelop now can also find assemblies in custom reference paths, using assembly tables and everything else supported by MSBuild (including custom ResolveAssemblyReferences tasks). 18 years ago
Daniel Grunwald c784af0091 Project options page: allow choosing 3.0 and 3.5 as target framework. 18 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 18 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 18 years ago
Daniel Grunwald 37c18e0660 Fixed unit tests when .NET FX 3.5 is installed - do not rely on the order in which Reflection returns methods. 18 years ago
Daniel Grunwald 671d51a6e8 Fixed method insight for constructors. 18 years ago
Daniel Grunwald 326db119e1 Prevent ArgumentOutOfRangeException in PaintDocumentLine when there are invalid folding markers. 18 years ago
Daniel Grunwald c8f31d4b3a Lookup XmlDoc for XNA references. 18 years ago
Daniel Grunwald e710827635 Fixed project creation bug: By default, "Optimize" was not set to true for release builds. 18 years ago
Daniel Grunwald 0acdde0b37 Add optional "settingsPath" and "domPersistencePath" settings to SharpDevelop.exe.config. These can be used to redirect the settings/code completion cache to different folders, e.g. for running SharpDevelop from a USB stick. 18 years ago
Daniel Grunwald c96e754075 Implemented AttributeReturnType, now the unit test AddIn should work again. 18 years ago
Daniel Grunwald c989cbc19e Support right-click > add using on type names when the "using" is missing. 18 years ago
Daniel Grunwald 4b0b2e2690 Hide TreatIncludeAsLiteral from project browser, make the default value "true" (otherwise files named "a%def.cs" are added incorrectly to the project). 18 years ago
Daniel Grunwald 77efe1ecc1 Add Undo/Redo support to integrated WPF designer. 18 years ago
Matt Ward f66a2533c0 An MSBuild project item's include can now be treated as a literal. Project templates can now choose whether a project item's include value is escaped. 18 years ago
Daniel Grunwald cb3a1f2069 Support ToolBox and PropertyGrid in WPF designer. 18 years ago
Daniel Grunwald bc1d6f3211 Add WpfDesigner addin. 18 years ago
Daniel Grunwald 701223a3dc Support "Find references" and "Rename" in .xaml files. 18 years ago
Daniel Grunwald 8e8438876e Worked on Xaml language binding. 18 years ago
Daniel Grunwald 89bba2c88c Fixed use of ActiveWorkbenchWindow / ActiveViewContent / ActiveContent. 18 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. 18 years ago
Daniel Grunwald 12d559c90f Fixed forum-16247: Add Web Reference dialog missing URL on 120 DPI 18 years ago
David Alpert ec0a6d97ce fixed the unit test that was breaking the build. 18 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. 18 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; 18 years ago
Daniel Grunwald f3787b6fc0 Fixed import of VS2003 projects that were saved with system encoding. 18 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. 18 years ago
Daniel Grunwald e11e1322bc Fixed forum-17250: Refactor->Rename does not work on local variables, method parameters and constructor calls. 18 years ago
Daniel Grunwald d6346a6d19 Implemented forum-16705: MyBase keyword and code completion in constructors 18 years ago
Daniel Grunwald a8993567c1 "Code Completion when a character is typed" can now be turned off in the options. 18 years ago
Justin Dearing 2c0a6972d8 Cleaned up the Save function. You are now prompted to remove the readonly attribute from Readonly files. 18 years ago
Daniel Grunwald d60a6e2d44 Revert to old DockPanelSuite: version 2.0 is too unstable. 18 years ago
Daniel Grunwald 86edbfe8e0 Use exception for invalid highlighting definitions instead of displaying a MessageBox. 18 years ago
Daniel Grunwald ff45445828 Add HtmlSyntaxColorizer sample. 18 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 b63d19415b Begin implementing "aggressive" context-dependent code-completion (Ctrl+Space completion whenever you start to type). 19 years ago