128 Commits (shortcuts)

Author SHA1 Message Date
Daniel Grunwald 4a85fa660c Added snippet support to SharpDevelop (replaces 'code templates'). 16 years ago
Daniel Grunwald 48045ff9f8 Move CSharpIndentationStrategy into AvalonEdit. 16 years ago
Daniel Grunwald 23c1c37ec1 Allow setting the TextEditor.SyntaxHighlighting property from XAML. Thanks to Rudi Grobler for the idea (http://dotnet.org.za/rudi/archive/2009/10/09/the-magic-of-type-converters.aspx). 16 years ago
Daniel Grunwald c9fc64257d Copied information from the Code Project article into the AvalonEdit help file. 16 years ago
Daniel Grunwald ac6d4f66a0 Fixed split view crash when folding is enabled. 16 years ago
Daniel Grunwald 695d5f7c05 Added dependency graph. 16 years ago
Daniel Grunwald 6d54b7f06a Add chapter on code completion. 16 years ago
Daniel Grunwald d80f577ae1 Wrote chapter on syntax highlighting. 16 years ago
Daniel Grunwald d0c136bb8b Split up AvalonEdit into Overview, Document, Rendering. 16 years ago
Daniel Grunwald cf815e0902 Worked on the AvalonEdit article and sample application. 16 years ago
Daniel Grunwald c78ea89993 Extended AvalonEdit.Sample + article. 16 years ago
Daniel Grunwald 9426732de9 LINQ-to-Profiler documentation 16 years ago
Daniel Grunwald 4feb97519c Prepare DocumentLineTree for optimization. 16 years ago
Daniel Grunwald b4142ddb14 Allow data-binding to the TextEditor.SyntaxHighlighting property. 16 years ago
Daniel Grunwald 0d6c72676b Rewrote IReturnType-output in VBNetAmbience to support inner classes inside generic classes. 16 years ago
Siegfried Pammer 8db012ec87 - moved Hook to VS 2010 project format (vcxproj) 16 years ago
Siegfried Pammer 19406653ea - improved WPF designer in some areas 16 years ago
Daniel Grunwald 36baa1af87 Move WPF Designer to .NET 4.0. 16 years ago
Daniel Grunwald 8429b4a3af Restore XamlDesigner to match old WPF Designer version 16 years ago
Siegfried Pammer 0444f9b0e0 - XamlBinding: fixed bugs and added Unit Tests 16 years ago
David Srbecký 0b8bf974ef XML Parser: ParseAndLock method in the XamlParser 16 years ago
David Srbecký 551566b0c7 XML Parser: Fixed some bugs. Hereby declaring code ready for use. 16 years ago
David Srbecký 6fa83ffd40 XML Parser: Fixed or ignored not-well-formed unit tests. The parser is passing over 600 W3C tests now. The issues being ignored are mostly related to the fact that the parser is not verifying DTDs. (which is not supported and is not going to be supported). 16 years ago
David Srbecký 9e7c56b06a XML Parser: Well-formed tests pass 16 years ago
David Srbecký 57385217a3 XML Parser: Handling of Elements without start tag 16 years ago
David Srbecký 2faa4b3813 XML Parser: Fixed a few small bugs 16 years ago
David Srbecký 3605021db0 XML Parser: Track offsets of syntax errors. Updated XmlDOM sample. 16 years ago
David Srbecký dda2bb2b94 XML Parser: 16 years ago
David Srbecký 3145161f29 XML Parser: Added some helper methods 16 years ago
David Srbecký 418093e238 XML Parser: Report syntax errors. Improved consistency of tree. 16 years ago
David Srbecký 767e88579e XML Parser: Visitor and PrettyPrinter 16 years ago
David Srbecký 8e03d90fdd XML Parser: Initial support for Xml.Linq 16 years ago
David Srbecký 84bce20b8b Written custom XML parser which can handle malformed XML. Subsequent parsing is incremental to increase performance. The old and new parse trees are compared, the DOM is updated and user events are raised. 16 years ago
Daniel Grunwald 2029a5f0e1 Mark SdaUser sample as 32-bit. 16 years ago
Matt Ward 06e42e3b60 Line counter addin sample now compiled into AddIns\Samples\LineCounter folder. 17 years ago
Matt Ward 1f4a614b4c Removed XamlDesigner sample. 17 years ago
Matt Ward 0a31a6ee30 Snippet Compiler sample now compiles. 17 years ago
Ivan Shumilin 4572de1e3c Save current work. 17 years ago
Ivan Shumilin fada9f0e0d remove duplicated projects and reference, update output paths in *.csproj 17 years ago
Daniel Grunwald 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 17 years ago
Daniel Grunwald d06a875528 C++ sample: x64 support 17 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 17 years ago
Daniel Grunwald 3c45d0ddae Remove ClassEditor. 17 years ago
Daniel Grunwald ed46c19785 Remove ClassWizard AddIn. 17 years ago
Ivan Shumilin 6812aa497e - Update code related to XamlObject.XmlAttribute (ME support) 17 years ago
Ivan Shumilin 110e3d9954 Create controls immediately when dragging from the toolbox 17 years ago
Daniel Grunwald 61c15ff222 Update samples. 17 years ago
Daniel Grunwald 22cb860681 Move OutlineTreeView into WpfDesign.Designer. 17 years ago
Ivan Shumilin 74a952bdb5 WPF Designer: Report loading errors (TaskService for integrated version, ErrorListView for standalone) 17 years ago
Ivan Shumilin 945d491f87 - Commands routing (for integrated and standalone WPF Designer, CCP still not implemented) 17 years ago