Giter VIP home page Giter VIP logo

Comments (6)

robotframework-ride avatar robotframework-ride commented on August 28, 2024

Originally submitted to Google Code by @pekkaklarck on 26 Jan 2009

The main focus of 0.13 release is enhancing support for variables. These
our out of the scope.

from ride.

robotframework-ride avatar robotframework-ride commented on August 28, 2024

Originally submitted to Google Code by @pekkaklarck on 12 Mar 2009

The original documentation isn't that clear so I clarify it here. The idea is that if
test data has a literal '\n', a newline is added after it automatically. This should
be done both when the data is shown in the UI and when it is written into file, and
applied both for keyword arguments and settings like documentation.

For example, instead of having

Hello\nworld!

there should be

Hello\n
world!

from ride.

robotframework-ride avatar robotframework-ride commented on August 28, 2024

Originally submitted to Google Code by vesa.kur... on 20 Mar 2009

I pumped into propably this same issue when creating test data with RIDE ?
I created:
first test [Documentation] | first row\n2nd row
second test [Documentation] | first row\n\n2nd row
third test [Documentation] | first row
2ndrow

And none of them worked. All of them was created with Robot IDE and it just shows the
\n literals in two first ones. No new lines to outline documentation more better.
Third one, when created looks nice in RIDE, but when opening created tsv file again
"2ndrow" is interpreted as keyword :-)

Is this caused by this same issue or is this new one. I have tens of keywords which
I'm creating dynamically with python into tsv file, as a template for users to edit
them and documentation for each keyword is wuite long and I want to outline it more
clearly with linefeeds.

from ride.

robotframework-ride avatar robotframework-ride commented on August 28, 2024

Originally submitted to Google Code by @yanne on 20 May 2009

A partial (at least) solution is committed in r346.
This works by inserting <br> after each newline, both when shown in IDE or serialized.

I am not quite sure is there a way to support this in tsv?

from ride.

robotframework-ride avatar robotframework-ride commented on August 28, 2024

Originally submitted to Google Code by @pekkaklarck on 22 May 2009

This cannot be done in TSV when it is saved because our parser expects real newlines
always to be row separators. But newline should be shown after \n in the UI
regardless the data format.

from ride.

robotframework-ride avatar robotframework-ride commented on August 28, 2024

Originally submitted to Google Code by @yanne on 22 May 2009

Well, this issue is then done.

from ride.

Related Issues (20)

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.