Giter Club home page Giter Club logo

scriptdriver's People

Contributors

mehuge avatar oz-at-work avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

scriptdriver's Issues

Newline in exec args being passed as arguments to script

The exec command is passing \n arguments to the command.

Example command

exec sync.sh {
"01010101" truncate
echo "mikeproj.rmc" "punchlist.rmc" "defects.rmc" "defect.rmc"
"plan1.rmc" "plan2.rmc" "plan3.rmc" "loaded.rmc"
}

Args passed to script

"\n" 01010101 truncate \n echo mikeproj.rmc punchlist.rmc defects.rmc defect.rmc \n plan1.rmc plan2.rmc plan3.rmc loaded.rmc \n

Reverse at size and displayed checks in info command output

Currently, the info command outputs the following

field "main.item1" info tag input at 116,110 size 275,33 displayed enabled not selected check ""

This proposal is to change the ordering of these check as follows

field "main.item1" info tag input displayed at 116,110 size 275,33 enabled not selected check ""

ie. moving the displayed check before the at and size checks.

The reasoning behind this change, and it may seem obvious, is that the values of at and size are often dependent on the displayed status of a field/element. An element that has never been displayed will have a size and position of 0 and will only gain a size and position when first displayed.

Therefore moving the displayed (or not displayed) check before the at and size checks will ensure the at and size checks are performed when the element is in the state it was when the info output was generated.

In 99% of cases it probably won't matter, but in some circumstances, perhaps also due to timing, the at and size checks can end up being processed before the element has the correct displayed status.

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.