DSL UI 和On Visual studio 4

简介: IDE集成 Using Visual Studio as your DSL IDE Using #develop as your DSL IDESharpDevelop(#develop) Integrating an IDE with a DSL application The main ...

IDE集成

Using Visual Studio as your DSL IDE

Using #develop as your DSL IDESharpDevelop(#develop)

Integrating an IDE with a DSL application

The main difference between creating an IDE and integrating an IDE lies in the capa-

bilities that you provide the user with. In the IDE scenario, you’re providing the user

with the tools to do development. In the integration scenario, you’re allowing the user

to work with the DSL.

Ø ƒActiproSyntaxHighlighter—On the commercial side, ActiproSyntaxHighlighter

comes highly recommended. I haven’t used it myself, but several people I trust

have recommended it. It’s available at http://www.actiprosoftware.com/

Products/DotNet/WindowsForms/SyntaxEditor/Default.aspx.

Ø ƒ #develop—I have used #develop, and one of the nicer things about it is that

you can extract pieces of the IDE and use them in your own application. In

order to create an IDE for a DSL, you’ll want to use the ICSharpCode.Text-

Editor DLL, which contains the text editor and the baseline facilities to enable

code completion.

Ø ƒAqiStar.TextBox—For WPF applications, I can’t say enough good things about

AqiStar (http://www.aqistar.com/) text editor. It’s similar to ICSharpCode.Text-

Editor from the point of view of configuration (down to using the same XML

syntax), it’s simple to work with, and it provides all the features I require.

clip_image001

 DSL On Visual Studio的一些参考资料

 http://www.domainspecificdevelopment.com/

 http://archive.msdn.microsoft.com/vsvmsdk

 DSL Tools Lab

http://code.msdn.microsoft.com/DSLToolsLab

 http://www.ormfoundation.org/files/folders/norma/default.aspx

NORMA O/R mapping 工具

http://pde.codeplex.com/

Process Development Environment

 

部署的问题

http://stackoverflow.com/questions/4969190/can-i-create-a-visual-dsl-that-does-not-require-visual-studio

You cannot host a DSL design surface in a standard Windows Forms/WPF application.

However, you can create your own application built on top of the Visual Studio Isolated Shell to host your DSL. The Storyboard Designer sample is an example of hosting a DSL in an isolated shell (although built on the VS 2008 Shell).

相关文章
|
人工智能 物联网 编译器
【01】优雅草星云物联网AI智控系统从0开发鸿蒙端适配完成流程-初始化鸿蒙编译器deveco studio项目结构-UI设计图切片下载-优雅草卓伊凡
【01】优雅草星云物联网AI智控系统从0开发鸿蒙端适配完成流程-初始化鸿蒙编译器deveco studio项目结构-UI设计图切片下载-优雅草卓伊凡
358 11
【01】优雅草星云物联网AI智控系统从0开发鸿蒙端适配完成流程-初始化鸿蒙编译器deveco studio项目结构-UI设计图切片下载-优雅草卓伊凡
|
存储 人工智能 编译器
【03】鸿蒙实战应用开发-华为鸿蒙纯血操作系统Harmony OS NEXT-测试hello word效果-虚拟华为手机真机环境调试-为DevEco Studio编译器安装中文插件-测试写一个滑动块效果-介绍诸如ohos.ui等依赖库-全过程实战项目分享-从零开发到上线-优雅草卓伊凡
【03】鸿蒙实战应用开发-华为鸿蒙纯血操作系统Harmony OS NEXT-测试hello word效果-虚拟华为手机真机环境调试-为DevEco Studio编译器安装中文插件-测试写一个滑动块效果-介绍诸如ohos.ui等依赖库-全过程实战项目分享-从零开发到上线-优雅草卓伊凡
1015 11
【03】鸿蒙实战应用开发-华为鸿蒙纯血操作系统Harmony OS NEXT-测试hello word效果-虚拟华为手机真机环境调试-为DevEco Studio编译器安装中文插件-测试写一个滑动块效果-介绍诸如ohos.ui等依赖库-全过程实战项目分享-从零开发到上线-优雅草卓伊凡
|
编解码 Android开发
【Android Studio】使用UI工具绘制,ConstraintLayout 限制性布局,快速上手
本文介绍了Android Studio中使用ConstraintLayout布局的方法,通过创建布局文件、设置控件约束等步骤,快速上手UI设计,并提供了一个TV Launcher界面布局的绘制示例。
549 1
|
数据安全/隐私保护 图形学
基于 LVGL 使用 SquareLine Studio 快速设计 UI 界面
基于 LVGL 使用 SquareLine Studio 快速设计 UI 界面
2882 0
|
数据安全/隐私保护 图形学
基于 LVGL 使用 SquareLine Studio 快速设计 UI 界面
基于 LVGL 使用 SquareLine Studio 快速设计 UI 界面
1542 0
|
物联网 数据可视化 开发工具

热门文章

最新文章