add notes about line number addition

This commit is contained in:
Ben Fry
2015-04-01 22:10:11 -04:00
parent 9e33d24dd1
commit 1591076882
+4 -5
View File
@@ -18,11 +18,10 @@ X Pressing PgDn in a code without scrollbar gives Exception
X https://github.com/processing/processing/issues/2990
X internal fixes and cleanups to TweakMode
X https://github.com/processing/processing/issues/2799
_ implement line numbers in the editor
_ 5px between line number (right-aligned) and the right edge of the gutter
_ ie textAlign(RIGHT) / text(lineNum, LEFT_GUTTER - 5, y)
_ https://github.com/processing/processing/issues/3128
X implement line numbers in the editor
X 5px between line number (right-aligned) and the right edge of the gutter
X ie textAlign(RIGHT) / text(lineNum, LEFT_GUTTER - 5, y)
X https://github.com/processing/processing/issues/3128
_ run button w/ debugger shouldn't require "continue" before actually starting
_ https://github.com/processing/processing/issues/3096