2535 Commits (abf3efabef4d239ee9cd97f3d948e7915cc7a13b)

Author SHA1 Message Date
Christian Hornung 34cd8c436d Forms designer: Fixed SD2-1531 - CenterHorizontally / CenterVertically: icons are swapped. 17 years ago
Daniel Grunwald 18f3aca132 Use Ctrl+Click as go to definition. 17 years ago
Christian Hornung 679866ec5a NRefactoryASTConvertVisitor: Apply IndexerNameAttributes to the names of the converted indexers. 17 years ago
Daniel Grunwald b9e1ce7c02 Store string resources as .resx instead of .resources in the repository. 17 years ago
Daniel Grunwald 4ecf8be05c profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found. 17 years ago
Daniel Grunwald d7cd3faf36 LoadSolutionProjectsThread: use multiple processor cores for parsing 17 years ago
Daniel Grunwald 511a9016f8 Create new projects as x86 by default - AnyCPU leads to programs running as 64-bit process without ever being tested that way. 17 years ago
Siegfried Pammer 03b7647f0f - moved some debugger classes to extra files 17 years ago
Daniel Grunwald 4ea09fbbae Revert docking library change (broke more stuff than it fixed). Small improvements to Boo interpreter pad. 17 years ago
Daniel Grunwald 2c9c5991ea Fixed memory leak in GotoDialog. 17 years ago
Siegfried Pammer cc06eec997 - corrected typo in ITextEditorOptions 17 years ago
Daniel Grunwald a8f50a6850 Fixed NullReferenceException in go to dialog 17 years ago
Daniel Grunwald 1a9f2ab7f0 Change label "Goto line number" -> "Go to" to better reflect the features of the new GotoDialog 17 years ago
Daniel Grunwald dcf2544f20 Show methods in current file in the Go To dialog. 17 years ago
Daniel Grunwald 7dd5d67102 ITextBufferVersion: add MoveOffsetTo method 17 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 17 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 17 years ago
Martin Koníček c0a9d4c1f5 Debugger tooltips - added visualizer picker image. 17 years ago
Daniel Grunwald cd800c8308 Fixed SD2-1494 - 'Move class to file' duplicates delegate declarations 17 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 17 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 17 years ago
Daniel Grunwald 4c32ea2a50 Fixed output for overloaded unary operators. 17 years ago
Daniel Grunwald c5a371dd2c Fixed SD2-1572 - operators are shown as nameless methods in code completion 17 years ago
Daniel Grunwald 2bd75facc9 Don't generate code for attributes of base class in override code completion. 17 years ago
Matt Ward ccc5df09db Python forms designer shows a more useful error message if it is unable to find a type to create a local variable. 17 years ago
Siegfried Pammer 4067100222 profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found. 17 years ago
Daniel Grunwald 1915a2c328 Fixed SD2-1581 - GetterModifiers/SetterModifiers not loaded in ReflectionProperty and CecilReader 17 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 17 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 17 years ago
Daniel Grunwald f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 17 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 17 years ago
Daniel Grunwald 6a37ebba2a Allow to continue running the LoadSolutionProjects thread when there's an exception. 17 years ago
Siegfried Pammer 0dc6a987cb XamlBinding: fixed Unit Tests 17 years ago
Daniel Grunwald 9caed44e73 Allow unit tests to set the list of parser descriptors in the ParserService. 17 years ago
Martin Koníček 7ac6e8b962 Eval.CreateValue sets Value.ExpressionTree more correctly so that Expression.PrettyPrint does not result in stack overflow anymore. 17 years ago
Daniel Grunwald 54e90697dc Fixed bug in ParserService (ParseInformationUpdated event was not raised). 17 years ago
Daniel Grunwald 4f2d79c75c Removed 'no-concurrent calls' guarantee for IParser. This avoids deadlocks when IParser implementations invoke methods on the main thread. 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Martin Koníček ae9496cac2 Object graph visualizer can be opened from debugger tooltips. 17 years ago
Siegfried Pammer 8a0a9aa176 XamlBinding: 17 years ago
Daniel Grunwald 1ffa5cbd86 Remove unused code. 17 years ago
Daniel Grunwald 26f7c10d6d Implemented drag'n'drop from explorer onto WpfWorkbench to open files. 17 years ago
Daniel Grunwald fa870bc2db Moved a few classes and methods in AvalonEdit to eliminate dependency cycles between namespaces. 17 years ago
Daniel Grunwald 54848a8515 Fixed SD2-1582: Code completion lists multiple entries for partial classes 17 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 17 years ago
Daniel Grunwald 55c2db9734 Bugfixes AvalonEdit TextSegmentCollection: 17 years ago
Siegfried Pammer bc4b0a834d XamlBinding: 17 years ago
Martin Koníček c89bf915e0 Debugger tooltips - Debugger.AddIn.TreeNodes provide Visualizer commands which are displayed in Visualizer pickers in DebuggerTooltipControl. 17 years ago
Martin Koníček e3a34dede7 - Added VisualizerPicker to debugger tooltips (template based on default ComboBox template, added PresentationFramework.Aero reference to SharpDevelop.csproj for combobox drop shadow) 17 years ago
Daniel Grunwald ede6913f9e Rename ProjectTypeGuids.cs to work around bug in Visual Studio. (http://community.sharpdevelop.net/forums/t/9580.aspx) 17 years ago