From: SourceForge.net <no...@so...> - 2006-04-14 18:48:50
|
Feature Requests item #1470491, was opened at 2006-04-14 13:48 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1470491&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Interactions Group: None Status: Open Priority: 5 Submitted By: Dan Smith (dlsmith) Assigned to: Nobody/Anonymous (nobody) Summary: Allow "end of file" in System.in input Initial Comment: A user has requested some facility for entering "end of file" in the System.in input dialog. A lot of file-processing programs loop until they read an end-of-file, and these are easily adapted to reading input directly from the user if there's a way to enter the end-of-file when prompted. (javacc parsers fall into this category.) Currently, we allow newlines to be entered with "Shift-Enter". Something similar might be added for newlines. (Unix shells convert "Ctrl-D" to an end-of-file.) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438938&aid=1470491&group_id=44253 |