4851 Commits (18f32ada9716c9e1e2176ec797dd99bba322697d)
 

Author SHA1 Message Date
Matt Ward 636ccb5f6e Python code converter now attempts to detect property references and adds a this reference. 16 years ago
Matt Ward 6d6589aa7d Python code converter now converts type reference expressions. 16 years ago
Matt Ward 7b77da2dc0 Python code converter now supports read-only and write-only property conversions. 16 years ago
David Srbecký 374470b84b Expression caching (second attempt) 16 years ago
Martin Koníček b3755fc862 Grid visualizer: 16 years ago
David Srbecký 3cfb2f81a5 Reverted expression caching 16 years ago
Daniel Grunwald f4fc787421 Disable all debugger tests (trying if this will fix the build). 16 years ago
Siegfried Pammer 60676b6387 removed Drag and Drop functionality from XamlOutlineNode 16 years ago
Siegfried Pammer 532acccbf0 ported consoles to AvalonEdit 16 years ago
Matt Ward 81446a8a21 Python forms designer now supports negative doubles as method parameters. 16 years ago
Martin Koníček e8090246eb Grid visualizer can be opened from Debugger tooltips. 16 years ago
Daniel Grunwald 5cb13f81c6 Ignore Debugger tests that are failing on my machine. 16 years ago
Siegfried Pammer 0444f9b0e0 - XamlBinding: fixed bugs and added Unit Tests 16 years ago
Daniel Grunwald bba9b753ba SharpDevelop.Dom: in CtrlSpace+GetCompletionData methods: replace ArrayList with List<ICompletionEntry> 16 years ago
Martin Koníček c0a9d4c1f5 Debugger tooltips - added visualizer picker image. 16 years ago
Daniel Grunwald cd800c8308 Fixed SD2-1494 - 'Move class to file' duplicates delegate declarations 16 years ago
Matt Ward 70942e3ac3 Fixed bug in python forms designer failing to convert an integer into a double when loading a form with a property of type double. 16 years ago
Matt Ward 96098e5761 Python forms designer now generating AnchorStyles properties. 16 years ago
David Srbecký 4162f7ab31 Expression caching 16 years ago
Daniel Grunwald a6fb1caa46 Removed CtrlSpace method from IResolver interface. 16 years ago
Daniel Grunwald 50f63c242a Merge 3.0 to trunk. 16 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Daniel Grunwald 4c32ea2a50 Fixed output for overloaded unary operators. 16 years ago
Daniel Grunwald c5a371dd2c Fixed SD2-1572 - operators are shown as nameless methods in code completion 16 years ago
Daniel Grunwald 2bd75facc9 Don't generate code for attributes of base class in override code completion. 16 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. 16 years ago
Siegfried Pammer 4067100222 profiler: modified DefaultProfiler implementation to show error message instead of throwing NotSupportedException in case no profiler was found. 16 years ago
Daniel Grunwald 1915a2c328 Fixed SD2-1581 - GetterModifiers/SetterModifiers not loaded in ReflectionProperty and CecilReader 16 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 16 years ago
Siegfried Pammer 6adccfa490 XamlBinding: ported outline content to AXml API 16 years ago
Martin Koníček 5b19084276 Fixed build. 16 years ago
Martin Koníček 5a9eb62f09 Debugger tooltips: 16 years ago
Daniel Grunwald f3f87a4bf5 QuickClassBrowser: don't change ComboBox contents while user has opened the drop-down. 16 years ago
Daniel Grunwald 7c390e8d0f ParserService bugfix: use IParseInformationListener interface. 16 years ago
Matt Ward b747259b4e Python forms designer now calls all methods and explicit interface methods when loading InitializeComponent method. 16 years ago
Siegfried Pammer de1a7da0be XamlBinding: bugfixes 16 years ago
David Srbecký b434bf8dc4 XML Parser: Bugfix and some optimizations 16 years ago
Daniel Grunwald 6a37ebba2a Allow to continue running the LoadSolutionProjects thread when there's an exception. 16 years ago
Siegfried Pammer 0dc6a987cb XamlBinding: fixed Unit Tests 16 years ago
Siegfried Pammer c60dc09dc5 - implemented XamlParser 16 years ago
Daniel Grunwald 9caed44e73 Allow unit tests to set the list of parser descriptors in the ParserService. 16 years ago
David Srbecký 18e073d771 Fixed thread safety. Handling of null version. 16 years ago
Martin Koníček 7ac6e8b962 Eval.CreateValue sets Value.ExpressionTree more correctly so that Expression.PrettyPrint does not result in stack overflow anymore. 16 years ago
Daniel Grunwald 54e90697dc Fixed bug in ParserService (ParseInformationUpdated event was not raised). 16 years ago
David Srbecký 0b8bf974ef XML Parser: ParseAndLock method in the XamlParser 16 years ago
Daniel Grunwald 4f2d79c75c Removed 'no-concurrent calls' guarantee for IParser. This avoids deadlocks when IParser implementations invoke methods on the main thread. 16 years ago
David Srbecký 551566b0c7 XML Parser: Fixed some bugs. Hereby declaring code ready for use. 16 years ago
Philipp Maihart 16f7f35979 EMD Designer: Several bugfixes concerning wizard/template problems when generating a new EDMX from database 16 years ago
Daniel Grunwald f036036368 Ignore failing XamlBinding test. 16 years ago
Matt Ward 656d68f69b Fixed squashed controls on debug symbols options panel. 16 years ago