2251 Commits (5705bb78c55c92ce19403a843743d6677787709e)

Author SHA1 Message Date
Daniel Grunwald dd20fc51f7 Display parsing progress in status bar when opening project. 21 years ago
Daniel Grunwald d0400c2e1d Fixed code completion for VB.NET. Implemented LanguageProperties to control case sensivity for project content. 21 years ago
Daniel Grunwald 921a3d3acd Implemented code completion for generics. Fixed code completion for arrays. 21 years ago
Daniel Grunwald 3539fc4de3 Worked on SharpDevelop.Dom (just a step closer to being able to begin working on generics support :)). 21 years ago
Daniel Grunwald f49f5b9f04 Ctrl-Space completion now shows generic type parameters after class name. 21 years ago
Daniel Grunwald a5d79f2499 Worked on SharpDevelop.Dom (merging Implementations/Abstact* and NRefactoryResolver/*) + some bug fixes when creating new projects. 21 years ago
David Srbecký e051794455 Minor fixes 21 years ago
David Srbecký 9c5e0db7aa Debugger stepping made more stable 21 years ago
Daniel Grunwald f17c72e038 Replaced LoadWithPartialName through Assembly.Load, it seems to do the same job in .NET 2.0. 21 years ago
Daniel Grunwald e73b222ff3 ParserService does not lock parsed files anymore. 21 years ago
Daniel Grunwald a2fc15687f Fixed some properties in the project files. 21 years ago
Daniel Grunwald 3291bbb15f Moved debugger pads into their own subcategory in the view menu. 21 years ago
Daniel Grunwald 2bb8881add Fixed project template options. 21 years ago
Daniel Grunwald bbe15432b7 Fixed docking of project options panel. 21 years ago
Daniel Grunwald 90c13fc553 Add definition view pad. 21 years ago
David Srbecký 08279d2016 Property evaluation in the debbuger disabled 21 years ago
Daniel Grunwald ce2c0b3e67 Fixed bug that prevented project scout treeview from redrawing when opening folder without contents. 21 years ago
Daniel Grunwald 8b3d5f9b89 Made tooltip static so only one tooltip can be displayed at one time. 21 years ago
David Srbecký a99c5185e4 * Caching of Variable.CorType 21 years ago
David Srbecký 95b351a8a0 Icons in Local Variables Pad fixed 21 years ago
David Srbecký b03ebfcab8 corDebug.Terminate() crashed the #D on exit 21 years ago
David Srbecký 078cc2744e Release build fixed (but nunit.framework still must be in GAC) 21 years ago
David Srbecký b97b502dba "workingDirectory" and "arguments" used in CreateProcess 21 years ago
David Srbecký f6ddb57440 Debugger Interop updated to Beta 2 21 years ago
Daniel Grunwald 8f0d6da9ad Fixed SD-318 and SD-347. Many small changes. 21 years ago
Daniel Grunwald 22f417e362 Language bindings can now determine on what characters and keywords code completion should be triggered. 21 years ago
Daniel Grunwald 2b0fd8cc53 Resolver can now find correct overload in a method invocation. 21 years ago
Mike Krüger f5cd93dd9f #D now runs under the latest .NET Framework. 21 years ago
Daniel Grunwald c9c374372a ParserService now supports ProjectReferences. 21 years ago
Daniel Grunwald c01804f7d2 Added feature: go to definition (Ctrl-Enter) 21 years ago
Daniel Grunwald 334b0acb9c Fixed some bugs in resolver; tooltip now uses ExpressionFinder and GetXmlDocumentation. 21 years ago
David Srbecký 917576aadc Introduced new debugger class Process 21 years ago
David Srbecký a9f6432c67 Moved some code from WindowsDebugger to DebuggerService 21 years ago
Mike Krüger d266a7a7c5 Text markers can now specify foreground color. 21 years ago
David Srbecký 886d53609f Removed some silent fails. Bugfixing 21 years ago
David Srbecký 1f1a1936fd Worked on exceptions; Added ExceptionHistoryPad 21 years ago
David Srbecký d30595e544 Added exception handling form 21 years ago
David Srbecký 50b9076cc8 Implemented custom marshalling for new debugging API callbacks 21 years ago
Mike Krüger 963f08c130 took out some writelines. 21 years ago
David Srbecký 063d07954f Worked on replacing strong typed collections with generics ones 21 years ago
David Srbecký 73534ad397 Files in Debugger.Core reorganized 21 years ago
David Srbecký cab0815ded DebuggerInterop.Symbols.il replaced by ISymWrapper.dll 21 years ago
David Srbecký f9d48f1149 Worked on evaluation of properties in debugger 21 years ago
David Srbecký 1908743758 Fixed updating of debugger pads 21 years ago
David Srbecký 23af4fa3f9 AssemblyInfo.cs moved to Configuration folder 21 years ago
Mike Krüger ca966adec4 Changed default layouts. (Because of the debugger panels.) 21 years ago
David Srbecký de2338f290 Initial Debugger Import 21 years ago
Markus Palme a90d9b5a59 removed debugging output 21 years ago
Markus Palme 30514f326a vb.net folding works 21 years ago
Mike Krüger 8f5e256db6 VB.NET backend now works. 21 years ago