On Apr 10, 2008, at 1:36 PM, [EMAIL PROTECTED] wrote: > (a) Pressing RET in the listener causes the code to be evaluated, > instead of > going to a new line, even if listener should still be waiting for > more input > because of parser words being used. Using Shift+RET allows you now > to go to a > new line. E.g. typing : add-two ( a b -- c ) RET, errors instead of > inserting > a new line. : add-two ( a b -- c ) Shift+RET + ; RET works correctly.
This is a bug and I have just pushed a patch to fix it, together with a unit test so that it won't re-occur again. > (b) When compiling a source file that contains TAB characters, I get > a compiler > error: This is intentional. I decided to take a stand on the tabs -vs- spaces issue by prohibiting tabs altogether. Slava ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
