1787 Commits (7d53a43afdeee7fc14bcedb3cb91a92a3aba64c1)

Author SHA1 Message Date
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 2f2bff9e9a Implemented SplitButton. 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
Daniel Grunwald 0affcacda3 Host option panels in WPF window, allow WPF option panels. 18 years ago
Daniel Grunwald f608ae96c7 Update to AvalonDock 1.1.1692. 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
Christian Hornung d9265c5144 Added full support for project resources to the Windows.Forms designer. Fixed SD2-576 - Visual Studio Project Resources used in Form. 18 years ago
Daniel Grunwald e3e1e91b92 Fixed unit tests (implemented missing members in MockProjectContent). 18 years ago
Daniel Grunwald c582a32862 Fixed SD2-1446: Code completion lists private inner classes out of scope 18 years ago
Daniel Grunwald ea1c893a4a Reduce memory consumption of CompilerMessageView. Related to SD2-1450 (Large amounts of output cause OutOfMemoryException). 18 years ago
Matt Ward bb010887f8 Fixed SD2-1340 - Can specify invalid namespace in Add Web Reference dialog. 18 years ago
Siegfried Pammer e0c660f7bb Improved "Extract Method" and added IsReferenceType to IReturnType 18 years ago
Christian Hornung a0e0103f12 Windows.Forms designer cleanup: 18 years ago