Actipro

Stories kicked by Actipro

PropertyGrid for WPF Makes It Easy to Transition from WinForms(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year ago

In our upcoming WPF Studio release we've added PropertyGrid support for custom UITypeEditors, which helps when transitioning from the WinForms PropertyGrid to our PropertyGrid for WPF product. read more...

add a comment |category: |Views: 12

tags: another

SyntaxEditor 2011.1 Updates Part 3: Tree Construction Enhancements(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 4 months ago

We walk through additions to our LL(*) Parser Framework that lets you design grammar-based text parsers and can create type-specific AST nodes. read more...

add a comment |category: |Views: 2

tags: another

SyntaxEditor 2011.1 Updates Part 2: New Language Designer Features(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 4 months ago

Shows screens of the 2011.1 Language Designer that makes it easy to code generate AST node classes. read more...

add a comment |category: |Views: 6

tags: another

SyntaxEditor 2011.1 Updates Part 1: Introduction(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 4 months ago

We introduce a series of posts that describe enhancements coming to SyntaxEditor's LL(*) Parser Framework in the upcoming version. read more...

add a comment |category: |Views: 8

tags: another

WPF Ribbon Backstage updates include new controls and styles(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 6 months ago

We show off a new secondary level tab control for use on Ribbon Backstage (application menu) and other styles that will be in the upcoming release. read more...

add a comment |category: |Views: 22

tags: another

The future of WPF, Silverlight, and HTML5 - Are they dead?(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 6 months ago

We go in-depth to review the controvery that erupted on the web this past week about WPF, Silverlight, and HTML5, and discuss the future of each technology. read more...

add a comment |category: |Views: 30

tags: another

Enhancing WPF Ribbon's Backstage with recent document management(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 6 months ago

Shows how to add recent document management to the upcoming WPF Ribbon Backstage enhancements. read more...

add a comment |category: |Views: 19

tags: another

WPF Ribbon Backstage coming soon!(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 6 months ago

A first preview of the Backstage application menu coming in the next several days to our WPF Ribbon control. read more...

add a comment |category: |Views: 21

tags: another

Book control coming in WPF Studio 2010.2(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 8 months ago

Screenshots of the new "book" UI control coming soon, that renders content in a book-like interface with animated pages. read more...

add a comment |category: |Views: 17

tags: another

SyntaxEditor XML language to get xs:any support for IntelliPrompt(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 8 months ago

The next build of the advanced XML syntax language implementation in the SyntaxEditor Web Languages Add-on will support xs:any within the XML schemas used to provide validation and automated IntelliPrompt. read more...

add a comment |category: |Views: 7

tags: another

SyntaxEditor for WPF - HTML editor sample preview(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 9 months ago

We show off a WPF-based code editor control with fully automated validation and IntelliPrompt (completion lists / quick info) for XML documents using XSDs. read more...

add a comment |category: |Views: 32

tags: another

SyntaxEditor grammar/AST framework part 8: Grammar debugger preview(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 9 months ago

We show off our upcoming feature-rich debugger for the grammar/AST framework. Debug grammars using Visual Studio-like step and break features. read more...

add a comment |category: |Views: 6

tags: another

SyntaxEditor grammar/AST framework part 7: Adding error handling(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 9 months ago

We use various error handling techniques to improve the sample language grammar. read more...

add a comment |category: |Views: 14

tags: another

SyntaxEditor grammar/AST framework part 6: Callbacks / error handling(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 9 months ago

We examine the custom callback and error handling features of the grammar/AST framework. Error handling allows an AST to be produced even when there is invalid syntax in the document being parsed. read more...

add a comment |category: |Views: 5

tags: another

SyntaxEditor grammar/AST framework part 5: Optimizing the grammar(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 9 months ago

We show how to optimize the AST construction for our sample grammar, and demonstrate the power of our tree construction mechanism. read more...

add a comment |category: |Views: 4

tags: another

SyntaxEditor grammar/AST framework part 4: Tree construction intro(blog.actiprosoftware.com)

submitted by ActiproActipro(734) 1 year, 9 months ago

We walk through the AST construction features available in the grammar/AST framework, and talk about built-in functionality for making concise meaningful AST output from parsed documents. read more...

add a comment |category: |Views: 0

tags: another