2084 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald b4030339d7 Added BoundTypeParameter to Dom to represent the inferred types of a generic method invocation. 17 years ago
Daniel Grunwald c4cca90012 Fixed SD2-1487: protected static members not visible in code completion of derived class 17 years ago
Daniel Grunwald a9a5a21b9a Fixed SD2-1481: C# parser does not support extern aliases 17 years ago
Siegfried Pammer 5e40d123b8 fixed some bugs in the HexEditor 17 years ago
Daniel Grunwald 2c30b55515 NRefactory: Fixed end position of multiline tokens. 17 years ago
Daniel Grunwald abdf370ea4 Fixed SD2-1469: Argument out of range exception in expression finder 17 years ago
Daniel Grunwald c7b3b9193a prevent user from deleting the last configuration/platform 17 years ago
Daniel Grunwald 9730e9b2ce Revert revision 3700. 17 years ago
Matt Ward 83f1a70b35 Fixed SD2-784 - File still considered dirty after undoing all changes. 17 years ago
Daniel Grunwald 3bc4ba8e9c More debug info in BuildWorker; make FxCop auto-detection smarter. 17 years ago
Daniel Grunwald aaa165322a Fixed lookup of namespaces in default imports. 17 years ago
Daniel Grunwald ea3c694316 Fixed build. 17 years ago
Daniel Grunwald a9eb814ba3 VB: Fixed bug in global name lookup when the using scope of the compilation unit is inside a namespace 17 years ago
Daniel Grunwald de2a2b359e Suggest only namespaces after 'using'. 17 years ago
Daniel Grunwald a79df36253 Fixed NullReferenceException in MethodInsightDataProvider. 17 years ago
Siegfried Pammer dbb13a444f I uploaded the wrong file (sorry), reverting the changes. 17 years ago
Siegfried Pammer 759d3705ee updated project file (deleted files) 17 years ago
Siegfried Pammer 7323ba5be3 reverted some files uploaded by mistake (sorry). 17 years ago
Siegfried Pammer aa66c1f847 Implemented insertion of "#End Region" Tags. 17 years ago
Daniel Grunwald f26ce60c82 Allow startup to continue if some commands fail 17 years ago
Daniel Grunwald e9371ce7bc Make use of using scopes for resolving type and namespace names. 17 years ago
Siegfried Pammer 7235fd6683 Added BuildError to Task, sightly modified FxCopLogger to pass over the error code to the BuildError instance; Added ShowErrorHelpCommand to directly show help for build errors (except FxCop and StyleCop) 17 years ago
Daniel Grunwald ba290b6bf9 Add "IUsingScope" to allow representing the nesting of usings in namespaces in SharpDevelop.Dom. 17 years ago
Daniel Grunwald 36dabdb8e5 Force recompilation of all projects when the solution configuration is changed. 17 years ago
Daniel Grunwald 25612ba844 When an external AddIn is missing, allow removing the AddIn with the AddIn Manager. 17 years ago
Christian Hornung 661fdc3406 ResourceCodeGeneratorTool: Ensure that we do not overwrite an existing class (e.g. designed form) with the generated class. Output an error message when such a situation occurs. 17 years ago
Christian Hornung 1358578da4 Fixed code navigation to work correctly after jumping to another location (e.g. using "Goto definition"). 17 years ago
Daniel Grunwald ce64b86579 Fixed type inference for methods with expression tree parameters. 17 years ago
Daniel Grunwald c816abee89 NRefactory: Remove TypeReference.SystemType. TypeReference.Type now always represents the system type for primitive types. 17 years ago
Daniel Grunwald 707294326e Fixed exception when "Find references" finds a result in unsaved Designer.cs file. 17 years ago
Christian Hornung 7ec74630f8 Ignore errors when loading the view content mementos from LastViewStates.xml (may happen after low disk space condition, see http://community.sharpdevelop.net/forums/t/8592.aspx). 17 years ago
Matt Ward e6e7966038 The language to use for localization of WiX UI dialogs can now be specified in the project options. 17 years ago
Daniel Grunwald 26f3ddb298 Don't load assemblies by partial name. 17 years ago
Matt Ward b4cc2ff514 References defined in a file template are now added along with their hintpath when adding a new file to a project. 17 years ago
Daniel Grunwald d1575ceb4f Update AvalonDock to 1.1.1714, fixed focus bug when there are secondary view contents. 17 years ago
Daniel Grunwald fd48c4b958 Add AvalonEdit. 17 years ago
Matt Ward 178f9f03e1 Added icons for Python files and projects. 18 years ago
Daniel Grunwald a386bdc8ca Improved performance of code completion on variables with expensive type lookups (range variables, elements defined in XAML) 18 years ago
Daniel Grunwald d64c3db0da Fixed forum-8572: scoping of query continuation variables (thanks to Joseph Albahari) 18 years ago
Daniel Grunwald 3117fd80ec Patch by Alex Prudkiy: fixed random UnauthorizedAccessException when saving file 18 years ago
Daniel Grunwald 994ffb1812 Fixed bug in CompileModifiedProjectsOnly that could cause projects to not recompile even if they were changed. 18 years ago
Daniel Grunwald 35c6d0154e Fixed NullReferenceException in FileChangeWatcher.OnFileChangedEvent 18 years ago
Daniel Grunwald 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 18 years ago
Siegfried Pammer 4c5360f876 fixed SD2-1470 18 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 18 years ago
Daniel Grunwald 9815697f23 Fixed build 18 years ago
Daniel Grunwald 2bffb7e184 Update Clipboard.ContainsText using a separate thread. 18 years ago
Daniel Grunwald 17a10b74b6 Make FileChangeWatcher reload a file not only when there were external writes to the file, but also when the file was replaced by an external app. Fixes reloading the file when doing "svn revert". 18 years ago
Daniel Grunwald d2f3fac28c Mark HistoryView as IsViewOnly 18 years ago
Daniel Grunwald cd400c7cc0 Fixed SD2-1474 (ClassInheritanceTree returns incorrect results) 18 years ago