imagej / imagej-legacy

ImageJ+ImageJ2 compatibility layer
https://imagej.net/libs/imagej-legacy
BSD 2-Clause "Simplified" License
16 stars 25 forks source link

Update functions_extd.html #251

Open LPUoO opened 3 years ago

LPUoO commented 3 years ago

Hello, As suggested by @haesleinhuepf I made this pull request.

I added double quotation marks to "area", "myColumn", "Count" and "select" in the for loops. I also added a semicolon after filelist = getFileList(directory) in "forfilesinafolder". Finally, I added "directory = getDirectory("Choose input directory");" in line 18 in order to make the whole block self sufficient.

See https://forum.image.sc/t/auto-code-completion-for-ij-macro/11642/149

Thank you very much

imagejan commented 3 years ago

This is a duplicate of #250 and 0fcee36 (#248).

LPUoO commented 3 years ago

Thank you @imagejan for checking. My modifications are indeed identical to @haesleinhuepf 's except that I also added the following: "directory = getDirectory("Choose input directory");" in line 18 in order to make the whole block self sufficient.

Thank you very much