925 Commits (843a8c478866c587cb3dbe75cb1ca0a2c901b6d7)

Author SHA1 Message Date
Matt Ward c48438edca XML editor now initialises custom syntax highlighting. 18 years ago
Daniel Grunwald 08cba8fe9e Fixed forum-6486 (Auto-correction occurring within strings) 18 years ago
Christian Hornung 6a3db9d401 Load errors from referenced assemblies no longer prevent the forms designer from loading. Those errors are shown in the compiler message view instead. 18 years ago
Daniel Grunwald b48ee36f99 Fixed SD2-1381: Missing String Resources 18 years ago
Daniel Grunwald b30f02fdf1 Fixed build. 18 years ago
Daniel Grunwald 82bbab8aec Forum-6859: Show code templates in code completion. 18 years ago
Daniel Grunwald cad71281f0 Fixed forum-7200, forum-7286: Exception when trying to remove lines with breakpoints 18 years ago
Daniel Grunwald fe0b68c19d Make IClass (+ IMember, IParameter, IAttribute, ICompilationUnit .....) immutable. 18 years ago
Dickon Field ccdf9de860 Added a little more code for the db control - working on the db object tree 18 years ago
Dickon Field 6ac7fc3301 resolved runtime issue in ServerTools - now runs, not complete 18 years ago
Dickon Field f6c53f60c6 Fixed the build of this project to copy addin file to output dir correctly - still breaks at runtime though - sorry! 18 years ago
Dickon Field 54a9a63bd1 Removed the reference to Todo.cs from proj file 18 years ago
Dickon Field 0ac8486042 Started new style Server control, incorporating dbtool 18 years ago
David Srbecký 0c3056d771 Updated ClassEditor to new TreeView 18 years ago
Matt Ward 849b934739 XML editor now uses the text editor's CodeCompletionWindow instead of its own custom version. 18 years ago
Matt Ward 4fb6119ab3 Added pre-build event to run UpdateAssemblyInfo.exe to Python.Build.Tasks and ClassDiagram projects. 18 years ago
Matt Ward 7238969a59 Fixed problems with the XML Editor's XmlParser class preventing the XamlExpressionFinder from correctly identifying an attribute or element in a different namespace. The GetActiveElementStartPath, GetParentElementPath and GetQualifiedAttributeName all now correctly determine the namespace of the element or attribute if the xml has mixed namespaces. 18 years ago
Matt Ward 06e3f369e2 XmlView checks that the PrimaryFile is not null before MakeDirty is called in the DocumentChanged event handler. The text editor's filename is set to an empty string instead of null in the XslOutputView so the ParserService does not throw an ArgumentNullException when looking for a parser. 18 years ago
Daniel Grunwald 15a7ecb18e Fixed build. 18 years ago
Daniel Grunwald 25bc869822 Make project conversion from MSBuild 2.0 to 3.5 explicit using a button in the project options. 18 years ago
Daniel Grunwald 06b61ceb90 Fixed forum-19066: Invalid params for External Tools. 18 years ago
Daniel Grunwald 378073478e Fixed forum-15062: TextEditor changes encoding of UTF-16 files to UTF-8. 18 years ago
Daniel Grunwald a9aca4d7b1 Fixed NullableBoolEditor: the editor must be able to show the difference between the null value and an ambiguous value (multiple selected components with different values). 18 years ago
Daniel Grunwald 9567c3e210 Add more controls to toolbox, support editing properties of type "Cursor" and "bool?". 18 years ago
Daniel Grunwald 67304d86f7 Support creating event handlers by double-clicking buttons in the WPF designer. 18 years ago
Daniel Grunwald b355b23dba Worked on event support in WPF designer. 18 years ago
Russell Wilkins c52097bcb7 SideTab updates 18 years ago
Daniel Grunwald 2d21efe844 Various bug fixes. 18 years ago
Daniel Grunwald bd4fd6b200 Fixed forum-18448: crash when editing XML file containing a reference to a non-existing DTD. 18 years ago
Daniel Grunwald 0333757269 Fixed build. 18 years ago
Daniel Grunwald 7bd9c2a8b6 Fixed SD2-953: Code error is thrown runing a WinForm with the form .resx file opened 18 years ago
Daniel Grunwald d2315a13c0 Worked on VB<->C# converter. 18 years ago
Daniel Grunwald 3d8d7af120 Worked on VB->C# converter. 18 years ago
Daniel Grunwald 07741ea018 Property pad now works correctly with the Windows Forms designer. 18 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 18 years ago
Daniel Grunwald ab66ebb70c Fixed SD2-1367: Templates ignore tab/indentation options 18 years ago
Daniel Grunwald 096c91e094 Add "RequiredTargetFramework" meta data to references. 18 years ago
Daniel Grunwald 0d75f719ea Fixed build. 18 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 18 years ago
Daniel Grunwald 65c82c0ab6 WpfDesigner tests: Change WPF namespace from winfx/2006/xaml/presentation to netfx/2007/xaml/presentation 18 years ago
Daniel Grunwald ce982a53c2 Try to work around MSBuild bug that causes the build to fail on the build server. 18 years ago
Daniel Grunwald c989cbc19e Support right-click > add using on type names when the "using" is missing. 18 years ago
Daniel Grunwald 560b0ea00e Fixed WpfDesign unit tests. 18 years ago
Daniel Grunwald 43061cd1d8 Add image loading and custom control support to WpfDesign. 18 years ago
Daniel Grunwald 77efe1ecc1 Add Undo/Redo support to integrated WPF designer. 18 years ago
Daniel Grunwald cb3a1f2069 Support ToolBox and PropertyGrid in WPF designer. 18 years ago
Daniel Grunwald bc1d6f3211 Add WpfDesigner addin. 18 years ago
Matt Ward 1e3e02a082 Added unit tests for XmlParser getting attribute names with prefixes. Added GetQualifiedAttributeName and GetQualifiedAttributeNameAtIndex methods which return a QualifiedName for an attribute that includes its prefix if any. 18 years ago
Daniel Grunwald dd9be602c8 XamlBinding. 18 years ago
Daniel Grunwald 8e8438876e Worked on Xaml language binding. 18 years ago