Commit Graph

  • 9b103ca09a adopted patch from fidalgo revision 1807 Markus Palme 2005-03-14 18:03:11 +0000
  • 1bd2aefc9e Fixed StackOverflowException when property ReflectionIndexer.Parameters is used. CC does not pop up on integer literals anymore. Fixed focus stealing when moving mouse over FoldMargin. Daniel Grunwald 2005-03-13 19:35:09 +0000
  • 2b0fd8cc53 Resolver can now find correct overload in a method invocation. Daniel Grunwald 2005-03-13 16:48:46 +0000
  • d4b3e2860c Fixed some bugs. PropertyCodeGenerator can work with fields like '_fieldname' or 'm_fieldname'. Daniel Grunwald 2005-03-10 16:19:02 +0000
  • 9b9699e934 MSBuildProject now uses Microsoft.Build.Engine instead of calling MSBuild.exe. Daniel Grunwald 2005-03-10 14:41:45 +0000
  • ea1e8a047a Fixed bugs in ParserUpdateThread. Fixed bug in InsightDataProviders. Added unit test for CC lookup of a method with multiple overloads. Daniel Grunwald 2005-03-09 17:07:20 +0000
  • f5cd93dd9f #D now runs under the latest .NET Framework. Mike Krüger 2005-02-28 11:10:24 +0000
  • b5cc91e62e Fixed MessageView bug. Daniel Grunwald 2005-02-03 21:36:54 +0000
  • cc63250aed Many bugfixes/improvements in the resolver. Daniel Grunwald 2005-02-02 20:20:37 +0000
  • c9c374372a ParserService now supports ProjectReferences. Go to definition now works for local variables. Daniel Grunwald 2005-02-01 20:41:17 +0000
  • c01804f7d2 Added feature: go to definition (Ctrl-Enter) Set warninglevel to 4 for Core + Base (somehow it was set to 0 -> a bug in AbstractMember.cs was hidden) Daniel Grunwald 2005-01-31 21:29:23 +0000
  • 01ddddbf6a Fixed Lexer bug (both C#/VB): OverflowException was thrown when dot was at end of expression. Fixed Lexer bug (C#): OverflowException was thrown when integer literal was at end of expression. Added unit tests for literals. Daniel Grunwald 2005-01-30 20:51:50 +0000
  • 9c7b8022de Reintroduced ICSharpCode.SharpDevelop.Tests, adjusted NRefactoryResolverTests for new Resolver. Daniel Grunwald 2005-01-30 16:57:36 +0000
  • 3cfb8ffad9 Fixed tooltip flickering and a resolver bug. Daniel Grunwald 2005-01-30 15:21:27 +0000
  • 334b0acb9c Fixed some bugs in resolver; tooltip now uses ExpressionFinder and GetXmlDocumentation. Daniel Grunwald 2005-01-30 14:55:09 +0000
  • 661a64dd21 Tooltip now shows the type of variables. Daniel Grunwald 2005-01-29 23:23:59 +0000
  • bd51ecf13e Added new ResolveResult that gives information about the expression being resolved. Currently it is used for code completion and method insight. Daniel Grunwald 2005-01-29 21:06:52 +0000
  • 917576aadc Introduced new debugger class Process David Srbecký 2005-01-28 20:37:11 +0000
  • a9f6432c67 Moved some code from WindowsDebugger to DebuggerService David Srbecký 2005-01-28 18:52:18 +0000
  • 8ec7193f33 Fixed parser update thread. Mike Krüger 2005-01-28 16:12:22 +0000
  • d266a7a7c5 Text markers can now specify foreground color. Mike Krüger 2005-01-28 10:34:17 +0000
  • 886d53609f Removed some silent fails. Bugfixing David Srbecký 2005-01-27 19:22:11 +0000
  • 1f1a1936fd Worked on exceptions; Added ExceptionHistoryPad David Srbecký 2005-01-27 17:50:40 +0000
  • d30595e544 Added exception handling form David Srbecký 2005-01-26 18:20:34 +0000
  • 50b9076cc8 Implemented custom marshalling for new debugging API callbacks David Srbecký 2005-01-26 17:08:13 +0000
  • 963f08c130 took out some writelines. Mike Krüger 2005-01-24 20:59:10 +0000
  • 063d07954f Worked on replacing strong typed collections with generics ones David Srbecký 2005-01-23 16:06:13 +0000
  • 73534ad397 Files in Debugger.Core reorganized David Srbecký 2005-01-22 20:31:01 +0000
  • cab0815ded DebuggerInterop.Symbols.il replaced by ISymWrapper.dll David Srbecký 2005-01-22 17:35:09 +0000
  • 7bec611c4e Execute without debugger now works. (#D doesn't currently work in debugging mode). Mike Krüger 2005-01-22 17:25:35 +0000
  • d814e6235c updated dockpanel suite. Mike Krüger 2005-01-22 16:16:16 +0000
  • 484ff26f2b worked on Resolver (SearchDefinition) Andrea Paatz 2005-01-22 15:52:40 +0000
  • f9d48f1149 Worked on evaluation of properties in debugger David Srbecký 2005-01-21 19:54:18 +0000
  • 1908743758 Fixed updating of debugger pads David Srbecký 2005-01-20 20:17:02 +0000
  • 23af4fa3f9 AssemblyInfo.cs moved to Configuration folder David Srbecký 2005-01-20 18:25:26 +0000
  • e2f9a5867e worked on Resolver Mike Krüger 2005-01-20 16:41:53 +0000
  • 89345c7670 fixed bug in propertygrid Andrea Paatz 2005-01-20 14:35:51 +0000
  • d8031d2d2f the compiler message view now uses our text editor. Mike Krüger 2005-01-20 11:31:13 +0000
  • ca966adec4 Changed default layouts. (Because of the debugger panels.) Mike Krüger 2005-01-20 10:23:40 +0000
  • aebdd74371 Font selection panel is now much faster in initalization. Mike Krüger 2005-01-20 09:25:57 +0000
  • de2338f290 Initial Debugger Import David Srbecký 2005-01-19 19:29:00 +0000
  • a90d9b5a59 removed debugging output Markus Palme 2005-01-14 17:51:54 +0000
  • 30514f326a vb.net folding works Markus Palme 2005-01-14 17:50:38 +0000
  • 41e43a761a %windir% used to get Windows directory in batch files David Srbecký 2005-01-12 17:59:15 +0000
  • 8f5e256db6 VB.NET backend now works. Mike Krüger 2005-01-11 19:49:40 +0000
  • 70b2f42923 Worked on code completion layer. Mike Krüger 2005-01-11 13:51:31 +0000
  • 658d958414 Worked on main menu. Complex conditions now support failed actions Mike Krüger 2005-01-11 09:57:57 +0000
  • e0342a109e Worked on IL backend. But I don't know how to plug in a new msbuild 'language'. Mike Krüger 2005-01-11 09:08:26 +0000
  • 0a625baf52 Worked on code completion layer. Mike Krüger 2005-01-10 22:12:35 +0000
  • 604df08af5 #d builds again; work on the parser layer Markus Palme 2005-01-10 21:23:59 +0000
  • 647a7c84be unitised vb.net language name; added vb.net binding to the main solution Markus Palme 2005-01-10 21:15:44 +0000
  • d7bf7939a4 added initial vb.net binding (very c#-ish at the moment) Markus Palme 2005-01-10 21:06:34 +0000
  • 9ee6527c66 removed old vb.net backend binding Markus Palme 2005-01-10 20:19:14 +0000
  • 3538eae26a The refactoring of the upper code completion layer has begun ... Mike Krüger 2005-01-10 19:05:22 +0000
  • beb1629bd4 project contents can now reference other project contents (greatly reducing loading times/memory consumption). XmlDocumentation is now loaded & cached (greatly increasing loading times/memory consumption). Mike Krüger 2005-01-10 13:06:33 +0000
  • d6ff64a02f View menu builder works again. Mike Krüger 2005-01-09 10:29:51 +0000
  • ec715753ea Added Solution file format validation Mike Krüger 2005-01-06 16:16:13 +0000
  • 4fb562db46 taken out the description= tags of the menus (They're unused since a while ...) Mike Krüger 2005-01-06 14:37:57 +0000
  • 7a62a9c9d9 Fixed compilation bug. Mike Krüger 2005-01-06 14:17:41 +0000
  • 792856b8df Fixed property grid bug (caused by lazy loading)." Mike Krüger 2005-01-06 14:14:12 +0000
  • dc18a6e9eb fixed bug in topological sort and startet to write tests for it. Andrea Paatz 2005-01-06 13:36:58 +0000
  • d9e5452a40 fixed build error: sharpDevelop.ico has an absolute path from Mike. Now the path is relativ and should work for everyone. Andrea Paatz 2005-01-06 12:22:45 +0000
  • 9a785e68a0 Core tests are in the solution. Mike Krüger 2005-01-06 09:53:57 +0000
  • b8b979d6e7 Moved abstract project. Mike Krüger 2005-01-06 08:32:05 +0000
  • 4a080aa864 Exception box is now working again. Mike Krüger 2005-01-06 08:30:22 +0000
  • e9c105a4e2 Worked on #D Mike Krüger 2005-01-05 18:00:30 +0000
  • 77802490a8 overworked task subsystem a bit. Mike Krüger 2005-01-05 15:15:02 +0000
  • fc08e8e8d8 Code generator (Alt+ins) now works again. fixed texteditor drawing bug. Mike Krüger 2005-01-05 13:48:27 +0000
  • e925a43e9c Forgot to check in some changes. Mike Krüger 2005-01-05 13:25:42 +0000
  • 77dbb0ecd5 Worked on #Develop. Search & Replace panel now has 2 different view modes. ExtTreeView drawing is now more smooth. Fixed some issues. Mike Krüger 2005-01-05 13:05:37 +0000
  • f6d4ee4e4f Slightly improved C# formatting. custom edit actions are now working again. Mike Krüger 2005-01-05 09:55:22 +0000
  • a283d8d061 References can now be removed. Rename/remove operations are now faster with really big projects Mike Krüger 2005-01-04 23:48:23 +0000
  • a573114c0b addin scout now working again. Mike Krüger 2005-01-04 23:13:38 +0000
  • 46f512d117 Nunit pad is now working again. Switched to NUnit 2.2.2 Mike Krüger 2005-01-04 21:22:25 +0000
  • 4084ef43d2 Worked on project options. Mike Krüger 2005-01-04 18:48:51 +0000
  • ba7dc7ca57 Improved toolbar refresh. Mike Krüger 2005-01-04 17:34:50 +0000
  • 8690a09871 Path of the errors in files are now parsed correctly. Mike Krüger 2005-01-04 17:22:41 +0000
  • d24e1c13cb Fixed little issues. Mike Krüger 2005-01-04 16:18:08 +0000
  • 18b1d52c90 Fixed many little issues. Mike Krüger 2005-01-04 15:48:34 +0000
  • bff7f0c17a Corrected output path of the filetype registerer (his job should be done by the installer) and resource editor. Mike Krüger 2005-01-04 13:31:57 +0000
  • ca943fafba Added start project as context menu command for projects. Mike Krüger 2005-01-04 12:05:47 +0000
  • e1afc488fb Fixed bug in text editor options panel. Mike Krüger 2005-01-04 11:27:30 +0000
  • 647befcb80 Corsavy is now self-hosting. Hopefully no more build files are out of sync with project files issues ... Mike Krüger 2005-01-04 11:09:35 +0000
  • c4336b038c created trunk folder. Mike Krüger 2005-01-04 10:25:48 +0000