8397 Commits (3172370e3823acf2664e1e6132bdca179b4ee3be)

Author SHA1 Message Date
Daniel Grunwald c00a5bf311 Fixed NullReferenceException in CppProject.get_OutputAssemblyFullPath 14 years ago
Daniel Grunwald 9d4c0377e1 Handle UnauthorizedAccessException from trying to read from XmlDoc cache. 14 years ago
Daniel Grunwald 7a5190f7d3 Fix NullReferenceException in DebugMethodInfo.get_IsGenericMethod 14 years ago
Daniel Grunwald 0cdeb1d5f4 Fixed some issues with issue options. 14 years ago
Daniel Grunwald ca6937d980 Use XAML serialization instead of DataContractSerializer. 14 years ago
Daniel Grunwald 6f34f0a131 Remove ".NET 4.5 Client" target framework - as of .NET 4.5 Beta, there is no client profile. 14 years ago
Daniel Grunwald 2fc9ff16e3 Fixed snippet options. 14 years ago
Siegfried Pammer 18e6a68d15 fix bug in FindAll and added Unit Tests 14 years ago
Daniel Grunwald c9860fb9bc Fixed saving CodeEditorOptions. 14 years ago
Daniel Grunwald 7aea1ca75e Rewritten ICSharpCode.Core.Properties: 14 years ago
Daniel Grunwald 3c64a767dd Show description in issue options. 14 years ago
Daniel Grunwald 51c28dc006 Add EnhancedScrollBar. 14 years ago
Daniel Grunwald 5e1642ebd2 Add IssueOptions panel. 14 years ago
Siegfried Pammer bd32925e07 implement XamlSymbolSearch 14 years ago
Siegfried Pammer 09577bbc9b apply Matt's suggestion on readability 14 years ago
Daniel Grunwald a45a631ad4 Add options dialog for context actions. 14 years ago
Siegfried Pammer e6e380cc04 fix quirks in XML completion 14 years ago
Daniel Grunwald 6f6a97acca Move listbox/listview styles that highlight the focus instead of the selection to GlobalStyles. 14 years ago
Siegfried Pammer 67bf64d371 fix http://community.sharpdevelop.net/forums/p/14605/38878.aspx#38878 14 years ago
Daniel Grunwald 541497a978 Implemented support for issue providers and quick fixes. 14 years ago
Daniel Grunwald cfe7ae8dad Adjust SharpDevelop to new context actions API. 14 years ago
Daniel Grunwald cb15d5418d Move ContextActions UI to AvalonEdit.AddIn. 14 years ago
Daniel Grunwald 5802f18c4a Add support for inspectors. 14 years ago
Daniel Grunwald 6bcc5661e8 Use <ReferenceOutputAssembly>false</ReferenceOutputAssembly> for build-order dependencies. 14 years ago
Daniel Grunwald 08a54ec770 Expose the <ReferenceOutputAssembly> setting in the SharpDevelop UI. 14 years ago
Daniel Grunwald 654b09a84d Add IParser.CreateCompilationForSingleFile to improve editing files outside of projects. 14 years ago
Daniel Grunwald f3e426468a Improve the code completion triggering logic. 14 years ago
Siegfried Pammer a12720bd17 implement TagComment parser and resolver for XAML 14 years ago
Daniel Grunwald e1cb442ee6 Fixed editor crash introduced in 02f6c64. 14 years ago
Daniel Grunwald c3ca1f1754 ILineTracker.ChangeComplete 14 years ago
Daniel Grunwald b7a6c3164b Adjust unit test to changed CollapsedLineSection behavior. 14 years ago
Daniel Grunwald f22f0bab38 Add back accidentally deleted resource string. 14 years ago
Daniel Grunwald 02f6c641cf AvalonEdit: Fixed issue that caused the collapsed line state in the HeightTree to become inconsistent with the state in the folding manager. 14 years ago
PeterForstmeier 02184b1b64 Convert hard coded text to StringResources in DebugOptions 14 years ago
Daniel Grunwald 36d81d4545 Cache the solution snapshot. 14 years ago
Matt Ward 175649ed03 Use IronRuby built from source so it uses the same Microsoft.Scripting assemblies as IronPython to fix MissingMethodException. 14 years ago
Daniel Grunwald 2d0d4433f0 Fix NullReferenceException in Process.GetCurrentExecutingFrame 14 years ago
Daniel Grunwald 4d8910a68d Update to Mono.Cecil 0.9.5-73-ga5ffcc0 14 years ago
Daniel Grunwald 7be447d7e6 Includes files with BuildAction=Page in project content. 14 years ago
Daniel Grunwald 568f8b2d58 Adjustments to AvalonEdit unit tests. 14 years ago
Daniel Grunwald 39d91dad79 Simplify HighlightingColorizer by supporting only a single TextView per colorizer instance; and by exposing the HighlightingStateChanged callback as an event. 14 years ago
Siegfried Pammer c0a13242a2 implement XamlParser 14 years ago
Daniel Grunwald 7fed1f99e4 Fix compiler warning. 14 years ago
Daniel Grunwald 82acae343b Fix NullReferenceException in MSHelpSystem.BrowserScheme.DocumentCompleted 14 years ago
Daniel Grunwald 3ed3ed64b1 Potential fix for NullReferenceException in WindowsDebugger.GetValueFromName(). 14 years ago
Daniel Grunwald ba5274635c Fix ArgumentOutOfRangeException when opening "add service reference" dialog. 14 years ago
Daniel Grunwald 6030c6869c Fix minor memory leak in AvalonEdit. 14 years ago
Daniel Grunwald fc9d01eee9 Fixed running unit tests in .NET 4.5 project. 14 years ago
Siegfried Pammer 8af8988104 port XmlEditor CC to NR5 14 years ago
Siegfried Pammer 377114e1c9 remove options for JMC and Step over code without symbols (both of them are enabled by default), use "Decompile code without symbols" instead 14 years ago