很好的建議,@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