Commit Graph

  • 7becefeeab Notes added by 'git notes add' Build Server 2014-08-31 00:01:47 +0200
  • 9c76659158 make ComboBox items of TaskListPad translatable Siegfried Pammer 2014-08-30 23:52:39 +0200
  • 2d5f564945 Notes added by 'git notes add' Build Server 2014-08-30 23:35:10 +0200
  • 8f949ccd55 do not use CSharpParser.GenerateTypeSystemMode as it doesn't generate all comments: some files' TagComments are not detected Siegfried Pammer 2014-08-30 23:27:57 +0200
  • 5a429511b2 Notes added by 'git notes add' Build Server 2014-08-30 18:08:56 +0200
  • b6f0a2b746 fix NRE in TypeGuessing after `yield return new` Siegfried Pammer 2014-08-30 18:01:51 +0200
  • 9499b7e161 implement lazy evaluation for IEnumerable<T> and lists in debugger. Makes possible to evaluate infinite iterators and really big lists faster. Siegfried Pammer 2014-08-30 14:26:20 +0200
  • cae06b447d Notes added by 'git notes add' Build Server 2014-08-30 14:05:03 +0200
  • c186a26bc4 Remove IronPython addin. Matt Ward 2014-08-30 12:55:31 +0100
  • 36dd948f8c Remove IronRuby addin. Matt Ward 2014-08-30 12:49:49 +0100
  • 7996321b4d Notes added by 'git notes add' Build Server 2014-08-28 23:39:46 +0200
  • 2ecbb83c34 Merge NRefactory ff0393ce92e1adf0 into SharpDevelop Daniel Grunwald 2014-08-28 23:27:04 +0200
  • 9205d2529b Notes added by 'git notes add' Build Server 2014-08-28 23:24:22 +0200
  • 02493cf401 fix #553: ExecutionEngineException or AccessViolationException (CLR 2.0) when debugging a program that uses System.Data.OleDb Siegfried Pammer 2014-08-28 23:15:06 +0200
  • c8425f8e32 Notes added by 'git notes add' Build Server 2014-08-28 23:05:10 +0200
  • 4a80d3f02e fix bug in GetBackingFieldToken: virtual properties could be overridden therefore always call the getter method instead of looking for a backing field. Siegfried Pammer 2014-08-28 22:59:56 +0200
  • 2500d53495 Fix debugger incorrectly using the backing field for virtual properties. Daniel Grunwald 2014-08-28 22:59:49 +0200
  • f7b19e535a Localize Wizard Peter Forstmeier 2014-08-28 20:12:25 +0200
  • 503750868d Notes added by 'git notes add' Build Server 2014-08-28 01:34:01 +0200
  • 10def646f4 Visual improvements in ResourceEditor: Resortable columns, better performance. Andreas Weizel 2014-08-28 01:27:38 +0200
  • 3b08b42a10 Notes added by 'git notes add' Build Server 2014-08-27 23:46:38 +0200
  • 7e3dd539c0 ResourceEditor: Fixed some issues with adding new items. Andreas Weizel 2014-08-27 23:36:53 +0200
  • b0173fe315 Notes added by 'git notes add' Build Server 2014-08-27 22:46:16 +0200
  • 22fe7c03a9 fix bug in "Pause on handled exception": Exception filter was not rebuilt after ignoring an exception from DebuggeeExceptionForm Siegfried Pammer 2014-08-27 22:37:57 +0200
  • b22c1da170 Notes added by 'git notes add' Build Server 2014-08-27 20:10:59 +0200
  • 9d237df46d fix #547: XAML CC does not support fully qualified property names in <Setter> Siegfried Pammer 2014-08-27 20:04:21 +0200
  • 047e6bfa9c Notes added by 'git notes add' Build Server 2014-08-27 18:47:00 +0200
  • b6d3fd1e0f set the parent window as ChooseExceptionsDialog.Owner Siegfried Pammer 2014-08-27 18:40:38 +0200
  • 78b16af08a Notes added by 'git notes add' Build Server 2014-08-27 02:26:48 +0200
  • 3a7d58e1a7 Notes added by 'git notes add' Build Server 2014-08-27 02:20:04 +0200
  • 27522064ae ResourceEditor: Added missing null check. Andreas Weizel 2014-08-27 02:17:58 +0200
  • ec3c9d9ded - Fix #551: Resource Editor: Content column doesn't update properly. - Re-added view for icon files in resources. Andreas Weizel 2014-08-27 02:11:31 +0200
  • 670755a421 Notes added by 'git notes add' Build Server 2014-08-27 00:43:56 +0200
  • e97402bb4d fix #549: Breaking on all but one exception type does not work as expected Siegfried Pammer 2014-08-27 00:35:55 +0200
  • 19c98eeb3a fix #548: 'Choose exceptiosn you want the debugger to break on' window does not have correct owner Siegfried Pammer 2014-08-26 23:55:47 +0200
  • 0679311100 Notes added by 'git notes add' Build Server 2014-08-27 00:13:06 +0200
  • 62b90db634 Issue #539 (ResourceEditor): Fixed some issues with creating new entries, filtering, handling of invalid names + code cleanup. Andreas Weizel 2014-08-27 00:00:08 +0200
  • 739ae8db56 Notes added by 'git notes add' Build Server 2014-08-26 07:32:51 +0200
  • 91a697da68 Merged WPF port of ResourceEditor addin for issue #539. Andreas Weizel 2014-08-26 02:50:33 +0200
  • 844a90bb3d Finished context menu commands of ResourceEditor. Andreas Weizel 2014-08-26 02:37:57 +0200
  • 30e22ab052 Notes added by 'git notes add' Build Server 2014-08-24 19:59:47 +0200
  • 93cdccbca4 Merge branch 'master' of github.com:icsharpcode/SharpDevelop Peter Forstmeier 2014-08-24 19:52:32 +0200
  • cd49d8c512 reimplement "Insert 'TODO' comment in new event handler" option in Windows Forms Designer Siegfried Pammer 2014-08-24 19:24:34 +0200
  • 00dade54e1 Notes added by 'git notes add' Build Server 2014-08-24 11:58:38 +0200
  • 30b7002e33 Porting ResourceEditor context menu commands. Andreas Weizel 2014-08-24 11:52:58 +0200
  • 0759063d55 add ChooseExceptionsDialog for PauseOnHandledException feature Siegfried Pammer 2014-08-24 11:49:26 +0200
  • 8bdcedaa75 make TreeViewOptionsDialog remember the last selection Siegfried Pammer 2014-08-24 10:28:31 +0200
  • ee97a18f67 Notes added by 'git notes add' Build Server 2014-08-24 10:58:24 +0200
  • 6c46af6b41 Fix NullReferenceException in SharpDevelopInsightWindow Daniel Grunwald 2014-08-24 10:51:41 +0200
  • 86f2c0b37a Notes added by 'git notes add' Build Server 2014-08-23 22:49:13 +0200
  • 3b6892c319 Merge+squash #521 changed implementation of PanelSelectionHandler Daniel Grunwald 2014-08-23 22:40:13 +0200
  • 37908d6c8b Merge 08f46b2be9 into 672e65a010 #522 tbulle 2014-08-23 19:48:51 +0000
  • 6f614bfd57 Notes added by 'git notes add' Build Server 2014-08-23 21:48:48 +0200
  • 6fc996afc4 Cleanup Peter Forstmeier 2014-08-23 21:48:31 +0200
  • f9146d16e0 Notes added by 'git notes add' Build Server 2014-08-23 21:42:30 +0200
  • 672e65a010 cleaning up the pull request Siegfried Pammer 2014-08-23 21:35:24 +0200
  • d76d0ca9a1 Notes added by 'git notes add' Build Server 2014-08-23 21:10:09 +0200
  • ce21246eb8 Added Ctrl+F6 shortcut for "Find base symbols", finding base or derived symbols on constructors and destructors now the same as for types. Andreas Weizel 2014-08-23 21:01:56 +0200
  • e9864a2aa1 Merge pull request #540 from linquize/winform-new-field Siegfried Pammer 2014-08-23 20:51:52 +0200
  • dea5f2a083 Notes added by 'git notes add' Build Server 2014-08-23 19:20:17 +0200
  • f54083f138 fix #525: WinForms designer does not properly jump to code when double-clicking a control or event. Siegfried Pammer 2014-08-23 19:12:04 +0200
  • 2184c84e51 Migrated some basic functions of ResourceEditor to WPF. Andreas Weizel 2014-08-23 19:06:56 +0200
  • dcf64c7356 Notes added by 'git notes add' Build Server 2014-08-23 18:57:35 +0200
  • 5ad6289f14 Merge branch 'master' of github.com:icsharpcode/SharpDevelop Peter Forstmeier 2014-08-23 18:37:55 +0200
  • 99e9fad838 Generate PageFooter Peter Forstmeier 2014-08-23 18:34:09 +0200
  • 700a3906d4 Notes added by 'git notes add' Build Server 2014-08-23 18:12:53 +0200
  • 1a4979491a rename StringListEditorXaml to StringListEditor Siegfried Pammer 2014-08-23 16:44:13 +0200
  • 048134be8f fix #538: WPF Commands do not work properly in Windows Forms ContextMenus Siegfried Pammer 2014-08-23 15:14:13 +0200
  • bec0f8f8f7 fix compiler warnings Siegfried Pammer 2014-08-23 15:07:12 +0200
  • 2d373d8bb1 fix 'unreachable code' compiler warning in mcs/cs-tokenizer.cs Siegfried Pammer 2014-08-23 15:06:19 +0200
  • 681576a296 Generate PageHeader Peter Forstmeier 2014-08-23 17:27:29 +0200
  • 26b2de46af Notes added by 'git notes add' Build Server 2014-08-23 17:16:41 +0200
  • cd9a09027e Strip "I" from type name when generating a variable name. Daniel Grunwald 2014-08-23 17:08:58 +0200
  • 9b41fec7e2 Notes added by 'git notes add' Build Server 2014-08-23 16:48:00 +0200
  • 92c3786ab5 Simplify AddOptionalParameterToInvocationAction. This should fix UDC crash 5207. Daniel Grunwald 2014-08-23 16:39:13 +0200
  • 74cde4ebbe Notes added by 'git notes add' Build Server 2014-08-23 16:35:34 +0200
  • 0e2cb73f6c Merge branch 'master' of github.com:icsharpcode/SharpDevelop Peter Forstmeier 2014-08-23 16:24:25 +0200
  • 9f7b8f44b8 PushModel generation Peter Forstmeier 2014-08-23 16:24:01 +0200
  • c0484de6dd Notes added by 'git notes add' Build Server 2014-08-23 16:17:50 +0200
  • 40e5ec6116 Fix #518 by re-using the insight window. Daniel Grunwald 2014-08-23 16:10:32 +0200
  • 7d113ff01c Notes added by 'git notes add' Build Server 2014-08-23 14:47:33 +0200
  • c62179725a fix #541: Allow configuring color for interfaces (etc.) in C# semantic highlighting Siegfried Pammer 2014-08-23 14:40:27 +0200
  • bd6e008cf6 Notes added by 'git notes add' Build Server 2014-08-23 14:25:57 +0200
  • 3f821681e0 Notes added by 'git notes add' Build Server 2014-08-23 14:18:42 +0200
  • 8ace2341fb Fix bugs in #505 Daniel Grunwald 2014-08-23 14:06:05 +0200
  • 293edbf731 Still a wrong indentation (spaces instead of tabs) julodnik 2014-07-11 22:50:35 +0200
  • a5fee39851 Fixed mixed tab and spaces julodnik 2014-07-11 22:43:55 +0200
  • fe37b3b004 Some small fixes julodnik 2014-07-11 22:37:00 +0200
  • a81b6c2349 Add Underline attribute in syntax highlighting julodnik 2014-06-29 14:06:13 +0200
  • 2d067176de Merge 54fbd395aa into 2bdddf3136 #505 julodnik 2014-08-23 12:11:50 +0000
  • 2bdddf3136 add special handling for enum member completion data Siegfried Pammer 2014-08-23 14:11:04 +0200
  • 5a4fa6c45c Notes added by 'git notes add' Build Server 2014-08-23 12:02:26 +0200
  • d41e13e164 fix #543: Ctrl+Space Code completion description tooltip for classes should include namespace name Siegfried Pammer 2014-08-23 11:40:28 +0200
  • f185e592f5 Notes added by 'git notes add' Build Server 2014-08-23 11:23:18 +0200
  • 4170e41ea8 fix #542: Code completion window description tooltip missing Siegfried Pammer 2014-08-23 08:21:04 +0200
  • a0d84c9cc8 fix bug in code completion: space should trigger insertion Siegfried Pammer 2014-08-23 08:13:32 +0200
  • bb91db2f01 Notes added by 'git notes add' Build Server 2014-08-23 11:05:33 +0200
  • 6c2f0f4320 Avoid unnecessary access to entity.Documentation. Improves code completion performance. Daniel Grunwald 2014-08-23 10:57:33 +0200
  • 2a0600761d Update WizardPages Peter Forstmeier 2014-08-22 23:03:09 +0200
  • d9c03fa589 Notes added by 'git notes add' Build Server 2014-08-21 07:53:22 +0200