Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.8.1
-
Component/s: Command line tools
-
Labels:None
-
Environment:all
-
Patch Submitted:Yes
-
Number of attachments :
Description
- build booish2/InteractiveInterpreter2 by default and replace booish.exe by the new version.
- add some option in booish to display suggestions delimited with newlines
WAS:
This patches the build to not exclude the interpreter (although I assume it is not there for stability reasons, But it's just too darn cool not to!).
ALso, outputs suggestions as newline delimited, instead of comma delimited. much better to my eyes.
Interpreter2 is not built not because of stability reasons but because it cannot be built on 1.1 and there is no point making a giant #if NET_2_0 englobing the whole file
Hopefully Interpreter2 and as such booish2 will replace current Interpreter/booish in the 0.8 NET_20 release of Boo, it's why it is an optional build for now.
About delimiting suggestions with newlines I think this waste too much of the limited console screen space imho. But it's probably worth including your idea as some option to booish2 anyway