History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: BOO-834
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Cedric Vivier
Reporter: Nick Hemsley
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Boo

include booish2/Interpreter2 in default build & add option to delimit suggestions with newlines

Created: 05/Jun/07 08:19 PM   Updated: 23/Jan/08 07:12 AM
Component/s: Command line tools
Affects Version/s: None
Fix Version/s: 0.8.1

Time Tracking:
Not Specified

File Attachments: 1. Text File bool-interpreter2.patch (50 kb)

Environment: all

Patch Submitted: Yes


 Description  « Hide
  • 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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Cedric Vivier - 06/Jun/07 02:20 AM
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


Cedric Vivier - 06/Jun/07 08:41 AM
after discussion with Rodrigo on the topic, let's add to this task a quick refactoring of Interpreter2 : moving all view code in a separate ConsoleInterpreterView (deriving from InterpreterView)

Cedric Vivier - 23/Jan/08 07:12 AM
fixed on rev. 2834
postponed the refactoring to next release to not delay the booish2 as default once again => BOO-953