好建议,@LorenHawthorne - 我认为我们可以相对轻松地做到这一点。如果我理解正确,您希望保留任何带有 +1 或 -1 的内容(就像现在这样),但也保留 +-0,以便更容易找到它们。
最近我大量使用了 AdjLists,我想知道是否也有帮助生成“潜在收缩点”,如下所示(其中它们不再是 +-0,而是已经是 -1,只需移除行首的 % 即可激活收缩:
PSA 2.4 +0% +[2]
PSA 2.5 +0% +[2]
% PSA 2.6 -1
PSA 2.7 +0% +[2] +[3]
PSA 2.8 +0%
% PSA 2.8 -1[2]
PSA 2.9 +0% +[2]
PSA 2.10 +0% +[2]
我不知道以这种方式创建列表是否可行,但这肯定会节省大量费力寻找隐藏在其它点之间的难以捉摸的 +-0 的工作。
Nice suggestion, @LorenHawthorne - and I think we could do that relatively easily. If I understand you correctly, you want it to leave anything that has a +1 or -1 (as it does now), but also leave in the +-0 so that they are easier to find.
Having used AdjLists quite a bit recently, I wondered whether it would also be helpful to generate the “potential shrink points” like this (where instead of being +-0 they are already -1 and just waiting for the % to be removed from the start of the line to activate the shrink:
PSA 2.4 +0% +[2]
PSA 2.5 +0% +[2]
% PSA 2.6 -1
PSA 2.7 +0% +[2] +[3]
PSA 2.8 +0%
% PSA 2.8 -1[2]
PSA 2.9 +0% +[2]
PSA 2.10 +0% +[2]
I don’t know how feasible it would be to create the list like that, but it would certainly save a lot of hard eye work looking for the elusive +-0 hidden amongst the other points.
机器翻译自 English