mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add notes about line number addition
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user