kre / Kinetic-Rules-Engine

Source code for KRE
GNU General Public License v2.0
54 stars 8 forks source link

Two column view #96

Closed rsbohn closed 8 years ago

rsbohn commented 8 years ago

Declarations on the left, results on the right. Otherwise I have to scroll back and forth to view the output.

windley commented 8 years ago

Randall, this looks like this when I put it in my dev box. Is that what you were intending?

screenshot 2016-02-10 15 03 21

rsbohn commented 8 years ago

No, the intent was to have the declarations on the left and the results on the right. Sorry I wasn't able to test it better before I submitted it.

On Wed, Feb 10, 2016 at 3:03 PM, Phil Windley notifications@github.com wrote:

Randall, this looks like this when I put it in my dev box. Is that what you were intending?

[image: screenshot 2016-02-10 15 03 21] https://cloud.githubusercontent.com/assets/275079/12963400/7ef2a89a-d007-11e5-9118-471c2f511cb6.png

— Reply to this email directly or view it on GitHub https://github.com/kre/Kinetic-Rules-Engine/pull/96#issuecomment-182600753 .

rsbohn commented 8 years ago

The ramdajs repl does a good job: http://ramdajs.com/repl/

On Wed, Feb 10, 2016 at 3:44 PM, Randall Bohn rsbohn@gmail.com wrote:

No, the intent was to have the declarations on the left and the results on the right. Sorry I wasn't able to test it better before I submitted it.

On Wed, Feb 10, 2016 at 3:03 PM, Phil Windley notifications@github.com wrote:

Randall, this looks like this when I put it in my dev box. Is that what you were intending?

[image: screenshot 2016-02-10 15 03 21] https://cloud.githubusercontent.com/assets/275079/12963400/7ef2a89a-d007-11e5-9118-471c2f511cb6.png

— Reply to this email directly or view it on GitHub https://github.com/kre/Kinetic-Rules-Engine/pull/96#issuecomment-182600753 .

windley commented 8 years ago

Found the problem. You just hadn’t included the editor (which is an empty div until the JS get ahold of it in the left hand side (the textarea isn’t the editor, it’s where the JS copies the editor content before submitting).

Thanks for the update.

On Feb 10, 2016, at 3:47 PM, Randall Bohn notifications@github.com wrote:

The ramdajs repl does a good job: http://ramdajs.com/repl/

On Wed, Feb 10, 2016 at 3:44 PM, Randall Bohn rsbohn@gmail.com wrote:

No, the intent was to have the declarations on the left and the results on the right. Sorry I wasn't able to test it better before I submitted it.

On Wed, Feb 10, 2016 at 3:03 PM, Phil Windley notifications@github.com wrote:

Randall, this looks like this when I put it in my dev box. Is that what you were intending?

[image: screenshot 2016-02-10 15 03 21] https://cloud.githubusercontent.com/assets/275079/12963400/7ef2a89a-d007-11e5-9118-471c2f511cb6.png

— Reply to this email directly or view it on GitHub https://github.com/kre/Kinetic-Rules-Engine/pull/96#issuecomment-182600753 .

— Reply to this email directly or view it on GitHub https://github.com/kre/Kinetic-Rules-Engine/pull/96#issuecomment-182618117.

rsbohn commented 8 years ago

Cool, thanks!

On Wed, Feb 10, 2016 at 4:31 PM, Phil Windley notifications@github.com wrote:

Found the problem. You just hadn’t included the editor (which is an empty div until the JS get ahold of it in the left hand side (the textarea isn’t the editor, it’s where the JS copies the editor content before submitting).

Thanks for the update.

On Feb 10, 2016, at 3:47 PM, Randall Bohn notifications@github.com wrote:

The ramdajs repl does a good job: http://ramdajs.com/repl/

On Wed, Feb 10, 2016 at 3:44 PM, Randall Bohn rsbohn@gmail.com wrote:

No, the intent was to have the declarations on the left and the results on the right. Sorry I wasn't able to test it better before I submitted it.

On Wed, Feb 10, 2016 at 3:03 PM, Phil Windley < notifications@github.com> wrote:

Randall, this looks like this when I put it in my dev box. Is that what you were intending?

[image: screenshot 2016-02-10 15 03 21] < https://cloud.githubusercontent.com/assets/275079/12963400/7ef2a89a-d007-11e5-9118-471c2f511cb6.png

— Reply to this email directly or view it on GitHub < https://github.com/kre/Kinetic-Rules-Engine/pull/96#issuecomment-182600753

.

— Reply to this email directly or view it on GitHub < https://github.com/kre/Kinetic-Rules-Engine/pull/96#issuecomment-182618117 .

— Reply to this email directly or view it on GitHub https://github.com/kre/Kinetic-Rules-Engine/pull/96#issuecomment-182634708 .