IBM DOORS : DXL language file(UDL) for Notepad++
Use the below Language file(UDL file) to edit the dxl script in Notepad++.
UDL for DOORS DXL Script ver 2.0
UDL for DOORS DXL script ver 1.0
Use the below Language file(UDL file) to edit the dxl script in Notepad++.
UDL for DOORS DXL Script ver 2.0
UDL for DOORS DXL script ver 1.0
Hi, Thanks for your share! Now I can use this syntax highlighting in my Notepad++! Another question is, do you have any method to execute the DXL script directly through Notpad++? Or do you have any options else for Notepad++ to work with DXL script?
ReplyDeleteHello 梁泽岳 (Liang Zeyu),
ReplyDeleteAs far I knew, there is no plugin that can execute or debug DXL scripts.
The one I know is Sodius dxl-editor which is free. But the debugger is not free. You can download from the below link and get a free license.
(http://sodius.com/products-overview/dxl-editor).
Open the dxl-interaction console in DOORS and include your scriptfile with #include . Then open your scriptfile with notepad++. After changing and saving the file you can directly execute it, while executing the #nclude statement.
ReplyDeleteThanks for generating this. It needs one fix: a string with escapes (backslashes) confuses things. for example,
ReplyDelete[code]
const char EXCEL_STRING_CHARACTER = '\''
// this is a comment
[/code]
The backslash should make the color-parser ignore the following " ' " , but it doesn't, so the lines following that line are all colored as though inbetween single-quotes.
Hello Cellocgw,
ReplyDeleteThank you for pointing out the error.
I have fixed this and the version 2.0.
Link is included in the blog above.