1433 Commits (f5145966843ac87f1da07da827e4b3ec78494b1d)

Author SHA1 Message Date
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
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 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 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 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
Christian Hornung 1850c9362d Fixed SD2-1471 (Renaming MainForm event handler does not update MainForm.Designer file) by adding IFileDocumentProvider as a generalization of ITextEditorControlProvider to properly support view contents that open multiple documents. 18 years ago
Daniel Grunwald 55a20e6026 Fixed NullReferenceException in TaskListPad.IsInScope 18 years ago
Daniel Grunwald 22cc955540 Fixed some minor bugs. 18 years ago
Matt Ward 41b1c801ca Fixed a problem where clicking an item in the Errors window would not show the source code if the file was being displayed in the forms designer. 18 years ago
Matt Ward 557e322065 Added show caret line option to Markers and Rulers options panel. 18 years ago
Matt Ward 662e1cf614 Added patch by Alex Prudkiy to fix sorting items in the combo box above the properties. 18 years ago
Siegfried Pammer 1710bc9334 Implemented Code Completion support of -> Operator 18 years ago
Daniel Grunwald 825952a177 Fixed NullReferenceException for code completion on pointer variables. 18 years ago
Daniel Grunwald 0a42c419c3 Add unit test that checks that SharpDevelop.exe, BuildWorker.exe and booc.exe all use the same value for the 32-bit-flag. 18 years ago
Daniel Grunwald 9b16a1757d DebugOptions: EditRawProperty (=allow using MSBuild replacements) 18 years ago
Siegfried Pammer 122177828b Removed unused conditional breakpoint types and improved workflow of breakpoints. 18 years ago
Daniel Grunwald d1945686d5 Don't fire ActiveContentChanged event during layout change; prevents unnecessary pad creation. 18 years ago
Daniel Grunwald f54b4e40ab Performance tweaks to code completion: 18 years ago
Daniel Grunwald 8dd64459d5 Fixed SD2-1384: Attribute fully qualified name using wrong namespace 18 years ago
Christian Hornung 13d18f7777 Fixed SD2-1462 - Exception closing unsaved tab. 18 years ago
Daniel Grunwald d8da3abb1e Add <inheritdoc/> to XML doc completion, add MIT/X11 license template. 18 years ago
Daniel Grunwald 75ba08f309 Fixed code-completion resolving the wrong class when two imported namespaces contain a class with the same name but only one of the classes is accessible. 18 years ago
Daniel Grunwald 5313676a69 Make "Open containing folder in explorer" select the item. 18 years ago
Christian Hornung 2fde2f8329 Fixed the parse information not being updated when a window is closed with discarding the changes. 18 years ago
Christian Hornung 22b9e89c87 Fixed SD2-1461 (Exception when renaming form) and other issues with renaming forms. 18 years ago
Siegfried Pammer 0cb2888c11 Added tests for VBNetFormattingStrategy; fixed inserting of end statements after single line statements; fixed SD2-1319 18 years ago
Christian Hornung 3a63c4b209 Attempt to fix an exception that sometimes occurs when closing the workbench while an open text editor view has a selection. 18 years ago
Christian Hornung 214dcfa309 Workbench.ViewContentCollection now contains all view contents, including all secondary view contents. 18 years ago
Daniel Grunwald b8d273dc27 Fixed crash in CSharpExpressionFinder when the document contains carriage return (\r) without line feed. 18 years ago
Christian Hornung 0ed5d7cf3d Re-implemented persisting the state of view contents; the states are now saved in a single file (LastViewStates.xml). 18 years ago
Siegfried Pammer 2800566249 Partial rewrite of VBNetFormattingStrategy; uses a lexer for indenting; bug fix of SD2-1448, SD2-1284 and SD2-866; fixed multiple UndoSteps after renaming an entity. 18 years ago
Daniel Grunwald d25a379fae Removed code duplication IndentSelection<->FormatBuffer 18 years ago
Daniel Grunwald a2e61aee89 Fixed SD2-1450: Large amounts of output cause OutOfMemoryException 18 years ago