fixed --- and the comment there is misleading. What I'm really trying to 
do is move toward just "selectionHalos ON/OFF" not "set 
showSelectionHalos ON/OFF" or "set display SELECTED/NORMAL". The reason 
is for consistency with the new "color selectionHalos".

History:

old CVS:

 set showSelections ON/OFF
 set display SELECTED/NORMAL

were equivalent. (OK, so we still have that)

Recently I thought "halos" was a more appropriate term, so I added:

  set showSelectionHalos

but now that's really no better. SO, I suggest keeping:

  set showSelections
  set display selected

and now, in addition, having just:

 selectionHalos ON/OFF
 color selectionHalos [color]

just to keep it simple. That OK? This way we are fully compatible with 
10.2, but the whole business is more straightforward.

Bob


Charles(Qian) Xie wrote:

> Hi:
>
> This command doesn't seem to work since v10.2. However,
> in Bob's Interactive Documentation, it is still documented.
> In the current org.jmo.viewer.Viewer class, the "halo" has
> been deleted and this command is marked as deprecated:
>
>  2524   if (key.equalsIgnoreCase("showSelections")) { //deprecated -- 
> see "set display"
>  2525         setSelectionHaloEnabled(value);
>  2526         break;
>  2527   }
>  2528
>
> It would be nice that this command is restored in v11 to maintain
> back-compatibility.
>
> Thanks,
> Charles Xie
>
>------------------------------------------------------------------------
>
>-------------------------------------------------------------------------
>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
>Jmol-developers@lists.sourceforge.net
>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
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to