[Jmol-developers] [ jmol-Feature Requests-1168892 ] Picking modes to display measurments

2005-03-22 Thread SourceForge.net
Feature Requests item #1168892, was opened at 2005-03-23 15:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379136&aid=1168892&group_id=23629 Category: Interface Improvements Group: v10

[Jmol-developers] Interning strings

2005-03-22 Thread Miguel
Nico, The Smiles pattern matching code uses String.equals(String) to compare element symbols for equality (or to compare against the "*" wildcard) The smiles code is being used for pattern matching, so efficiency may be important. Java has some special support to speed up string comparisions in

Re: [Jmol-developers] First version of substructure command

2005-03-22 Thread Miguel
> I just committed a new version of the pattern matching algorithm : bugs > correction, and performance enhancements. Nico, I had a chance to quickly review some of the smiles code and wanted to give you some feedback on some simple mechanical things. SmilesMolecule.java --- In

Re: [Jmol-developers] First version of substructure command

2005-03-22 Thread Nicolas Vervelle
I just committed a new version of the pattern matching algorithm : bugs correction, and performance enhancements. Nicolas --- This SF.net email is sponsored by: 2005 Windows Mobile Application Contest Submit applications for Windows Mobile(tm

Re: [Jmol-developers] Question on XSL

2005-03-22 Thread Daniel Leidert
Am Dienstag, den 22.03.2005, 20:25 +0100 schrieb Nicolas Vervelle: > Hi everyone, > > a question for developers with probably some knowledge on XSL (but maybe an > other way can be found) > > I have managed to find people interested in translating the > http://www.jmol.org/fah in several language

[Jmol-developers] Question on XSL

2005-03-22 Thread Nicolas Vervelle
Hi everyone, a question for developers with probably some knowledge on XSL (but maybe an other way can be found) I have managed to find people interested in translating the http://www.jmol.org/fah in several languages (estonian, italian, dutch, portuguese) but not the rest of the Jmol website :(

Re: [Jmol-developers] New developer question

2005-03-22 Thread Miguel
Robert wrote: > I am having difficulty finding documentation on the Java code for the jmol > program. I found the docs for the scripting language. I am new to this > jmol program and would like to study it thoroughly before I try to > contribute anything. I was hoping somewhere there is documen

Re: [Jmol-developers] First version of substructure command

2005-03-22 Thread nvervell
Message d'origine >De: Egon Willighagen <[EMAIL PROTECTED]> > >CDK has a fairly feature complete SMILES parser (no stereo), and also a >partial SMARTS parser (SMARTS is the substructure definiation variant of >SMILES). Yes, I have seen it but I thought it was too much dependent of the

Re: [Jmol-developers] First version of substructure command

2005-03-22 Thread Egon Willighagen
On Monday 21 March 2005 10:38 pm, Nicolas Vervelle wrote: > I have just committed under CVS the first version of the substructure() > command for the script language. > > It is really an ALPHA version (no much testing done), so try it at your own > risk ;) > If you want to try it, you will have to