60 Commits (f5793ea34811ea6e77650d2bd3576de79bd72076)

Author SHA1 Message Date
Daniel Grunwald f5793ea348 Fixed some problems reported in the forum. 19 years ago
Daniel Grunwald 8fdc73baba Fixed forum-13577. 19 years ago
Daniel Grunwald 4a4f605b32 Fixed importing VS 2003 projects. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Markus Palme a1543c981e removed unused import statements 19 years ago
Daniel Grunwald f783114241 Fixed SD2-869: When opening a project with solution, ensure the solution contains the project 19 years ago
Daniel Grunwald 3ab6c9973f Add ICSharpCode.SharpDevelop.Sda and SdaUser example application. 19 years ago
Daniel Grunwald c842399550 Allow AddIns to customize the MSBuild logger. 19 years ago
Daniel Grunwald 2ec072088f Fixed SD2-925: Building a project when the solution has different configurations 19 years ago
Daniel Grunwald 35ab1d4ee3 Fixed SD2-841: Saving MSBuild project after deleting file from project can throw ArgumentException 19 years ago
Daniel Grunwald 58dfc5abce Fixed SD2-813: If statement not parsed 19 years ago
Daniel Grunwald ea04a26043 Fixed SD2-786: Opening a .csproj file with no .sln generates a .sln with AnyCPU instead of Any CPU 20 years ago
Daniel Grunwald 601be026a8 When loading a solution, open files after the project content stubs were created. 20 years ago
Daniel Grunwald e0db259c31 Fixed SD2-683: Class browser doesn't show newly added projects 20 years ago
Daniel Grunwald ebdb1bee69 Implemented SD2-706: Opening single files in current SharpDevelop instance 20 years ago
Matt Ward 193486b9a3 SD2-702 - Importing an old project that is read-only throws an unhandled exception. The unauthorized access exception is now caught and an error message is displayed to the user. 20 years ago
Daniel Grunwald 3c07d41faa Applied patch by Scott Ferrett: AnyCPU error on new solution 20 years ago
Daniel Grunwald 17c49a84b4 Fixed forum-5561: Preferences not saving if path exceeds certain length 20 years ago
Daniel Grunwald 872563323d Add Boo.InterpreterAddIn and SubversionAddIn. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Daniel Grunwald 42dcc8da05 Patch by Scott Ferrett: List of project file extensions to open when the file was specified on the command line was hardcoded to csproj,vbproj,booproj; now it can be extended using the AddIn tree. 20 years ago
Daniel Grunwald ae6635bcb6 Fixed SD2-639: Renaming a form should rename the resource file 20 years ago
Daniel Grunwald 1b60119f5c Fixed SD2-459: Project scout viewstate not remembered. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 59a5ede785 Fixed SD2-607: Null Reference exception on closing form designer. 20 years ago
Daniel Grunwald d7e895c4f8 Fixed solution configuration -> project configuration mapping. 20 years ago
Daniel Grunwald 49040ea269 Fixed code completion for project references. 20 years ago
Daniel Grunwald 2e13b56e1d Fixed moving linked files in the project pad and other minor bugs. 20 years ago
Daniel Grunwald c090e3a27c Fixed SD2-556: Resx not being added to project 20 years ago
Daniel Grunwald 6181a779b1 The boo CodeDomVisitor now supports local variables (needed for resource manager). 20 years ago
Daniel Grunwald 2deee1b7ed Fixed SD2-552: Class Browser not Refreshing 20 years ago
Daniel Grunwald db62adff59 Fixed SD2-497: Allow adding existing files as links. 20 years ago
Matt Ward e928f20176 MbUnit Pad additions - Goto definition implemented, error list displayed after a test run with errors, and after a build the test tree auto-refreshes. 20 years ago
Daniel Grunwald 9854f92d06 Show error message when going to designer mode in a file with syntax errors instead of displaying an empty form. 20 years ago
Daniel Grunwald 89fa2c30d6 Fixed SD2-432: Project references added to the wrong project. 20 years ago
Daniel Grunwald b28e1079c2 Fixed bug that caused the ParserService to "forget" parsing the projects when a solution was opened with a command line argument. 20 years ago
Daniel Grunwald 5417969348 Fixed SD2-412: Set as startup project is not implemented. 20 years ago
Daniel Grunwald 1873333ed0 Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup. 20 years ago
Daniel Grunwald a80f630082 Code completion improvements. 20 years ago
Daniel Grunwald 8da1d5c7cc Fixed SD2-384 and SD2-386. 20 years ago
Daniel Grunwald 2cdb101e4a Improved prjx imported. 20 years ago
Daniel Grunwald 8545cf82a6 .csproj/.vbproj files can now be opened directly (.sln is automatically created) 20 years ago
Daniel Grunwald 3c524117ba Fixed bug in ReflectionOnly assembly loading. 20 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 20 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 20 years ago
Daniel Grunwald a7a4fe10c9 Fixed code completion problems when one referenced assembly has references to other assemblies. 20 years ago
Daniel Grunwald a1c667f5f1 Bookmarks (and breakpoints) are saved in the project preferences. 21 years ago
Daniel Grunwald c9c374372a ParserService now supports ProjectReferences. 21 years ago
Mike Krüger a283d8d061 References can now be removed. Rename/remove operations are now faster with really big projects 21 years ago
Mike Krüger 4084ef43d2 Worked on project options. 21 years ago