Closed JesseEmond closed 9 years ago
show_delayed_status
might be worth throwing into an appropriate utils module, as it can likely be used elsewhere
I did that initially but noticed that it would only be useful in its current state in one other location (javatar_operation (@organize_step_six)
) that used the same parameters (i.e. delay
to None, require_java
to False, sublime timeout
of 500ms).
Do you think it is still worth changing?
I guess it depends on whether that pattern is used elsewhere
A quick search for None, False), 500
says no, so i guess it doesn't matter
Set Program Arguments
command (to indicate that the arguments remained the same)javatar_settings
to avoid duplication of thesublime timeout + show_status
sequence (see member functionshow_delayed_status
injavatar_settings
)