1239 Commits (034ced130a63d72b61dc8e048af62b3d503fd028)

Author SHA1 Message Date
Daniel Grunwald 2e13b56e1d Fixed moving linked files in the project pad and other minor bugs. 20 years ago
Matt Ward 58f1276619 Fixed SD2-462. Undo/redo now working in the Forms Designer. 20 years ago
Daniel Grunwald d72a6d98b6 ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad. 20 years ago
Daniel Grunwald b8720c2bac Fixed SD2-564: Code always generated for c#. 20 years ago
Matt Ward e3af292c9d Form designer disposes the design surface without using BeginInvoke if the FormDesignerViewContent is being disposed. 21 years ago
Daniel Grunwald a6852502a4 The Boo AddIn now supports code completion for generics. The C# -> Boo converter now supports converting generic type references. 21 years ago
Matt Ward b3d3d378ba Fixed SD2-555. Forms designer automatically reloads if the language property is changed. 21 years ago
Daniel Grunwald c090e3a27c Fixed SD2-556: Resx not being added to project 21 years ago
Matt Ward 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. 21 years ago
Daniel Grunwald 8d38544362 Fixed BOO-536: Forms Designer generated code has bad indentation. 21 years ago
Daniel Grunwald 71729d5352 Fixed SD2-557: .resx file becomes invalid when all resources are removed 21 years ago
Daniel Grunwald 6181a779b1 The boo CodeDomVisitor now supports local variables (needed for resource manager). 21 years ago
Matt Ward 06250b3697 Fixed SD2-480 - Forms designer supports localisation. 21 years ago
Matt Ward d7a76e3da1 Fixed SD2-484 - Designer verbs now displayed in forms designer. 21 years ago
Daniel Grunwald d0c6d2e5f2 Improved keyboard handling in form designer, typing text in the menu designer now works. 21 years ago
Daniel Grunwald 9128a01c7b Fixed SD2-544: Tooltip stays visible when user starts typing 21 years ago
Daniel Grunwald f0f15618f4 Form designer now uses default font for smart tag menus. 21 years ago
Matt Ward 963519101b Enabled Forms Designer Smart Tags. Designer Verbs menu item set to be of type Builder in the .addin file 21 years ago
Matt Ward 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. 21 years ago
Daniel Grunwald b842af5b4c Fixed some small bugs. 21 years ago
Daniel Grunwald eefbab6fb7 Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516. 21 years ago
Matt Ward ba9529033a Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file. 21 years ago
Daniel Grunwald 0cfa16791c Add support for partial classes to the form designer. 21 years ago
Daniel Grunwald bf408d7f26 Fixed SD2-509: Form Designer duplicates first line of code 21 years ago
Matt Ward fce237bd28 Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files. 21 years ago
Daniel Grunwald c7500d9f59 Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions 21 years ago
Daniel Grunwald 205b2efb02 SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1). 21 years ago
Daniel Grunwald 4c9c120fef Add TreeGrid control. 21 years ago
Mathias Simmack ac5d144c8d updated XML editor for XAML style and schema (does NOT include the Avalon/XAML schema itself) 21 years ago
Matt Ward 417f61d4d1 Schema errors in task list now use the schema filename. Fixed problem where each XmlView was creating its own output window category. 21 years ago
Matt Ward 34e2d508a1 Most of assembly scout working. Needs resources from Fidalgo, info view browsing via hyperlinks is disabled, and speed improvements required. 21 years ago
Matt Ward 5444360515 Can now assign an XSLT stylesheet to an XML file and run transforms. New XML menu to make it easier to locate xml editor menu items. 21 years ago
Daniel Grunwald db62adff59 Fixed SD2-497: Allow adding existing files as links. 21 years ago
Daniel Grunwald 10fce36f1f Fixed possible StackOverflowException in BooBinding. CodeGenerator can now created "Changed"-events and OnEvent-methods. 21 years ago
Daniel Grunwald cb19451039 Fixed SD2-496: TODO task entries removed after building solution. 21 years ago
Daniel Grunwald 09f1580e2a Add quotation marks around the post-build event batch file to fix compiling in paths containing a space. 21 years ago
Daniel Grunwald fd562a9339 Added form designer to BooBinding (BOO-513). 21 years ago
Daniel Grunwald 13237161a5 Fixed SD2-483: TreeNode declarations are missing 21 years ago
Daniel Grunwald 07bba4fd75 Added missing resource strings, removed resource strings from AssemblyAnalyzer. 21 years ago
Matt Ward 916110e75e Added NAnt addin from SharpDevelop 1.1/Fidalgo. 21 years ago
Matt Ward 9aece9eefb The xml folding parser was not setting the filename in the compilation unit causing the Class Browser to throw an unhandled null reference exception. 21 years ago
Matt Ward 5320f5c623 Added extra MSBuild file extensions to be supported by the XmlFoldingParser. 21 years ago
Matt Ward f359104838 Added extra filename extensions to be supported by the XmlFoldingParser. Folds were only being updated for files with an .xml extension. 21 years ago
Daniel Grunwald b473396c67 Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. 21 years ago
Daniel Grunwald 830e2bf7c5 Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored. 21 years ago
Daniel Grunwald 68f7c01970 Fixed some P/Invoke declarations where FxCop complained they weren't portable to 64bit and some other complaints from FxCop. 21 years ago
Daniel Grunwald 1df303a5a0 Fixed SD2-451: Exception thrown when adding new event handler. 21 years ago
Matt Ward 5e9b5901f2 SD2-438. Form designer now creating, loading and saving resources. 21 years ago
Daniel Grunwald 65ac905148 Fixed SD2-439: VB.Net event handlers are lost. 21 years ago
Daniel Grunwald 9854f92d06 Show error message when going to designer mode in a file with syntax errors instead of displaying an empty form. 21 years ago