On Sep 18, 2006, at 2:26 PM, Bob Hanson wrote: > Nico, > > Since this interface allows for multiple lines, how about giving > two or > three more lines of space to the lower box? > Is this multiline capability important? (Maybe it is.) > If not, could we just have the same console as the application? > If it is, could we replace the application console with this one? > I like the way the applet console works, except I wish [ENTER] > activated Execute. I hate having to move my mouse over there just to > press Execute. > Maybe two [ENTER]s in a row would cause execution? > I love the ability to recall commands with arrow keys - kudos, Nico! but, I agree with Bob - it is a pain to have to click Execute to send the command to the applet.
I don't see why a multi-line entry is useful; I have never found it so. it seems to me that the applet Console is more for entering commands one at a time. is it possible to make it a single line, with the Enter key doing the same as the Execute button? tim > > > SourceForge.net wrote: > >> Feature Requests item #1557478, was opened at 2006-09-12 23:10 >> Message generated for change (Comment added) made by nicove >> You can respond by visiting: >> https://sourceforge.net/tracker/? >> func=detail&atid=379136&aid=1557478&group_id=23629 >> >> 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: Interface Improvements >> Group: None >> >> >>> Status: Closed >>> >>> >> Priority: 5 >> Submitted By: Dean Johnston (deanjohnston) >> Assigned to: Nicolas (nicove) >> Summary: Console history using cursor keys >> >> Initial Comment: >> I'm used to being able to use the cursor or >> page-up/page-down keys to recall long or complex >> commands. A similar feature in the Jmol console would >> be very useful. >> >> [EMAIL PROTECTED] >> >> --------------------------------------------------------------------- >> - >> >> >> >>> Comment By: Nicolas (nicove) >>> >>> >> Date: 2006-09-18 19:59 >> >> Message: >> Logged In: YES >> user_id=1096197 >> >> Done, will be included in the next prerelease. >> Please test. >> >> --------------------------------------------------------------------- >> - >> >> Comment By: Nicolas (nicove) >> Date: 2006-09-18 06:14 >> >> Message: >> Logged In: YES >> user_id=1096197 >> >> I have moved and redesigned CommandHistory so that it can >> work with JDK 1.1 (M$ JVM). >> The only thing left to do is calling this class from >> applet/Console.java. It's just a few lines to add, no need >> to replace it. >> >> --------------------------------------------------------------------- >> - >> >> Comment By: Bob Hanson (hansonr) >> Date: 2006-09-18 05:45 >> >> Message: >> Logged In: YES >> user_id=1082841 >> >> Nico, are you planning then to replace the current >> applet/Console.java with this? (I hope) >> >> Bob >> >> >> --------------------------------------------------------------------- >> - >> >> Comment By: Nicolas (nicove) >> Date: 2006-09-17 20:37 >> >> Message: >> Logged In: YES >> user_id=1096197 >> >> Ok, I am going to work on this. >> >> The command history in the application is managed by >> org.openscience.jmol.app.CommandHistory, which relies on >> LinkedList (since Java 1.2). >> To use it also in the applet, I think that we need to: >> - move CommandHistory to org.jmol.util package >> - rewrite CommandHistory so that LinkedList is not used >> anymore, if we want to preserve 1.1 compatibility for the applet >> >> >> --------------------------------------------------------------------- >> - >> >> Comment By: Bob Hanson (hansonr) >> Date: 2006-09-17 00:48 >> >> Message: >> Logged In: YES >> user_id=1082841 >> >> this is referring to the applet/popup console, I think. I >> agree -- needs this >> >> --------------------------------------------------------------------- >> - >> >> Comment By: Dean Johnston (deanjohnston) >> Date: 2006-09-16 22:49 >> >> Message: >> Logged In: YES >> user_id=1145454 >> >> Yes, cursor key-up or cursor key-down (on my laptop the same >> keys serve both purposes). The purpose would be similar to >> the old DOSKEY command in DOS or the behavior of most UNIX >> shells. (I suppose if somebody wants to get fancy TAB >> completion of commands would be really nice :-) >> >> Dean >> >> --------------------------------------------------------------------- >> - >> >> Comment By: Nicolas (nicove) >> Date: 2006-09-16 19:12 >> >> Message: >> Logged In: YES >> user_id=1096197 >> >> Use key-up/key-down (not page-up/page-down) to recall >> commands, or am I missing something ? >> >> --------------------------------------------------------------------- >> - >> >> You can respond by visiting: >> https://sourceforge.net/tracker/? >> func=detail&atid=379136&aid=1557478&group_id=23629 >> >> --------------------------------------------------------------------- >> ---- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys -- and earn >> cash >> http://www.techsay.com/default.php? >> page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Jmol-developers mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/jmol-developers >> >> > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Jmol-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jmol-developers ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
