Commit Graph

  • 30b6b7ed1e Help 2.0: small changes in the Dynamic Help browser scripting Mathias Simmack 2005-12-16 09:34:27 +0000
  • d7e895c4f8 Fixed solution configuration -> project configuration mapping. Daniel Grunwald 2005-12-15 20:02:09 +0000
  • b8447a8bfa Added debugger test: SetIP David Srbecký 2005-12-15 19:02:53 +0000
  • e46db83c0a Allow changing the active solution configuration in the build menu. Daniel Grunwald 2005-12-15 17:47:21 +0000
  • aa02f22658 Ported Fidalgo rev. 2115 (Ivo Kovacka): fixed some minor problems where object were staying in memory (missing dispose calls, event handlers not being deregistered). Daniel Grunwald 2005-12-15 17:28:49 +0000
  • cdc0d7362e Debugger handles optimized code more gracefully David Srbecký 2005-12-14 22:55:08 +0000
  • e05a82005e Debugger.Eval rewritten to hold its state in one enum David Srbecký 2005-12-14 22:08:28 +0000
  • 3a723b7a39 Private/static variables separated in debugger tooltips David Srbecký 2005-12-13 23:31:35 +0000
  • 49b86182ff Fixed bug: SessionID was not updated between evals; Added test for it David Srbecký 2005-12-13 21:19:54 +0000
  • 0a42f77c37 Fixed StackOverflowException and endless loop when classes had cyclic inheritance. Fixed the VB expression finder for "MethodCall().MethodCall()", added unit tests for the expression finder. Daniel Grunwald 2005-12-13 19:42:56 +0000
  • 1012efb736 Added debugger test: PropertyVariableForm David Srbecký 2005-12-13 18:45:38 +0000
  • 56e727f269 Fixed bug: 'this' is now passed to property eval as reference David Srbecký 2005-12-13 16:47:48 +0000
  • d3b6bd0d16 Added debugger test: PropertyVariable David Srbecký 2005-12-13 15:18:44 +0000
  • a00bfde615 Fixed SD2-602 - Adding a COM reference generates a FileLoadException. The ReferenceProjectItem was trying to determine the assembly name for the COM reference causing the exception. Matt Ward 2005-12-13 15:04:43 +0000
  • dc978575e8 Fixed bug: Base class was not accessible after stepping David Srbecký 2005-12-12 22:27:56 +0000
  • 2db2020cbd Added debugger test: ObjectValue David Srbecký 2005-12-12 22:04:02 +0000
  • c93ae52d54 Property evaluation code moved to ObjectValue David Srbecký 2005-12-12 19:49:27 +0000
  • 2e2e17e634 Fixed SD2-595: Replace in files must use same Encoding detection as text editor Daniel Grunwald 2005-12-12 18:06:02 +0000
  • 18bd451e71 Worked on variable updating; Properties in debugger tooltips David Srbecký 2005-12-12 17:51:28 +0000
  • 7e99ed0dc2 ToString disabled; Property evaluation automatically started on demand David Srbecký 2005-12-11 20:57:57 +0000
  • ea52117d70 Fixed SD2-525: Changing the output Window font changes the text editor window font. Fixed SD2-526: Output Window Word Wrap does nothing. Improved performance of output window and error list when there are many errors/warnings. (previously 3000 warnings caused the SharpDevelop to freeze for 30 seconds and then crash with an OutOfMemoryException, consuming 2 GB of memory; now the speed is much better and the memory usage is fixed) Daniel Grunwald 2005-12-11 19:18:35 +0000
  • e8662bb594 Fixed SD2-570: When moving or copying InProject folders, their children get excluded from the project. Daniel Grunwald 2005-12-11 15:14:09 +0000
  • dd15782372 Fixed SD2-569: Wrong file name used for new Link items. Fixed text editor crash when editing files containing very long words (e.g. 100 KB base64-data in a single line in an XML file). Daniel Grunwald 2005-12-11 12:39:50 +0000
  • 3a680c1375 Fixed SD2-597: No code completion after "new". Daniel Grunwald 2005-12-10 20:50:59 +0000
  • e8a8828662 Fixed SD2-600 (Can't convert for loop). VB parser now accepts zero as lower array bound. Daniel Grunwald 2005-12-10 20:12:38 +0000
  • bf0bea81ce Added debugger test: FunctionVariablesLifetime; Fixed function so that expired variables do not throw exceptions David Srbecký 2005-12-10 19:50:22 +0000
  • 65777d486d Update to NDoc 1.3.1-v11 from http://jonas.lagerblad.com/blog/?p=4 (unofficial version that works with .NET 2.0) Now NDoc can be started with the command "Project > Build documentation with NDoc". Daniel Grunwald 2005-12-10 18:30:19 +0000
  • aef003e31a Added debugger test: FunctionLifetime David Srbecký 2005-12-10 17:23:12 +0000
  • bc3d54bf90 Applied form designer patch by Christian Hornung: - designer no longer rewrites fields of all parts in the designer file - type names in non-designer parts are now correctly fixed to fully qualified type names - designer no longer overwrites the wrong code region in the designer file - when double-clicking an event which is defined in a different file, that file is now opened instead of a new (duplicate) method being created - the design tab is now also shown if the System.Windows.Forms.Form base type is specified in the designer file, but not in the currently open file Daniel Grunwald 2005-12-10 16:37:22 +0000
  • fc5718d45b Added debugger test: FunctionLocalVariables David Srbecký 2005-12-10 15:16:23 +0000
  • 00cc12f465 Added debugger test: FunctionArgumentVariables David Srbecký 2005-12-10 14:53:52 +0000
  • 247da12b8e Added debugger test: Callstack David Srbecký 2005-12-10 14:00:26 +0000
  • 7bf31daafb Added debugger test: Stepping David Srbecký 2005-12-10 11:08:17 +0000
  • 102d63de31 Walkaround for pdb locking, added test for it David Srbecký 2005-12-10 01:36:54 +0000
  • 33f995f783 Added debugger tests: Break, Symbols David Srbecký 2005-12-09 11:08:05 +0000
  • e9485a5f38 Fixed project reference to FormsDesigner. Daniel Grunwald 2005-12-08 19:24:18 +0000
  • 684ff9df76 Rename forms designer directory. Daniel Grunwald 2005-12-08 19:19:19 +0000
  • 6128d7192b Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/* Daniel Grunwald 2005-12-08 19:18:16 +0000
  • adc5804d13 Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/* Daniel Grunwald 2005-12-08 19:17:48 +0000
  • 97b0816212 Rewriten MTA2STA so that it can be controlled more in MTA and tests David Srbecký 2005-12-08 18:56:55 +0000
  • 48939e61d6 Rename FormDesigner to FormsDesigner. Daniel Grunwald 2005-12-08 18:45:53 +0000
  • 5ee5308e39 Improved C# -> Boo converter. Daniel Grunwald 2005-12-08 17:41:35 +0000
  • c6337e8436 SD2-592: Exception thrown when trying to copy a file Daniel Grunwald 2005-12-08 17:12:06 +0000
  • 38277f6d8d Fixed SD2-466: Tools panel doesn't work in autohide mode Daniel Grunwald 2005-12-07 18:43:04 +0000
  • 06f7f16301 Debugger tests pre-compiled David Srbecký 2005-12-07 17:09:54 +0000
  • 16d90f5cef Added two debugger tests David Srbecký 2005-12-07 13:22:03 +0000
  • e8651430cc Fixed SD2-598. Added ComponentSerializationService to XmlDesignerLoader to enable undo/redo when designing xml forms. Matt Ward 2005-12-07 12:04:04 +0000
  • 3f22a40553 Fixed debugger test David Srbecký 2005-12-07 11:39:02 +0000
  • 24ffed1f5b Misuse of delegate David Srbecký 2005-12-07 02:05:58 +0000
  • d80a9340cc Lazy getting of object values David Srbecký 2005-12-06 23:20:17 +0000
  • d13acb5577 Disabled failing debugger test. Daniel Grunwald 2005-12-06 21:19:13 +0000
  • 37b426ac39 Work around MSBuild bug: log4net.dll is not copied to the unit test output directory (and copying some other libraries just in case...) Daniel Grunwald 2005-12-06 20:42:27 +0000
  • cd8652cef5 Work around MSBuild bug: ICSharpCode.SharpDevelop.dll is not copied to the unit test output directory. Daniel Grunwald 2005-12-06 20:32:13 +0000
  • 48ccbb0065 Lazy getting of property values David Srbecký 2005-12-06 20:28:22 +0000
  • 206a379d1d NAntAddIn unit tests now don't need a hard-coded path in the config file. Daniel Grunwald 2005-12-06 19:43:25 +0000
  • d35a99159c Set output directory of unit test projects to bin\UnitTests Daniel Grunwald 2005-12-06 19:18:52 +0000
  • 5ada3ff483 Implemented designing forms and controls with Visual Inheritance (based on patch from Alex Prudkiy) Daniel Grunwald 2005-12-06 18:58:19 +0000
  • 039c26ad22 Html Export menu option no longer gets disabled after being selected once. Matt Ward 2005-12-06 18:58:19 +0000
  • 7318cbb775 Lazy getting refactored. Started lazy getting of properties David Srbecký 2005-12-06 17:07:40 +0000
  • 2c78c8157f Removed MessageBoxBuilder addin. Daniel Grunwald 2005-12-06 16:44:46 +0000
  • 5572b5104f Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server). Daniel Grunwald 2005-12-06 16:43:04 +0000
  • 2b47edd0cf Fixed typos in VB.Net file templates. Matt Ward 2005-12-06 16:02:21 +0000
  • dbe4cb08bd Lazy getting of array values David Srbecký 2005-12-06 13:55:26 +0000
  • 41b3368ee2 Lazy getting of function arguments and local variables David Srbecký 2005-12-05 18:51:56 +0000
  • 10e90d3769 Fixed enumerations with base type in VB output visitor. Daniel Grunwald 2005-12-05 17:41:55 +0000
  • 0a0a63d6e9 Used constructor instead of Variable.CreateVariable David Srbecký 2005-12-05 16:10:48 +0000
  • 4b3226aa07 Getting of function variable made lazy David Srbecký 2005-12-05 15:35:23 +0000
  • c06565d3de Debugger.Function valid as long as possible David Srbecký 2005-12-05 12:45:33 +0000
  • 8688cca5cf Fixed selection bug after double-clicking on a word (based on patch by 'ctlajoie'). Daniel Grunwald 2005-12-03 11:01:11 +0000
  • 1a08a004e8 VariableFactory meged into Variable. ValueFactory merged into Value. David Srbecký 2005-12-03 00:01:55 +0000
  • 47c6c73c29 Some validity checking in debugger. Removed MagicValue and UnknownValue. David Srbecký 2005-12-02 23:48:35 +0000
  • 6fc4a6c9b2 MTA2STA uses MethodInvoker delegate David Srbecký 2005-12-02 22:59:50 +0000
  • 687942aee9 Rewritten Debugger.ManagedCallbackProxy David Srbecký 2005-12-02 20:47:47 +0000
  • df78c1123b Moved C++ and WiX templates to the (disabled) AddIn projects. (SD2-566) Daniel Grunwald 2005-12-02 20:03:22 +0000
  • cbf2a0fac6 Rewritten Debugger.MTA2STA David Srbecký 2005-12-02 18:09:57 +0000
  • 26ac8daa56 SD2-582: Solution file incorrect after adding a second project Daniel Grunwald 2005-11-30 15:15:14 +0000
  • d8682cf797 Fixed SD2-577: System.ArgumentException: Value does not fall within the expected range Daniel Grunwald 2005-11-30 14:36:53 +0000
  • b8b3f163aa Fixed SD2-585: DataGridView does not appear in Tools | Data tab Daniel Grunwald 2005-11-30 14:25:30 +0000
  • b11100c522 Add documentation about AddInManager. Daniel Grunwald 2005-11-29 19:48:59 +0000
  • 2cff0d9e07 Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles. Daniel Grunwald 2005-11-29 17:00:10 +0000
  • 2e05daec59 Fixed SD2-590: Form Designer does not show child controls of panel Daniel Grunwald 2005-11-28 17:32:50 +0000
  • 9158302376 Improved AddInManager (updating AddIns now works correctly). Form Designer now no longer rewrites fields without modifier, patch by Christian Hornung. Daniel Grunwald 2005-11-27 20:48:35 +0000
  • 7701bf5ea4 added icons for the debugger pads. they are not perfect but at lease distinctable. Markus Palme 2005-11-27 16:22:51 +0000
  • 9203eb6ee3 Applied form designer field declaration patch by Christian Hornung. Daniel Grunwald 2005-11-27 16:19:46 +0000
  • dd7dcdbb0a Added support for installing and uninstalling user AddIns. Daniel Grunwald 2005-11-27 16:09:46 +0000
  • 155e8acf0f Implemented adding and removing external AddIns. Daniel Grunwald 2005-11-27 12:36:49 +0000
  • 49b9f18bb1 Check dependencies when enabling/disabling AddIns. Daniel Grunwald 2005-11-26 21:54:09 +0000
  • d4304b6400 Add simple AddIn manager that can enable and disable AddIns. Daniel Grunwald 2005-11-26 19:30:41 +0000
  • 7996a9fb3a Fixed SD2-587. Windows forms component sidebars recreated if they do not exist when switching to an already opened forms designer. Matt Ward 2005-11-26 18:32:14 +0000
  • 7a74150303 Fixed SD2-588. Type resolution service no longer returns types from the Microsoft.VSDesigner assembly. This stops the forms designer from using Microsoft's data adapter designers. Matt Ward 2005-11-26 15:53:08 +0000
  • 88aee1b29e Added workaround for TreeView bug when drawing selected nodes when the treeview does not have focus. Daniel Grunwald 2005-11-26 14:17:37 +0000
  • 0642cc120b Now AddIns are loaded from three locations: - ApplicationBase\AddIns - ConfigDirectory\AddIns - locations defined in ConfigDirectory\AddIns.xml Daniel Grunwald 2005-11-26 13:46:57 +0000
  • 6f631b3541 Update to Boo 0.7.5, added support for partial classes to the Boo AddIn. Daniel Grunwald 2005-11-25 19:35:46 +0000
  • e372792062 Patch by Scott Ferrett: Match whole word now accepts any non-letter-or-digit character as word bound, fixed exception when searching in "whole project" or "whole solution" and the project contained an open .resources file. Daniel Grunwald 2005-11-25 19:02:56 +0000
  • aaeea686f3 Use ToolStripManager.Renderer instead of MenuService.Renderer. Use ProfessionalRenderer+SystemColorTable instead of SystemRenderer. The "CoreStartup" class now helps starting up the core and enables the core user to change the location of the properties file and some other core settings. Daniel Grunwald 2005-11-25 18:39:30 +0000
  • e88d9dd139 Fixed code completion in WithStatements. Daniel Grunwald 2005-11-25 17:29:06 +0000
  • 0a851b138b Removed addin dependency from Forms Designer addin stopping it from being loaded on startup. Matt Ward 2005-11-25 00:47:46 +0000
  • 7483a7e3c7 GAC references displayed using short names in project browser and class browser. Extra GAC information displayed in property pad. Matt Ward 2005-11-25 00:37:51 +0000
  • d5b981e7e0 Show new AddIn properties in the AddInScout. Fixed C# ExpressionFinder bug: identifiers were resolved as type names when they were in front of a keyword like 'in' or 'as'. Daniel Grunwald 2005-11-24 21:25:10 +0000
  • 49040ea269 Fixed code completion for project references. Added support for AddIn dependencies and conflicts to ICSharpCode.Core. Daniel Grunwald 2005-11-24 18:45:35 +0000