Giter Club home page Giter Club logo

npp-robot's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

npp-robot's Issues

Regexp variable definition breaks highlighting

( Possibly same as issue #5 )

( From https://groups.google.com/forum/#!topic/robotframework-users/017w6G7HljE%5B1-25%5D )

If you include some regexp code, it breaks highlighting after the regexp is defined. The following code will show this issue.

*** Settings ***
Documentation           Verify ability to upgrade and downgrade FW
Suite Setup             yada yada yada   ${VAR_1}   ${VAR_2}
Suite Teardown          yada yada yada   ${VAR_1}   ${VAR_2}

*** Test Cases ***
Test Case 1
    [Documentation]     blah blah blah
    Change FW           ${FW_NEW}
    ${result}=          Check Firmware
    Log                 ${result}

Test Case 2
    [Documentation]     blah blah blah
    Change FW           ${FW_OLD}
    ${result}=          Check Firmware
    Log                 ${result}

*** Keywords ***
Upgrade FW
    [Documentation]     blah blah blah
    Change FW           ${FW_NEW}
    ${result}=          Check Firmware
    Log                 ${result}

Downgrade FW
    [Documentation]     blah blah blah
    Change FW           ${FW_OLD}
    ${result}=          Check Firmware
    Log                 ${result}

*** Variables ***
${regexp}               <i>main.bin<\/i>.*([0-9]+.[0-9]+.[0-9]+.[0-9]+)

*** Test Cases ***
Test Case 1
    [Documentation]     blah blah blah
    Change FW           ${FW_NEW}
    ${result}=          Check Firmware
    Log                 ${result}

Test Case 2
    [Documentation]     blah blah blah
    Change FW           ${FW_OLD}
    ${result}=          Check Firmware
    Log                 ${result}

*** Keywords ***
Upgrade FW
    [Documentation]     blah blah blah
    Change FW           ${FW_NEW}
    ${result}=          Check Firmware
    Log                 ${result}

Downgrade FW
    [Documentation]     blah blah blah
    Change FW           ${FW_OLD}
    ${result}=          Check Firmware
    Log                 ${result}

Fail to import lang-robot.xml

I fail to import the xml, it promt 'import fail', any comments?

notepad++ 7.3.2 32bit

D:\Program Files (x86)\Notepad++\plugins\lang-robot.xml

image

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.