Itoo Software Forum

RailClone => RailClone Pro (*) => Topic started by: Rokas on July 20, 2017, 04:33:09 PM

Title: Expression evaluator
Post by: Rokas on July 20, 2017, 04:33:09 PM
1. If arithmetic has output connected- no printing in debug field;(
2 .Variable e gives error :
==============================
Compile error. Duplicated variable "e" at line 1:
==============================
If it is reserved for 2.718 const, it would be nice to know with syntax highlighting if possible?
Title: Re: Expression evaluator
Post by: iToo on July 21, 2017, 10:06:24 AM
1. Fixed for next update. In some cases, the result was cached and the expression not re-evaluated.
2. Syntax highlighting is added to the wishlist.

Thanks.
Title: Re: Expression evaluator
Post by: Rokas on July 27, 2017, 03:34:36 PM
Expression Editor alone drives me crazy.. need update only for it.
Title: Re: Expression evaluator
Post by: iToo on July 27, 2017, 04:00:22 PM
For problem 1, or another thing ?
Title: Re: Expression evaluator
Post by: Rokas on July 27, 2017, 04:25:46 PM
problem 1, I guess.
Sometimes even simplest things don't work:
(http://i.imgur.com/LGSrMEA.gif)
Title: Re: Expression evaluator
Post by: Rokas on July 27, 2017, 04:33:36 PM
Oh, it was disabled RC object. UPS.
Not sure if "OK" is acceptable choice for Evaluator to write in this case though.
Title: Re: Expression evaluator
Post by: iToo on July 28, 2017, 08:47:55 AM
Yes, it should trigger a warning in that case. Added for improvement.