Coder Social home page Coder Social logo

experior's Introduction

๐Ÿ‘‹

I am Rune. I code Java, mostly. And sometimes I dabble with other languages. I like sound and complete code, code which does what it says. Preferably by returning a value.

experior's People

experior's Issues

Aligning tables does not work without exclamation mark

Considering these two definitions:

|transactions|
|oppdragsdato|belop|produktkode|produktelement|
|11.03.2008|3900|682|34|
|11.03.2008|350|682|34|

vs.

!|transactions|
|oppdragsdato|belop|produktkode|produktelement|
|11.03.2008|3900|682|34|
|11.03.2008|350|682|34|

Alignment works only in the latter case.
It would be useful if one did not have to specify the exclamation mark
before the table definition.

Original issue reported on code.google.com by [email protected] on 3 Jun 2009 at 10:51

Only enhance relevant parts of heading markup

What steps will reproduce the problem?
1. Edit page with Experior
2. Create some heading using !1, !2, and !3


Heading are shown with bigger fonts and another colour, which is nice for
readability in the editor. But I think it might be even better if *only*
the actual text gets this enhancement, not the markup tag itself.

For instance, in this markup:
   !2 Requirement 1

"Requirement 1" should get bigger font and another color (as is), but "!2"
is just markup, and should have the default font.

Original issue reported on code.google.com by flobakk on 15 May 2009 at 11:57

Fixture class not parsed when inside a collapsed box

What steps will reproduce the problem?
1. Make a class (e.g. some.package.MyDoFixture) extending DoFixture
containing a few methods.
2. Edit a page based on a DoFixture in Experior
3. Use the following markup:

!*******> Setup
!|some.package.MyDoFixture|

******!

No methods are shown in the "methods pane" on the left, and accordingly no
syntax highlighting on methods is happening. If !|some.package.MyDoFixture|
are moved outside the collapsable box markup, it works as expected.


Original issue reported on code.google.com by flobakk on 15 May 2009 at 11:49

Naming Javascript files

It would be easier to see which Javascript files belong to Experior if all
started with the same prefix - e.g. "experior".

Original issue reported on code.google.com by [email protected] on 3 Jun 2009 at 10:57

Experior removes pipes from 1-column tables

What steps will reproduce the problem?

1. Open a test i the Experior editor
2. Type in a multirow table (i.e. not a one-liner "table") with only one
column from row 2 and downwards. For instance:

!|read some numbers into|nums|
|1|
|2423|
|37|

3. click "save" or "align"



What is the expected output? What do you see instead?

Expects the table to be aligned as this:
!|read some numbers into|nums|
 |1   |
 |2423|
 |37  |

Instead all pipes besides in the last row are removed! It doesn't seem to
matter how many cells are in the first row (i.e. |read some numbers
into|nums|).

The bug seems to be in the pipe-aligning logic, since it happens also if
you have the table saved correctly with the old editor, and then opens up
the same test with Experior.


Original issue reported on code.google.com by flobakk on 14 Oct 2009 at 12:07

Syntax highlighting for # -comments

What steps will reproduce the problem?
1. Edit page with experior
2. Use # markup to write a comment in the wiki source

Would be nice to have coloured comments, for instance green. Comments using
'#' doesn't seem to be treated by the syntax colouring.

Original issue reported on code.google.com by flobakk on 15 May 2009 at 11:33

Syntax highlighting for methods is too greedy

What steps will reproduce the problem?
1. edit with experior
2. including the name of a method in another context than between pipes.
E.g if using the experior-testapp:

!1 Create transactions

"!1" will be unchanged (correct)
"Create" will get larger font (correct)
"transaction" will be highlighted as a fixture method invocation (*bug*)



What is the expected output? What do you see instead?

Fixture methods should not be highlighted when they appear as free text on
page, in headers, etc. Only when used as an actual method invocation, i.e.
between pipes.

Original issue reported on code.google.com by flobakk on 28 May 2009 at 2:59

Colour of "comment" wiki-syntax

What steps will reproduce the problem?
1. Launch the fitnesse in experior test application
2. Edit a test
3. use the {{{ ... }}} markup


Is it possible to use another colour instead of light grey? Depending on
the screen, I think it's too small contrast on the text from the white
background.

How about using green, as the standard colour for Java comments in Eclipse?

Original issue reported on code.google.com by flobakk on 12 May 2009 at 5:07

Pasting text does not overwrite selected text

What steps will reproduce the problem?
1. Copy some text (Ctrl+C)
2. Select some text in Experior
3. Past copied text into Experior (Ctrl+V)

Expects the selected text is overwritten by the pasted text. Instead, the
text is pasted before the selected text, which is not overwritten.


Original issue reported on code.google.com by flobakk on 12 Aug 2009 at 9:03

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.