summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Sims <mark@nanorex.com>2008-12-23 22:07:17 +0000
committerMark Sims <mark@nanorex.com>2008-12-23 22:07:17 +0000
commit8203b69a11a8c5cd327db291f59d55e24f9af177 (patch)
tree57e6065f70b1a46b3022bdbc0483059a75de4575
parent7704e22b57466a1f51294169bd5828457999ad7a (diff)
downloadnanoengineer-theirix-8203b69a11a8c5cd327db291f59d55e24f9af177.tar.gz
nanoengineer-theirix-8203b69a11a8c5cd327db291f59d55e24f9af177.zip
Updated TODO and BUGS list in file docstring.
-rw-r--r--cad/src/protein/commands/CompareProteins/CompareProteins_PropertyManager.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/cad/src/protein/commands/CompareProteins/CompareProteins_PropertyManager.py b/cad/src/protein/commands/CompareProteins/CompareProteins_PropertyManager.py
index 548ecedb9..6e3da2833 100644
--- a/cad/src/protein/commands/CompareProteins/CompareProteins_PropertyManager.py
+++ b/cad/src/protein/commands/CompareProteins/CompareProteins_PropertyManager.py
@@ -10,14 +10,14 @@ Build > Protein mode.
@version: $Id$
@copyright: 2008 Nanorex, Inc. See LICENSE file for details.
-To do:
+TODO:
- Switch display styles of selected proteins to diPROTEIN (instead of the GDS).
-- "Hide differences" button is enabled even when there are no differences.
+- PM color comboboxes to choose the "difference colors".
+
+BUGS:
- Previously compared proteins still show differences after comparing a new set of proteins.
-- PM comboboxes to choose the colors to be used.
-- fix bug: Leaving Compare command unselects the two selected protein chunks.
- The "Build Protein" PM list widget shows them as selected and the compare button is enabled,
- but they are not selected in the graphics area.
+- "Hide differences" button should be disabled (or hidden) when there are no differences.
+
"""
import foundation.env as env