Saturday, 17 January 2015

DOORS : DXL language file(UDL) for Notepad++

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 

5 comments:

  1. 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?

    ReplyDelete
  2. Hello 梁泽岳 (Liang Zeyu),

    As 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).

    ReplyDelete
  3. 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.

    ReplyDelete
  4. Thanks for generating this. It needs one fix: a string with escapes (backslashes) confuses things. for example,
    [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.

    ReplyDelete
  5. Hello Cellocgw,
    Thank you for pointing out the error.
    I have fixed this and the version 2.0.
    Link is included in the blog above.

    ReplyDelete