no need for linked list, I think. Or, for that matter, we could easily 
add what's necessary.

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: Open
>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-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
>
>-------------------------------------------------------------------------
>Using Tomcat but need to do more? Need to support web services, security?
>Get stuff done quickly with pre-integrated technology to make your job easier
>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>_______________________________________________
>Jmol-developers mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/jmol-developers
>  
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to