Commit Graph

  • 35b9dbc809 Fixed SD2-515. Project or assembly reference added to the project when a custom component from the toolbox is added to a form. Matt Ward 2005-11-24 17:59:21 +0000
  • 3d377315d4 Code now ensures that the Forms Designer UndoEngine has been created before checking that the undo/redo menu options should be enabled. Matt Ward 2005-11-24 16:19:54 +0000
  • 4d4745bac8 SXW converted RTF; pending review by authors Christoph Wille 2005-11-23 18:41:02 +0000
  • a7c53534e1 Set the DesignerSerializationVisibility to hidden for the TextEditorControlBase properties Document and TextEditorProperties. This prevents the forms designer from generating code that cannot be compiled when the text editor control is added to a form at design time. Matt Ward 2005-11-23 16:43:34 +0000
  • 19d12c198e Applied Christian Hornung's fix for SD2-562. The ViewContents are notified of deselection prior to the workspace layout being changed. Matt Ward 2005-11-23 14:43:39 +0000
  • 520efd3bca add MSBuildFile.cs for the last update 787 Mathias Simmack 2005-11-23 07:01:31 +0000
  • 20e675a154 updating repository to avoid the build bug (is no one responsible for this?) Mathias Simmack 2005-11-23 07:00:30 +0000
  • a9bbe786cf applied patch from Scott Ferrett: Support for % in itmes in MSBuild files Markus Palme 2005-11-22 15:05:05 +0000
  • ec26b2fb35 some little updates and fixes Mathias Simmack 2005-11-22 10:46:23 +0000
  • 8ce89234c4 Read unknown project items from MSBuild files, allow project to override creation of project items (patch by Scott Ferrett). Daniel Grunwald 2005-11-21 15:32:58 +0000
  • 2e13b56e1d Fixed moving linked files in the project pad and other minor bugs. Daniel Grunwald 2005-11-20 22:02:42 +0000
  • 58f1276619 Fixed SD2-462. Undo/redo now working in the Forms Designer. Matt Ward 2005-11-20 20:32:20 +0000
  • 8e5e8caee9 updated WinFX templates for the WinFX Runtime Components November 2005 CTP Mathias Simmack 2005-11-20 17:21:33 +0000
  • 9732195894 Fixed exception when loading referenced assembly using Reflection when a type parameter constraint on a method referenced another type parameter from the same method. Daniel Grunwald 2005-11-20 14:51:05 +0000
  • 28dfc752a6 Fixed a few minor bugs. Daniel Grunwald 2005-11-20 11:23:28 +0000
  • 85efc7e17c ToString() evaluated in local variables pad David Srbecký 2005-11-19 23:20:33 +0000
  • d72a6d98b6 ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad. Daniel Grunwald 2005-11-19 22:06:25 +0000
  • b8720c2bac Fixed SD2-564: Code always generated for c#. Fixed VB parser bug ("Dim lDrives() As DriveInfo") Daniel Grunwald 2005-11-19 21:40:50 +0000
  • 55314d69e5 Eval exceptions are handled David Srbecký 2005-11-19 19:32:33 +0000
  • 45e773b985 Fixed some bugs in the project browser (Solution Folders and Solution Items) Daniel Grunwald 2005-11-19 16:17:14 +0000
  • e3af292c9d Form designer disposes the design surface without using BeginInvoke if the FormDesignerViewContent is being disposed. Matt Ward 2005-11-19 15:43:48 +0000
  • 392040b16f Fixed some bugs regarding missing files and folders in the project browser. Daniel Grunwald 2005-11-19 14:59:34 +0000
  • df90bc1412 Fixed SD2-565. Cutting and pasting a file into its original directory no longer deletes the file. Matt Ward 2005-11-19 14:30:38 +0000
  • a7bbc127a9 Fixed SD2-551: Project view not always synchronising the current document Daniel Grunwald 2005-11-19 12:46:37 +0000
  • cfb9283bee Properties shown in local variables pad and debugger tooltip David Srbecký 2005-11-19 10:59:37 +0000
  • dee7a7ede4 Numbers can be set using debugger tooltip David Srbecký 2005-11-18 22:38:48 +0000
  • 7acf63b916 Improved sorting of TaskList (patch by David Alpert) Daniel Grunwald 2005-11-18 22:13:43 +0000
  • 81f0f4322c Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default. Daniel Grunwald 2005-11-18 21:22:03 +0000
  • 288234d0c4 Fixed some bugs in NRefactory. Daniel Grunwald 2005-11-18 20:54:11 +0000
  • 3af84e5070 Fixed SD2-561: Running a single file causes unhandled exception Daniel Grunwald 2005-11-18 16:57:31 +0000
  • a6852502a4 The Boo AddIn now supports code completion for generics. The C# -> Boo converter now supports converting generic type references. NRefactory now uses CastExpression for all cast types ("DirectCast", "CType", "TryCast"). TypeOfIsExpression now used by C# instead of BinaryOperatorType.TypeTest. Updated to new Boo version that supports parsing and writing generic type references. Daniel Grunwald 2005-11-18 15:53:10 +0000
  • b7ebff1762 changed the call of the dialog and its Dispose() method a little bit Mathias Simmack 2005-11-17 18:30:57 +0000
  • 49bd71eea7 IME patch from Shinsaku Nakagawa Markus Palme 2005-11-17 10:29:13 +0000
  • b3d3d378ba Fixed SD2-555. Forms designer automatically reloads if the language property is changed. Matt Ward 2005-11-16 19:06:27 +0000
  • c090e3a27c Fixed SD2-556: Resx not being added to project Daniel Grunwald 2005-11-16 18:41:54 +0000
  • b401caf16a SD2-532: revamped html export; made progress bar access threadsafe Markus Palme 2005-11-16 15:03:22 +0000
  • f779d51cd1 Added patch by Christian Hornung. DesignerResourceService now complies with the SDK documentation and serves resource readers/writers at any time in any order. Localised resources now saved correctly. Matt Ward 2005-11-15 20:37:12 +0000
  • 63f72c394f Added icons to debugger tooltips David Srbecký 2005-11-15 19:56:43 +0000
  • b11865c0d2 Variables in Local Variables pad are expandable again. David Srbecký 2005-11-15 19:22:20 +0000
  • 0e1ab4a415 Debugger SubVariables property moved from Value to Variable. David Srbecký 2005-11-15 13:01:07 +0000
  • 7939a3daa5 Worked on Debugger.VariableCollection. Started redesign of local variables pad. David Srbecký 2005-11-15 00:39:55 +0000
  • 36360f19d4 SharpDevelopMain.RunApplication() does not eat all exceptions David Srbecký 2005-11-14 23:48:12 +0000
  • 18d989267c Added Debugger.Variable David Srbecký 2005-11-14 21:38:51 +0000
  • 167a0e3a4e Applied "Sortable OpenTaskView pad" patch from David Alpert. Daniel Grunwald 2005-11-14 16:28:43 +0000
  • 9d28721432 Fixed VB lexer crash on empty char literals. Daniel Grunwald 2005-11-14 16:19:02 +0000
  • 91104f4152 Fixed SD2-559: Jagged arrays don't parse Daniel Grunwald 2005-11-13 18:59:33 +0000
  • d6990c235f correct comment prefix Markus Palme 2005-11-13 16:53:40 +0000
  • 8764384554 xml comment insertion and completition for vb.net Markus Palme 2005-11-13 16:18:06 +0000
  • 7eabc20547 Fixed SD2-558 (Override as variable name) and the first half of SD2-559 (Jagged arrays don't parse) Daniel Grunwald 2005-11-13 14:29:42 +0000
  • 605a6e924e Fixed SD2-560: Interface implementation generator messes up arrays Daniel Grunwald 2005-11-13 12:12:03 +0000
  • 6f785e7cc0 Renamed debugger Variables to Values David Srbecký 2005-11-13 11:01:29 +0000
  • f8928556af Fixed exception being handled twice. David Srbecký 2005-11-13 10:28:47 +0000
  • 31eac65e8a Added VariableCollection.UpdateTo David Srbecký 2005-11-12 23:57:48 +0000
  • b100ff1fb0 Improved code completion for extension methods (currently only enabled for Boo). Daniel Grunwald 2005-11-12 22:47:09 +0000
  • aea5c1246a SD-538: vb.net specific text editor options not ported to corsavy Markus Palme 2005-11-12 17:53:18 +0000
  • af069a1f42 Add code completion for the "override" keyword. Daniel Grunwald 2005-11-12 17:02:51 +0000
  • c7463e54c9 Added public property Debugger to debugger objects. 'debugger' parameter of many constructors inferred from other parameters. David Srbecký 2005-11-12 15:56:52 +0000
  • ab7901dbf5 VariableCollection made mutable David Srbecký 2005-11-12 15:37:32 +0000
  • 8d38544362 Fixed BOO-536: Forms Designer generated code has bad indentation. Fixed MemberLookupHelper.GetCommonType. Daniel Grunwald 2005-11-12 15:30:01 +0000
  • 5cccbf6f15 Don't save the text "whole solution" as directory name, save the correct DocumentIteratorType when searching in a directory. Daniel Grunwald 2005-11-12 14:37:51 +0000
  • ceb25fb474 Fixed SD2-521: Clicking CS1691 error in error list shows error message Daniel Grunwald 2005-11-12 14:08:44 +0000
  • 71729d5352 Fixed SD2-557: .resx file becomes invalid when all resources are removed Daniel Grunwald 2005-11-12 13:58:59 +0000
  • 6181a779b1 The boo CodeDomVisitor now supports local variables (needed for resource manager). Fixed SD2-523: Opening a new solution should close previously opened files Daniel Grunwald 2005-11-12 13:41:49 +0000
  • 5d757b2ecb PropertyVariable updated to new eval design. Variables can have 'magic' values and have OnValueChanged event. David Srbecký 2005-11-12 13:36:05 +0000
  • 6e62dad949 Redesigned debugger evaluation interface David Srbecký 2005-11-12 12:33:33 +0000
  • 06250b3697 Fixed SD2-480 - Forms designer supports localisation. Matt Ward 2005-11-12 11:11:22 +0000
  • ae264e9aff Fixed two bugs in the C# to VB converter. Daniel Grunwald 2005-11-12 10:35:16 +0000
  • 50a9f45f25 Fixed NullReferenceException when typing an OptionStatement. Daniel Grunwald 2005-11-12 09:36:45 +0000
  • 0432df8966 Added methods for "Set current statement" to IDebugger David Srbecký 2005-11-11 23:33:58 +0000
  • 70810828fd Add "Set current statement" command to text editor context menu. Daniel Grunwald 2005-11-11 23:04:14 +0000
  • 2e819f05f1 Use List<SwitchSection> and List<CatchClause> instead of ArrayLists. Daniel Grunwald 2005-11-11 22:39:30 +0000
  • d7a76e3da1 Fixed SD2-484 - Designer verbs now displayed in forms designer. Matt Ward 2005-11-11 21:57:41 +0000
  • d0c6d2e5f2 Improved keyboard handling in form designer, typing text in the menu designer now works. Daniel Grunwald 2005-11-11 21:11:46 +0000
  • 9128a01c7b Fixed SD2-544: Tooltip stays visible when user starts typing Daniel Grunwald 2005-11-11 19:54:32 +0000
  • f0f15618f4 Form designer now uses default font for smart tag menus. Daniel Grunwald 2005-11-11 19:36:13 +0000
  • 963519101b Enabled Forms Designer Smart Tags. Designer Verbs menu item set to be of type Builder in the .addin file Matt Ward 2005-11-11 19:18:12 +0000
  • 951b9bf716 Fixed some C# output visitor bugs. Daniel Grunwald 2005-11-11 19:16:50 +0000
  • b8475ada12 Fixed small problem introduced in rev. 714. Daniel Grunwald 2005-11-11 18:35:28 +0000
  • 24a3024a26 Run Autostart before InitializeWorkbench. Daniel Grunwald 2005-11-11 18:33:17 +0000
  • b36d72b6b5 Fixed SD2-543: NullReference Exception thrown when viewing VB project properties Daniel Grunwald 2005-11-11 18:28:09 +0000
  • 2deee1b7ed Fixed SD2-552: Class Browser not Refreshing Daniel Grunwald 2005-11-11 18:19:34 +0000
  • cba44d45b9 Fixed SD2-547: Incorrect text line selected after scrolling text editor window Daniel Grunwald 2005-11-11 16:00:18 +0000
  • 0cd63b78df Fixed SD2-554: Enum members in output visitor Daniel Grunwald 2005-11-11 15:43:00 +0000
  • 625fa7f119 Use ParseUtil.ParseX<T>(string) instead of ParseUtil.ParseX(string, Type) for the NRefactory unit tests. Daniel Grunwald 2005-11-11 15:24:48 +0000
  • 85a90c9cee SD2-534: Quick XML Doc menu option does nothing; added vb.net support Markus Palme 2005-11-10 22:14:29 +0000
  • ab7edc9537 When using Ctrl+C or Ctrl+X when nothing is selected, the current line is copied/cut (patch by Martin Nordholts). Fixed exception when typing a pipe '|' in the new project dialog. Daniel Grunwald 2005-11-10 15:27:38 +0000
  • f43ec049b7 Fixed SD2-507. Adding a column to a DataGridView was causing a NullReference exception. Fixed by adding a new TypeDiscoveryService returning types from System.Windows.Forms. Matt Ward 2005-11-09 22:45:56 +0000
  • b842af5b4c Fixed some small bugs. Daniel Grunwald 2005-11-09 19:20:30 +0000
  • fb12258ca6 Always show tooltips below the code line - patch by Yannick Kiekens (purplebox). Daniel Grunwald 2005-11-09 15:25:40 +0000
  • 39d44d19db Applied ProjectNodeBuilder patch from Scott Ferret. Daniel Grunwald 2005-11-09 15:01:02 +0000
  • 140507c756 Fixed SD2-542. 'Show tooltip when moving mouse over expression' check box set to the value of the CodeCompletionOptions.TooltipsEnabled flag. Matt Ward 2005-11-08 20:33:21 +0000
  • db979be5f7 Improved C# to Boo converter. Daniel Grunwald 2005-11-08 19:36:27 +0000
  • d01afc4561 SD2-456. Focus is now no longer being set back to the form designer after the property pad is clicked. Matt Ward 2005-11-08 16:40:56 +0000
  • d45bf1135e patch from Luc Morin: support for overriding virtual base class properties with the alt-ins mechanism Markus Palme 2005-11-07 14:07:47 +0000
  • 20f9f1925f Renamed namespace DebuggerInterop to Debugger.Interop David Srbecký 2005-11-06 21:24:14 +0000
  • bcd6160f6d Renamed namespace DebuggerLibrary to Debugger David Srbecký 2005-11-06 20:56:51 +0000
  • 5c439cd41b Code from DebuggerInterop moved to Interop David Srbecký 2005-11-06 20:32:08 +0000
  • 8c4fbace89 Added headers to debugger interop David Srbecký 2005-11-06 17:35:13 +0000
  • e9d7cf5110 Warning 108 suppressed in the release build of debugger David Srbecký 2005-11-06 17:14:15 +0000
  • eefbab6fb7 Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516. Daniel Grunwald 2005-11-06 16:40:54 +0000